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!

Netscape Problem - when using style sheets for font size

Status
Not open for further replies.

kunnamkulam

Programmer
May 30, 2001
1
SG
got a problem. it appears only in netscape.
here it goes....

I have three frames in a page. the top frame has first level links and second level links.
On clicking the second level links, third level links are displayed in the left frame.Upon clicking any of the third level

links in the left frame, a correspondig site gets loaded into the third frame .

I use style sheets for specifying the font size and color.

The problem is , once a particular site is loaded into the frame and then, if you click on the 2nd level links, the third level links displayed are smaller in size comparing to the one before the site was loaded into the frame. this happens only when a particular site is loaded into the frame. it is allright with other sites.The problem appears in netscape only.

this is the code i used
.thirdlevel { font-size: 9pt ; color :#000066 ; text-decoration: none ; font-family: Arial,Helvetica ; font-weight: bold }

I do not understand why this happens.

Any help on this matter is welcome.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top