View Full Version : navbar not working on ie
baikodaker
Jul-15-2009, 08:54 PM
hi,
having problem with my navbar (dropdown). not working on IE but safari and firefox is working.
my site is http://baikodaker.smugmug.com
i hope someone can help me...
Thanks!
Allen
Jul-16-2009, 09:52 AM
hi,
having problem with my navbar (dropdown). not working on IE but safari and firefox is working.
my site is http://baikodaker.smugmug.com
i hope someone can help me...
Thanks!
See if adding the closing </ul> at the end helps.
...
......age"></form></li>
</ul> <!--[if lte IE 6]></td></tr></tbody></table></a><![endif]-->
</div>
baikodaker
Jul-16-2009, 01:23 PM
See if adding the closing </ul> at the end helps.
...
......age"></form></li>
</ul> <!--[if lte IE 6]></td></tr></tbody></table></a><![endif]-->
</div>
Hi Allen,
i tried adding onclick="if(document.searchBox.searchWords.value == .....'search') { document.searchBox.searchWords.value = ' '; }" /></form></li>
</ul>
</ul> <!--[if lte IE 6]></td></tr></tbody></table></a><![endif]-->
</div>
<!-- End Header and Navbar -->
or this one
...onclick="if(document.searchBox.searchWords.value == 'search') { document.searchBox.searchWords.value = ' '; }" /></form></li>
</ul> <!--[if lte IE 6]></td></tr></tbody></table></a><![endif]-->
</div>
<!-- End Header and Navbar -->
but still having problem on IE.
thanks!
Allen
Jul-16-2009, 01:36 PM
Hi Allen,
i tried adding onclick="if(document.searchBox.searchWords.value == .....'search') { document.searchBox.searchWords.value = ' '; }" /></form></li>
</ul>
</ul> <!--[if lte IE 6]></td></tr></tbody></table></a><![endif]-->
</div>
<!-- End Header and Navbar -->
or this one
...onclick="if(document.searchBox.searchWords.value == 'search') { document.searchBox.searchWords.value = ' '; }" /></form></li>
</ul> <!--[if lte IE 6]></td></tr></tbody></table></a><![endif]-->
</div>
<!-- End Header and Navbar -->
but still having problem on IE.
thanks!
Sorry, know nothing bout that.
baikodaker
Jul-16-2009, 03:23 PM
Sorry, know nothing bout that.
it's ok... maybe i'll just try to put aside for now...
i have another problem.this site look good in IE
http://baikodaker.smugmug.com/gallery/8347067_aPBFh#547277043_zS7rd
but on safari/firefox there is overlapping problem on the navbar. and also the share and slideshow how can put it in background when i click the dropdown menu.
bai
Allen
Jul-16-2009, 04:32 PM
it's ok... maybe i'll just try to put aside for now...
i have another problem.this site look good in IE
http://baikodaker.smugmug.com/gallery/8347067_aPBFh#547277043_zS7rd
but on safari/firefox there is overlapping problem on the navbar. and also the share and slideshow how can put it in background when i click the dropdown menu.
bai Think you're still missing a closing </ul> and </div>
....type="image"></form></li>
</ul> <!--[if lte IE 6]></td></tr></tbody></table></a><![endif]-->
</div> <!-- RANav -->
</div> <!-- closes RAHeader -->
You don't have enough hieght for your header, try height: 90px;.
#RAHeader {position: relative; width: 943px; height: 90px; margin: 0 auto;}
Add the z-index:99; to this
#RANav {position: relative; float: right; margin-top: -8px; z-index:99;}
btw, I can hardly see your nav buttons, too dark.
baikodaker
Jul-16-2009, 06:15 PM
Think you're still missing a closing </ul> and </div>
....type="image"></form></li>
</ul> <!--[if lte IE 6]></td></tr></tbody></table></a><![endif]-->
</div> <!-- RANav -->
</div> <!-- closes RAHeader -->
You don't have enough hieght for your header, try height: 90px;.
#RAHeader {position: relative; width: 943px; height: 90px; margin: 0 auto;}
Add the z-index:99; to this
#RANav {position: relative; float: right; margin-top: -8px; z-index:99;}
btw, I can hardly see your nav buttons, too dark.
thanks!:roflit works now... no overlapping..
also i change the opacity value for my dropdown so that the drop is visible when it is in the same location of the share/slideshow button.
the only problem now is the submenu for the drop when using IE. added the code you suggested but still same problem.
thanks for your help...
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.