Least surprising subject line of the day I'm sure...
I have a bug in IE6 and below that I can't seem to find an answer, I'm hoping this is really easy and it's just because of my lack of sleep over the past 5 days in trying to finish up a site is the reason I can't figure it quickly. I'm attaching a screen shot of the problem in IE6 because I really doubt there is a lot of people on this forum with it still installed.
As you should be able to see my problem is the menu bar rounded "cappers" where there is a white line between the menu and were the image for the rounded corners start.
All of the margins and paddings are reset in my code. Sorry that I didn't note that, but I tried that left and right padding to 0 already and still end up with the same bars.
Just wondering if that would make a difference. It seems weird to me to have the code in the order of left_end, right_end, ul, when visually the ul is in the middle.
...I'm attaching a screen shot of the problem in IE6 because I really doubt there is a lot of people on this forum with it still installed.
A lot of people on this forum are web developers, so its our duty to have IE6 installed ;) If you could post a link to a page displaying the problem then that might make it easier to diagnose.
I can't post a link to it because it's only setup on my company's local development server. So thats way I tried to post everything that was needed and all of the details with the code and the zoomed in screen shot.
I have a bug in IE6 and below that I can't seem to find an answer, I'm hoping this is really easy and it's just because of my lack of sleep over the past 5 days in trying to finish up a site is the reason I can't figure it quickly. I'm attaching a screen shot of the problem in IE6 because I really doubt there is a lot of people on this forum with it still installed.
As you should be able to see my problem is the menu bar rounded "cappers" where there is a white line between the menu and were the image for the rounded corners start.
Here is the CSS I used:
Then here is the HTML:
Not the best way to do it, but I needed to do something quickly. Any ideas?
ul#dropnav {margin: 0; list-style: none; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 12px; color: #fff; background: url(images/menubg.jpg) repeat-x; height: 25px; padding: 1px 0 0;}Then ul#dropnav will have top-padding of 1px and the rest will be 0 px.
Also remember that the <li>-items will have default paddings/margins if you do not set them yourself.
Just wondering if that would make a difference. It seems weird to me to have the code in the order of left_end, right_end, ul, when visually the ul is in the middle.
A lot of people on this forum are web developers, so its our duty to have IE6 installed ;)
If you could post a link to a page displaying the problem then that might make it easier to diagnose.