Re: Converting HTML to CSS
- From: "Murray" <forums@xxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 17 Apr 2005 18:22:44 -0400
That'd be it. Sorry I missed that earlier....
--
Murray
============
"Jim Carlock" <anonymous@localhost> wrote in message
news:ud1HFQtQFHA.2932@xxxxxxxxxxxxxxxxxxxxxxx
> It's this line right here... if CSS parsing encounters an error it seems
> to stop parsing. In this case, CSS is looking at the words:
> "hide from older browsers" and it doesn't make any sense to the CSS
> parser. So you're correct with only "<!--". The older browsers should
> ignore a section in the header "<head></head>" if it doesn't understand
> it. It's not doing any presentation at that point, except for the <title>
> which usually gets put into the title-bar.
>
> <!-- hide from older browsers
>
> It works great for Mozilla and FireFox but fails for IE and Amaya when
> I take out the "hide from older browsers" and just leave "<!--" in there.
>
> If you want to leave that "hide" text in there, you'll need C-style
> comments.
>
> <!-- /* hide from older browsers */
>
> --
>
.
- References:
- Converting HTML to CSS
- From: Kass
- Re: Converting HTML to CSS
- From: Jim Carlock
- Re: Converting HTML to CSS
- From: Murray
- Re: Converting HTML to CSS
- From: Jim Carlock
- Re: Converting HTML to CSS
- From: Murray
- Re: Converting HTML to CSS
- From: Jim Carlock
- Re: Converting HTML to CSS
- From: Murray
- Re: Converting HTML to CSS
- From: Jim Carlock
- Converting HTML to CSS
- Prev by Date: Re: Hi there need to get the 2003 upgrade but will 98 load in xp machi
- Next by Date: Frontpage Help > can't find image
- Previous by thread: Re: Converting HTML to CSS
- Next by thread: PHP iCalendar Meeting Request
- Index(es):
Relevant Pages
|