CSS menu in IE problem

This is a discussion on "CSS menu in IE problem" within the Web Page Design section. This forum, and the thread "CSS menu in IE problem are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old May 3rd, 2007, 03:14
New Member
Join Date: May 2007
Location: Australia
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Thumbs up CSS menu in IE problem

I've written a menu in css and it works like i want it perfectly in FF as seen here:
http://gjc.gsadesign.com.au/menu_test5.html - but when it loads the first time the "contact us" link moves until the broswer re-freshes..but thats not the problem

when seen in IE it goes to hell, how can i fix this issue?

Thanks in advance
Reply With Quote

  #2 (permalink)  
Old May 3rd, 2007, 12:11
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: CSS menu in IE problem

You do
Code: Select all
<ul>
    <li><a href="">dfgsdfg</a></li>
</ul>

<ul>
    <li><a href="">dfgsdfg</a></li>
</ul>
when you should be doing
Code: Select all
<ul>
    <li><a href="">dfgsdfg</a></li>
    <li><a href="">dfgsdfg</a></li>
</ul>
Follow this example - A cross-browser drop-down cascading validating menu from CSSPlay
Reply With Quote
Reply

Tags
dropdown, menu

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Menu problem in IE danny322 Web Page Design 5 Jan 30th, 2008 16:00
New to this- IE 6 drop down menu problem... rthomp87 Web Page Design 2 Jan 21st, 2008 16:27
CSS dropdown menu problem in IE Tino Web Page Design 2 Jun 3rd, 2007 08:48
navigation menu problem...? JETshipJUMBO JavaScript Forum 2 Jul 29th, 2006 19:18


All times are GMT. The time now is 18:59.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43