Hello,
My page menu bar looks fine in Firefox but in IE6 the page menu link hover colours dont work (should turn yellow) and Ive used a css code to make the page menu link buttons to be transparent, but they are seen at the bottom of the red header image when rolled over in IE6 too. IE6 seems to ignore the css code ive added:
}
div.widget_pages a:link,
div.widget_pages a:active {
color: #000000 !important;
}
div.widget_pages a:visited,
div.widget_pages a:hover {
color: #ff0000 !important;
}
.header-image-container {
position: relative;
margin: 0;
padding: 0;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-topleft: 10px;
}
div#menu1 ul.rMenu li,
div#menu1 ul.rMenu li:hover {
background: transparent;
}
ul.rMenu {
background: #;
The left side of the %pages% header item seems to be out of alignment too.
Link: www.barasia.com.au
Anyone have a solution? Many thanks