hey,
I used the hover tag to create rollover images. Each square is supposed to reveal an image when you hover over it, but the columns in the middle reveal 2 images at once instead of just the one it’s supposed to.
The other problem I’m having is that the rollovers work on the navigation bar, but there is like an echo rollover between the navigation bar and the grid.
Does anyone have any ideas on how I could fix it?
http://134.74.236.60/~web1_mon/aalia_ali/art/index.html
http://134.74.236.60/~web1_mon/aalia_ali/art/index.html
Thanks,
Aalia
A few things:
You are making the anchor tags self closing, only the closing tag should have a forward slash.
<a>content</a>
The alt attribute is only for img tags, don’t use it for anchors.
Putting a ul in a h1 isn’t allowed put the ul in a div instead and give it the id=”header”, style that id in your CSS appropriately.
Looks good so far!
Comment by joe — April 17, 2009 @ Friday, April 17, 2009 2:35 pm
Thanks!
Comment by aalia55 — April 17, 2009 @ Friday, April 17, 2009 10:38 pm