OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
Explorer Again...
This page's ID:
25772
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
Ok here's what I have. A image in the background of my header. I have a transparent image in front which I'm going to use as a support for a mouse over effect. I've kept the image there because I'm going to be adding some skinning abilities to the site I'm working on so I'd have more flexibility this way. I've made the mouseover effect in CSS and it works very smoothly in Opera and FF but IE does different. It does the mouseover... but on mouseout the image is stuck! I have the mouseover image in front instead of the previous one! WHY?!? Here's my CSS, something wrong? [code] #head a img { width: 174px; height: 64px } #head a:hover img { width: 174px; height: 64px; background: url(images/headover.gif) left no-repeat;} [/code] Also I have question. Is it possible to have the width of an image, div or anything else on the page have it's proportion's changed in IE? I know it is in Opera and FF I've done it but everytime I try in IE it doesn't work! For example let's say I have an image with a width of 35px which I want on mouseover to become 100px for some specific reason only I know! I try doing it with CSS similar to the one above and it works perfectly in Opera and FF but IE doesn't perform the wodth change. I'm starting to think it's not possible in IE... [img]http://www.timdorr.com/neosig/sigs/templar.gif[/img] [small](Edited by [internallink=4555]templar654[/internallink] on 05-15-2005 17:54)[/small]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »