Hi,
To fix the border in the nav in ie7 add position:relative here:
Code:
#home #headerNav #homeNav a,
#services #headerNav #servicesNav a,
#products #headerNav #productsNav a,
#work #headerNav #workNav a,
#testimonials #headerNav #testimonialsNav a,
#contact #headerNav #contactNav a,
#headerNav li a:hover {
color: #CF9;
text-decoration: none;
border-bottom: 3px solid #900;
position:relative;
}
IE won't show full padding or borders on inline elements unless position:relative is added.
The footer technique is documented in the FAQ and is probably where all other versions have stemmed from at some time or another. There are also numerous examples in the 3 col sticky thread at the top of the forum.
econd: Is there anyway of making a background that repeats in IE6 to be transparent?
In some cases you can use a transparent background png and use the alpha image loader. It won't however repeat images but will scale or crop them.
You can see an example here:
http://www.pmob.co.uk/temp/transparent-test4.htm
The borders and the image have the alpha image loader filter applied.
Hope that helps.
Bookmarks