|
|
 |
Re: FN-FORUM: CSS tutorials
date posted 12th March 2008 12:09
On 12 Mar 2008, at 13:11, Brian Lycett wrote:
> .
> Has anyone got an online tutorial that they'd recommend as the best
> guide
> to CSS they've ever read?
Online reference:
http://reference.sitepoint.com/css
Good tutorial series, from the book:
http://www.sitepoint.com/article/css-1-getting-lay-land
Good site for resources:
http://css-discuss.incutio.com/
>
> Also, do you all feel that CSS is now stable enough to render pretty
> much
> the same in all browsers?
LOL!
CSS hasn't changed, the browsers have caught up, if you ignore IE6 and
below then you can code pretty much standards CSS and it will work ,
if you want to support IE6 then you have to workaround its bugs.
> The thing that put me off before is the fact
> that you'd have to code separately for different browsers and
> versions,
> and I'm really against inefficient coding like that.
then code for standards and use conditional comments to give IE the
non standard css it needs to render correctly.
;o)
|
 |
|