HighDots Forums  

Newbie Question

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss Newbie Question in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Neil Mac
 
Posts: n/a

Default Newbie Question - 07-10-2003 , 03:50 PM






I'm just starting to learn css. This simple test page I've written works
well in IE6 but the font has changed in Netscape 4.6 and two of the links
don't show up properly.
can anybody have a look at my page: www.email48.freeserve.co.uk and give me
any pointers?

Thanks in advance

Neil



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.497 / Virus Database: 296 - Release Date: 04-07-03



Reply With Quote
  #2  
Old   
William Starr Moake
 
Posts: n/a

Default Re: Newbie Question - 07-10-2003 , 05:12 PM






On Thu, 10 Jul 2003 20:50:05 +0100, "Neil Mac" <root (AT) 127 (DOT) 0.0.1> wrote:

Quote:
I'm just starting to learn css. This simple test page I've written works
well in IE6 but the font has changed in Netscape 4.6 and two of the links
don't show up properly.
can anybody have a look at my page: www.email48.freeserve.co.uk and give me
any pointers?

Pointer Number One: Don't use Netscape 4.X browsers.

That's it.



Reply With Quote
  #3  
Old   
Headless
 
Posts: n/a

Default Re: Newbie Question - 07-10-2003 , 05:20 PM



"Neil Mac" <root (AT) 127 (DOT) 0.0.1> wrote:

Quote:
I'm just starting to learn css.
Welcome to the club (what took you so long?).

Quote:
This simple test page I've written works
well in IE6 but the font has changed in Netscape 4.6 and two of the links
don't show up properly.
CSS Lesson 1, NS4 is hopeless with CSS. Use proper markup and use one of
the many flaws of NS4 to "hide" all your CSS from it. 2 popular methods:

<link rel="stylesheet" href="style.css" type="text/css" media="screen,
projection">

<style type="text/css">
@import url(main.css) screen, projection;
</style>


Headless



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.