Hello, I have been working on this site, but one little problem stops to complete it.
Fist I have to say that all work ok in Firefox, it is IE where the problem manifest.
I am planning to have three different styles to offer, and the navigation for it causes the main content to crop when the mouse pointer is over the links. The links to switch the styles are three blue small squares. Now, to bring the main content back, the mouse just needs to go over the options and only these options: house and hardware.
http://www2.bc.edu/~olibar/web3dnews/
This is the css code involved in the sections described above:
Thank your very muchCode:/* Styles navigation */ ul#styleNav { float:right; margin: 0px; padding: 0px; list-style-type: none; } ul#styleNav li{ float: left; width: 20px; height: 15; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #FFF; } ul#styleNav a { background-image: url(switcherB.gif); background-repeat: no-repeat; display: block; text-decoration: none; color: #FFF; background-position: 4px 3px; } ul#style nav a:link { background-image: url(switcherB.gif); background-repeat: no-repeat; background-position: 4px 3px; } ul#styleNav a:hover { background-image: url(switcherOverB.gif); background-repeat: no-repeat; background-position: 4px 2px; } ul#styleNav span { visibility: hidden; } ul#mNav li{ float: left; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 17px; color: #FFF; } ul#mNav span{ visibility: hidden; } ul#mNav li#home a{ position:relative; height:36px; width:65px; background-image: url(homeB.jpg); background-repeat: no-repeat; display: block; background-position: 3px; text-decoration:none; border-right-width: 1px; border-right-style: solid; border-right-color: #E0DA1B; } ul#mNav li#home a:link{ background-image: url(homeB.jpg); background-repeat: no-repeat; } ul#mNav li#home a:hover{ background-image: url(homeOverB.jpg); background-repeat: no-repeat; background-position: 2px; } ul#mNav li#hardware a{ height:36px; width:108px; background-image: url(hardwareB.jpg); background-repeat: no-repeat; background-position: 1px; display: block; text-decoration:none; border-right-width: 1px; border-right-style: solid; border-right-color: #E0DA1B; } ul#mNav li#hardware a:link{ background-image: url(hardwareB.jpg); background-repeat: no-repeat; } ul#mNav li#hardware a:hover{ background-image: url(hardwareOverB.jpg); background-repeat: no-repeat; background-position: -1px; }








Bookmarks