PC Review


Reply
Thread Tools Rate Thread

CSS layout degrading

 
 
Nicholas
Guest
Posts: n/a
 
      29th Jul 2004
I am just starting to get into CSS layout and can't figure
out how to make it fail correctly. The templates I've
seen show clean, default-formatted text in the FP Normal
view, which is what I presume a non-CSS browser would show.
My page, on the other hand, shows a major mess in the
Normal view that is trying to follow the styles.
What am I missing? The page looks great in FP Preview, IE6
& NN7 and the CSS validates through W3C. FP 2000.
 
Reply With Quote
 
 
 
 
Jens Peter Karlsen[FP-MVP]
Guest
Posts: n/a
 
      29th Jul 2004
FP2000 has some issues with CSS in normal view. I would recommend that
you upgrade to FP2003.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.

-----Original Message-----
From: Nicholas [private.php?do=newpm&u=]
Posted At: 29. juli 2004 20:37
Posted To: microsoft.public.frontpage.client
Conversation: CSS layout degrading
Subject: CSS layout degrading


I am just starting to get into CSS layout and can't figure out how to
make it fail correctly. The templates I've seen show clean,
default-formatted text in the FP Normal view, which is what I presume a
non-CSS browser would show.
My page, on the other hand, shows a major mess in the Normal view that
is trying to follow the styles.
What am I missing? The page looks great in FP Preview, IE6 & NN7 and the
CSS validates through W3C. FP 2000.

 
Reply With Quote
 
Nicholas
Guest
Posts: n/a
 
      29th Jul 2004
I'm actually going to get Go Live (whether I like it or
not).

I always post messages to these forums and then figure out
the answer 30 seconds later.

The fix, for FP at least, is to bring the styles in with
this type of statement.

< style type="text/css"
media="screen">@import "css/fonts.css";</style>

As opposed to this:

< link rel="stylesheet" type="text/css"
href="css/fonts.css">

I guess it's the media="screen"


>-----Original Message-----
>FP2000 has some issues with CSS in normal view. I would

recommend that
>you upgrade to FP2003.
>
>Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
>
>-----Original Message-----
>From: Nicholas

[private.php?do=newpm&u=]
>Posted At: 29. juli 2004 20:37
>Posted To: microsoft.public.frontpage.client
>Conversation: CSS layout degrading
>Subject: CSS layout degrading
>
>
>I am just starting to get into CSS layout and can't

figure out how to
>make it fail correctly. The templates I've seen show

clean,
>default-formatted text in the FP Normal view, which is

what I presume a
>non-CSS browser would show.
>My page, on the other hand, shows a major mess in the

Normal view that
>is trying to follow the styles.
>What am I missing? The page looks great in FP Preview,

IE6 & NN7 and the
>CSS validates through W3C. FP 2000.
>
>.
>

 
Reply With Quote
 
Stefan B Rusynko
Guest
Posts: n/a
 
      30th Jul 2004
It's not the media type, it's the @import that older browsers don't support
- see http://www.eskimo.com/~bloo/indexdot...es/atrules.htm
and
http://www.blooberry.com/indexdot/css/topics/media.htm

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


"Nicholas" <(E-Mail Removed)> wrote in message news:6ca701c475b3$e81e4470$(E-Mail Removed)...
| I'm actually going to get Go Live (whether I like it or
| not).
|
| I always post messages to these forums and then figure out
| the answer 30 seconds later.
|
| The fix, for FP at least, is to bring the styles in with
| this type of statement.
|
| < style type="text/css"
| media="screen">@import "css/fonts.css";</style>
|
| As opposed to this:
|
| < link rel="stylesheet" type="text/css"
| href="css/fonts.css">
|
| I guess it's the media="screen"
|
|
| >-----Original Message-----
| >FP2000 has some issues with CSS in normal view. I would
| recommend that
| >you upgrade to FP2003.
| >
| >Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
| >
| >-----Original Message-----
| >From: Nicholas
| [private.php?do=newpm&u=]
| >Posted At: 29. juli 2004 20:37
| >Posted To: microsoft.public.frontpage.client
| >Conversation: CSS layout degrading
| >Subject: CSS layout degrading
| >
| >
| >I am just starting to get into CSS layout and can't
| figure out how to
| >make it fail correctly. The templates I've seen show
| clean,
| >default-formatted text in the FP Normal view, which is
| what I presume a
| >non-CSS browser would show.
| >My page, on the other hand, shows a major mess in the
| Normal view that
| >is trying to follow the styles.
| >What am I missing? The page looks great in FP Preview,
| IE6 & NN7 and the
| >CSS validates through W3C. FP 2000.
| >
| >.
| >


 
Reply With Quote
 
chris leeds
Guest
Posts: n/a
 
      30th Jul 2004
I've done it where you use the @media to hide the .css from old browsers.
the idea is you put a line of text at the bottom of every page like "you're
seeing an unformatted version of this page because the .css file failed to
load due to technical difficulties, or you're using a very old browser" then
make the text a span like .warning {display:none;} on the style sheet. so
if the .css loads no warning, if it doesn't, warning visible.

HTH

--
Chris Leeds,
Microsoft MVP FrontPage

The email address on this posting is a "black hole". I got tired of all the
spam.
Please feel free to contact me here:
http://nedp.net/contact/
--


"Nicholas" <(E-Mail Removed)> wrote in message
news:6ca701c475b3$e81e4470$(E-Mail Removed)...
> I'm actually going to get Go Live (whether I like it or
> not).
>
> I always post messages to these forums and then figure out
> the answer 30 seconds later.
>
> The fix, for FP at least, is to bring the styles in with
> this type of statement.
>
> < style type="text/css"
> media="screen">@import "css/fonts.css";</style>
>
> As opposed to this:
>
> < link rel="stylesheet" type="text/css"
> href="css/fonts.css">
>
> I guess it's the media="screen"
>
>
> >-----Original Message-----
> >FP2000 has some issues with CSS in normal view. I would

> recommend that
> >you upgrade to FP2003.
> >
> >Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
> >
> >-----Original Message-----
> >From: Nicholas

> [private.php?do=newpm&u=]
> >Posted At: 29. juli 2004 20:37
> >Posted To: microsoft.public.frontpage.client
> >Conversation: CSS layout degrading
> >Subject: CSS layout degrading
> >
> >
> >I am just starting to get into CSS layout and can't

> figure out how to
> >make it fail correctly. The templates I've seen show

> clean,
> >default-formatted text in the FP Normal view, which is

> what I presume a
> >non-CSS browser would show.
> >My page, on the other hand, shows a major mess in the

> Normal view that
> >is trying to follow the styles.
> >What am I missing? The page looks great in FP Preview,

> IE6 & NN7 and the
> >CSS validates through W3C. FP 2000.
> >
> >.
> >



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Degrading the F.A cup Rush General Discussion 7 10th Mar 2008 09:15 AM
Degrading Performance =?Utf-8?B?QnJhbmRlbiBIYXJ0?= Windows Vista Performance 0 8th Aug 2007 09:15 AM
IE degrading =?Utf-8?B?d2FsdGVyYQ==?= Windows XP Internet Explorer 1 16th Feb 2007 12:56 PM
my new NEC ND-3540A degrading to 2X? onetitfemme Storage Devices 9 14th Oct 2005 09:50 AM
data degrading Gareth Microsoft Access Getting Started 2 23rd Nov 2004 01:45 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:06 AM.