![]() |
CSS question - Different look in IE than FF
Can someone help me out here...
When viewing my site http://www.systemskins.com/sscart/home.php It looks great in FF. But when you view it in IE the hover links in the controller are shifted. My code for head.tpl Code:
{* $Id: head.tpl,v 1.58.2.1 2007/09/03 06:15:21 max Exp $ *} I'm trying to make the hover links in the controller white with a red highlight on mouseover but if I change that then the titles of my products change to white too. I've tried to separate this but cant seam to do so. I thought that by having this CSS code would work for the hover buttons but it does't, it takes on the A:link and A:visited style. I thought that by indicating <td class="HeadRightHome" >it would effect the <a href=""> tag but its not changing the link properties. It changed the center and padding but not the link properties. Code:
A:link { Also, When a customer logs in it says "username" is logged in! There is also a "Log out" with a button next to it but it places this underneath the "username" is logged in! I want this all on one line. I can't find where/why it's doing this. How do I make this all on one line? Thanks, Doug |
Re: CSS question - Different look in IE than FF
You need to create a sperate class like
Code:
.ControllerLink |
Re: CSS question - Different look in IE than FF
ok thanks, i'll do that.
What about the position of the text links in IE vs FF? They look fine in FF but in IE they are are moved out of position. |
Re: CSS question - Different look in IE than FF
I've fixed the color and hover color for the links but I'm still having the alignment problem. It looks great in FF but IE they are all out of position. Does anyone know how to fix this? I been trying all sorts of things and can't seam to get it to work. Can't find anything on the web either.
|
All times are GMT -8. The time now is 06:11 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.