Re: [css-d] What's this hack for?

2005-09-27 Thread Thierry Koblentz
Gavin Jackson wrote: >> /* \*/ >> * html #tlc, * html #trc {height: 1%;} >> /* */ > Thanks to all of those that replied to my question > about the hacks. I'm amazed at the hoops one must > jump through to get something to display the same > in all browsers. I can see that this isn't something >

RE: [css-d] What's this hack for?

2005-09-27 Thread Gavin Jackson
> /* \*/ > * html #tlc, * html #trc {height: 1%;} > /* */ Thanks to all of those that replied to my question about the hacks. I'm amazed at the hoops one must jump through to get something to display the same in all browsers. I can see that this isn't something can be mastered overnight! The o

Re: [css-d] What's this hack for?

2005-09-26 Thread Craig Cook
> /* \*/ > * html #tlc, * html #trc {height: 1%;} > /* */ It's actually three hacks combined with the ultimate purpose of delivering a minimal height exclusively to IE/Win. /* \*/ = "commented backslash hack" hides rules from IE/Mac, which doesn't recognize the end of the comment because of a

Re: [css-d] What's this hack for?

2005-09-26 Thread Philippe Wittenbergh
On 27 Sep 2005, at 10:25 am, Gavin Jackson wrote: I have a page that I'm pulling apart so I can figure out how it works as I'm new to CSS but would love to master it. The style sheet has the following at the top of the file: /* \*/ * html #tlc, * html #trc {height: 1%;} /* */ Two hacks in a

RE: [css-d] What's this hack for?

2005-09-26 Thread Rebecca Cox
Hides CSS from IE5 Mac - called commented backslash hack I think. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gavin Jackson Sent: Tuesday, 27 September 2005 1:26 p.m. To: css-d@lists.css-discuss.org Subject: [css-d] What's this hack for? I h

Re: [css-d] What's this hack for?

2005-09-26 Thread Shelly @ WDG
It looks like a slight variation on the Stokely Hack for Safari 1.2 (although it works for 2.0, as well). I use it on sites with stricter clients...however, the star is in the wrong place with your version (although it may work, I don't know, never tried it that way). If *I* did it, it would be w

Re: [css-d] What's this hack for?

2005-09-26 Thread Richard Grevers
On 9/27/05, Gavin Jackson <[EMAIL PROTECTED]> wrote: > I have a page that I'm pulling apart so I can figure out > how it works as I'm new to CSS but would love to master it. > > The style sheet has the following at the top of the file: > /* \*/ > * html #tlc, * html #trc {height: 1%;} > /* */ > > I

[css-d] What's this hack for?

2005-09-26 Thread Gavin Jackson
I have a page that I'm pulling apart so I can figure out how it works as I'm new to CSS but would love to master it. The style sheet has the following at the top of the file: /* \*/ * html #tlc, * html #trc {height: 1%;} /* */ I guess it's a hack for something but can't find any help using Google