Hello i'm new to CSS and am trying to understand some of the basic things and find it a bit difficult to advance.
www.media7studio.com/anagactiva/index.php is one of the several websites i'm working on.
When i look at the site in IE6 the menu buttons have a top line over it and in one of the menu buttons there is a "strange white spot" which i haven't intended.
The CSS can be found here: www.media7studio.com/anagactiva/css/default.css
Thanks in advance
Can someone check this site and help
In
#navlist li
{
list-style: none;
margin: 0;
border-top: 1px solid gray;
display: inline;
}
Remove the border
The strange white spot seems to be caused by the image (logo) above the menu (more specifically the left hand bottom cortner of the image), as the menu seems to be pulled up over the image by 2-3 pixels.
See what happens after you remove the border, but if it is still happening try pushing menu down 1-3 pixels to see if that fixes it.
Regards
Day
Can someone check this site and help
Thank you very much.
I should of realised the top border !!!! DOH!!!! Probably been too late up and didn't see something so obvious.
About the image i've checked the image and it has some areas which were not 100% transparent. My own fault for not checking the image the company sent me.
Again thx a lot and regards to Australia from the Canary Islands (Spain).
PS. I have a friend somewhere in Cairns.
Can someone check this site and help
Why don't you turn over the tabless and redesign the structure with css?