|
Posted by macolnmail on 11/01/06 07:53
macolnm...@yahoo.ca wrote:
> Hi, my friend's org is dedicated to improving Sino-Indian relations,
> and they were looking for a volunteer to design their website. I said
> sure, sounds like a good cause, but I have run into some trouble.
> Looking for CSS experts, and hope this is the right place! :)
>
> I'm using the hoverbox code to create a pop-out effect for the
> navigation list. It works great in Firefox, but IE doesn't obey. Would
> anyone be able to take a look at the following and give some advice?
> Much appreciated.
>
> ------------------------------------------------
> <CSS code...>
And here is the HTML.
<div id="navcontainer">
<ul id="navlist">
<li><a href="#"><img src="nav_home.png" alt="home" width=52 height=17>
<img src="nav_home2.png" alt="home" class="hovered"
width=52 height=17></a></li>
<li><a href="#"><img src="nav_about.png" alt="about" width=55
height=17>
<img src="nav_about.png" alt="about" class="hovered"
width=55 height=17></a></li>
<li><a href="#"><img src="nav_artists.png" alt="artists" width=59
height=16>
<img src="nav_artists.png" alt="artists"
class="hovered" width=59 height=16></a></li>
<li><a href="#"><img src="nav_media.png" alt="media" width=56
height=17>
<img src="nav_media.png" alt="media" class="hovered"
width=56 height=17></a></li>
<li><a href="#"><img src="nav_partners.png" alt="partners" width=78
height=20>
<img src="nav_partners.png" alt="partners"
class="hovered" width=78 height=20></a></li>
<li><a href="*"><img src="nav_contact.png" alt="contact" width=70
height=16>
<img src="nav_contact.png" alt="contact"
class="hovered" width=70 height=16></a></li>
</ul>
</div>
Navigation:
[Reply to this message]
|