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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Netscape messes up my colors... Class/style problems... help

Status
Not open for further replies.

torkilj

Programmer
Jun 20, 2000
3
NO
I've just spent too many hours trying to figure this out. I was hoping some kind observant souls out there would have a look at my problem:<br><br><A HREF=" TARGET="_new"> you use IE and look at the menu on top of the page it displays as it is supposed to. If you open it in NN the font color in the menu is all screwed up!!<br><br>Anyone got any idea what I should do??? Thanks people. <br><br><br>- Torkil Johnsen<br>
 
Dear fellow frustrated Nutscrap compatible web designer,<br><br>Try putting this HTML code in a strategic location on your sites entry page:<br><br>&lt;font size=&quot;Really Big Bolded and Guilded&quot; color=&quot;Redder than Red&quot;&gt;All Web sites are best viewed using Microsoft Internet Explorer! Including THIS ONE! &lt;a href=&quot;microsoft.com&quot;&gt;Click Here&lt;/a&gt; to get it FREE&lt;/font&gt;<br><br>OR TRY THIS<br><br>&lt;script language=javascript&gt;<br>// some code to parse the browser type and set the flag<br>....<br>if ( isNetscape == true){<br>&nbsp;&nbsp;document.write(&quot;Mail $19.95 to &quot; + myAddress + &quot; for a printed hard copy of our site.&quot;);<br>&nbsp;&nbsp;document.write(&quot;Please allow 6 to 8 weeks for delivery &quot;);<br>&nbsp;&nbsp;document.write(&quot;or until heck freezes over and a &quot;);<br>&nbsp;&nbsp;document.write(&quot; version of Nutscrap can render pages properly&quot;);<br>&nbsp;&nbsp;document.write(&quot;We do not apologize for the way our site.&quot;);<br>&nbsp;&nbsp;document.write(&quot; might look in any of the 53+ versions of Nutscrap.&quot;);<br>}<br>&lt;/script&gt;<br><br>&quot;But that's just my opinion... I could be wrong&quot;.<br>-pete
 
I fixed it. All I actually had to do was to change my style tags a bit. I changed
 
netscape and ie show different colors what is grey in ie looks a little greenish gray in nets so that is a problem you have to get two different sets of colors one that work for ie and the other that work for netscape <br><br>The use the appName function is javascript it return what browser the person is using and send him to a different page all together depending on the browser and the window.location function or create two different type of styles keep them in two css files and the <br><br>document.Write that link to the css file <br><br>enjoy!!!!!!!!<br><br><A HREF="mailto:webmaster@tripmedia.com">webmaster@tripmedia.com</A> <p>Unicorn11<br><a href=mailto:webmaster@tripmedia.com>webmaster@tripmedia.com</a><br><a href= > </a><br>Hi there it all likeminded fellows!!!!!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top