HighDots Forums  

CSS Dropdown Menu Problem

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss CSS Dropdown Menu Problem in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
christoph.
 
Posts: n/a

Default CSS Dropdown Menu Problem - 11-04-2005 , 01:02 PM






I wrote out a css script for a dropdown menu. It works in
Firefox/Netscape/Sefari. However it is giving me weird spacing issues on the
dropdown in IE. Am I leaving something out? Here's a link to the menu:
http://www.tmdcreative.com/ausonio/


Reply With Quote
  #2  
Old   
Al Sparber- PVII
 
Posts: n/a

Default Re: CSS Dropdown Menu Problem - 11-04-2005 , 01:27 PM






<!-- saved from
url=(0051)http://www.htmldog.com/articles/suckerfish/example/ -->

You might want to contact the author of the article. In a nutshell, you
need to use workarounds for IE to eliminate the gaps. We use conditional
comments to deploy these fixes, while the "Suckerfish" menu author uses
filter hacks. I suggest you look again at his CSS file to make sure you
copied everything.

--
Al Sparber - PVII
http://www.projectseven.com
DW Extensions - Menu Systems - Tutorials - CSS FastPacks
---------------------------------------------------------
Webdev Newsgroup: news://forums.projectseven.com/pviiwebdev/
CSS Newsgroup: news://forums.projectseven.com/css/
RSS/XML Feeds: http://www.projectseven.com/xml/




"christoph." <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
I wrote out a css script for a dropdown menu. It works in
Firefox/Netscape/Sefari. However it is giving me weird spacing issues
on the
dropdown in IE. Am I leaving something out? Here's a link to the menu:
http://www.tmdcreative.com/ausonio/



Reply With Quote
  #3  
Old   
Thierry | www.TJKDesign.com
 
Posts: n/a

Default Re: CSS Dropdown Menu Problem - 11-04-2005 , 01:31 PM



christoph. wrote:
Quote:
I wrote out a css script for a dropdown menu. It works in
Firefox/Netscape/Sefari. However it is giving me weird spacing issues
on the dropdown in IE. Am I leaving something out? Here's a link to
the menu: http://www.tmdcreative.com/ausonio/
Looks like it's the white-sapce bug.
You can:
- remove all the white-space withing your lists markup,
- put the closing bracket on the *next* line (line would start like this
"><li>..."),
- use "float:left;clear:both;width:x" on your nested LIs,
- give layout to the anchor using "height:0" (to put in a conditional
comment).

I believe the last fix doesn't work in IE5

--
Thierry | http://www.TJKDesign.com | CSS-P Templates + Articles:
CSS Popups, CSS 3 Column Layout, CSS Tabs, CSS Dropdown Menu,
TIP Method, Sliced Images, Clean Popup Windows, Easy Maintenance.....




Reply With Quote
Reply




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.