kunnamkulam
Programmer
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.
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.