OZONE Asylum
Forums
CSS - DOM - XHTML - XML - XSL - XSLT
CSS flyout menu not working in IE6/Win
This page's ID:
28878
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
hmmm...well I made a post last night with a bit more information but I got an "Internal Server Error" so it didn't go through. Yesterday when I was working on it, I would take the "#left" out of that section and the flyout menu would work but the menu at the top screwed up. Now, what I did yesterday doesn't seem to be doing the trick either. Doesn't help that I left the freakin file on my home computer and didn't bring it to work with me :mad: I would like to keep the list items for the menu as : [code] #left{ float: left; width: 150px; margin: 0; padding:0; } #left ul{ margin: 0; padding: 0; list-style: none; width: 150px; border-bottom: 1px solid #000; font:normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif; } #left ul li{ position: relative; } #left li ul{ position: absolute; left: 149px; top: 0; display: none; } #left ul li a{ display: block; text-decoration: none; color: #fff; background: #e38336; padding: 5px; border: 1px solid #000; border-bottom: 0; } #left li:hover ul{ display:block; } #left ul li a:hover { color: #fff; background: #003333; } #left li ul li a { padding: 2px 5px; } #left li:hover ul, #left li.over ul { display: block; } [/code] Just so if somewhere down the page I need to use more lists. Plus, it would help me out in the future to know what that section is for. But when I use the #left, it doesn't work in IE6. Is that clear as mud now ? :p Later, C:\
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »