another layout diffrence between IE and FF

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
Kaylen
Forum Members
Forum Members
Posts: 128
Joined: Mon May 01, 2006 5:24 pm

another layout diffrence between IE and FF

Post by Kaylen »

When I put in the code that I wanted links on my content2 block to have the color white, it seems that at the bottom of every page the left49 and right49 responded to that color as wel, they turned white also.

So I added the following code to my layout css:

div.left49 p a{
  color: #385C72;
}
div.right49 p a{
  color: #385C72;
}

Now in FF the links are responding to the color change but in IE they still are white...

If I look in FF view style information, I dont even see content2 for those links, so I think it is really strange they responded to the link color I made for content2 in the first place....

Does anyone know what to do??

thnx!!! Barbera
Kaylen
Forum Members
Forum Members
Posts: 128
Joined: Mon May 01, 2006 5:24 pm

Re: another layout diffrence between IE and FF

Post by Kaylen »

I fixed it! I just needed to change the link color for the content and now in IE it is working also  :)
Post Reply

Return to “Layout and Design (CSS & HTML)”