Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CSS not working properly in Netscape Browser

Status
Not open for further replies.

DesignBuff

Programmer
Jul 8, 2004
3
US
I am using an external CSS file that sets font size and colour. I have also added the OverLib Popup windows on mouseover. The problem is that when the popups appear they are displaying the text in a smaller font than it should be as well as being a different color. The font size and color appear ok when using IE6......but not Netscape. here is the CSS class link.

<p align=&quot;center&quot; style=&quot;padding-left: 6; padding-right: 0; padding-top: 5; padding-bottom: 2&quot;><a onmouseover=&quot;return overlib('<p class=popwintitleO12>Here is the Orange Text in Size 12<br><br><p class=popwintitleB12N>Here is the Blue Text in Size 12<p class=popwintitleDB12>-> Here is the Text in Dark Blue in Size 12</b>', CAPTION, ' ', FIXX, 315, FIXY, 377);&quot;

In Netscape the text aall displays in Blue and is a smaller size.

Can anyone please help??

Thanks
 
Hey.....I found the problem.........I forgot to remove the font and colour sizing in the Popup Javascript file....It was overriding the main CSS file.

One Less problem for the experts!!!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top