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
another layout diffrence between IE and FF
Re: another layout diffrence between IE and FF
I fixed it! I just needed to change the link color for the content and now in IE it is working also 
