Home page help ...new to html

liunx

Guest
hi<br />
<br />
i want to my webpage should not change the size of the font when<br />
user changes text size in view menu in IE so how can i do<br />
that ....if any one has java script to be used freely used in menu let me know...<br />
my page has 3 frames in first frame i company logo below that <br />
menu with all links...other 2 frames so text...so let me know<br />
how can i include java script menu in first frame..<br />
i am new please give me code so that i cut and paste it<br />
<br />
thanks<!--content-->Originally posted by clabs <br />
i want to my webpage should not change the size of the font when<br />
user changes text size in view menu in IE so how can i do<br />
that ....<br />
<br />
Use CSS with !important...<br />
<font face="Verdana,Arial" style="font-size:9pt !important">Text</font><br />
<br />
<br />
Originally posted by clabs <br />
so let me know<br />
how can i include java script menu in first frame..<br />
<br />
Have a look here: <!-- m --><a class="postlink" href="http://www.dynamicdrive.com/dynamicindex1/">http://www.dynamicdrive.com/dynamicindex1/</a><!-- m --><!--content-->
 
Back
Top