I am doing a web page for one of my teachers, but I have ran into a problem that I can not seem to fix.
I have a menu bar underneath the header that is made up and placed using divs. Each div has a background image placed through css, so I can add text on top of it. I am using the list method to create vertical drop down menu on only one of the menu options but It is not working right. Because of image for the background, the menu either does not work, or it creates a blue box (the color of the drop down menus) over the image and it does not match the rest of my menu bar options. Is there a way to have an image as a background that drops down into a menu?
If this is confusing please ask and I will try and provide more clearity.
The dropdown works in browsers, just not IE. IE only understands those attributes in relation to anchor tags. I'd recommend you recode the whole menu as what it is, a list of links.
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." Brian W. Kernighan
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." Brian W. Kernighan
Bookmarks