This is Interesting: Free Magazines for Graphics designers and webmasters  


Home > Archive > Front Page > July 2004 > CSS layout degrading





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author CSS layout degrading
Nicholas

2004-07-29, 7:16 pm

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.
Jens Peter Karlsen[FP-MVP]

2004-07-29, 7:16 pm

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 [mailto:anonymous@discussions.microsoft.com]
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.

Nicholas

2004-07-29, 7:16 pm

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

[mailto:anonymous@discussions.microsoft.com]
>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.
>
>.
>

Stefan B Rusynko

2004-07-30, 12:15 pm

It's not the media type, it's the @import that older browsers don't support
- see http://www.eskimo.com/~bloo/indexdo...les/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" <anonymous@discussions.microsoft.com> wrote in message news:6ca701c475b3$e81e4470$a401280a@phx.gbl...
| 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
| [mailto:anonymous@discussions.microsoft.com]
| >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.
| >
| >.
| >


chris leeds

2004-07-30, 12:15 pm

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" <anonymous@discussions.microsoft.com> wrote in message
news:6ca701c475b3$e81e4470$a401280a@phx.gbl...[color=darkred]
> 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"
>
>
> recommend that
> [mailto:anonymous@discussions.microsoft.com]
> figure out how to
> clean,
> what I presume a
> Normal view that
> IE6 & NN7 and the


Sponsored Links


Copyright 2003 - 2008 forum4designers.com  Software forum  Computer Hardware reviews