4WebHelp
 FAQ  •  Search  •  User Groups  •  Forum Admins  •  Smilies List  •  Statistics  •  Rules   •  Login   •  Register
Toggle Navigation Menu

 CSS2 support
Post New TopicReply to Topic
View Previous Topic Print this topic View Next Topic
Author Message
SfCommand
Senior WebHelper
Senior WebHelper


Joined: 10 Nov 2002
Posts: 143
Location: UK

PostPosted: Mon May 19, 2003 4:45 pm (20 years, 11 months ago) Reply with QuoteBack to Top

Anyone know what support is like in the main browsers? (IE, Mozilla, IE Mac, Konqueror, and the dreaded nutscrape) And I mean actual support, not what the makers claim it supports Wink

________________________________
Miguel

http://community.34sp.com
http://www.miguel.me.uk | http://www.sfcommand.co.uk | http://www.ssdg.org.uk
OfflineView User's ProfileFind all posts by SfCommandSend Personal MessageVisit Poster's Website
adam
Forum Moderator & Developer



Joined: 26 Jul 2002
Posts: 704
Location: UK

PostPosted: Mon May 19, 2003 4:46 pm (20 years, 11 months ago) Reply with QuoteBack to Top

don't know for sure...but I would assume support in mozilla is good Smile

________________________________
It's turtles all the way down...
OfflineView User's ProfileFind all posts by adamSend Personal MessageVisit Poster's Website
SfCommand
Senior WebHelper
Senior WebHelper


Joined: 10 Nov 2002
Posts: 143
Location: UK

PostPosted: Mon May 19, 2003 8:16 pm (20 years, 11 months ago) Reply with QuoteBack to Top

Ya, I'm using mozilla now Smile Just wanted to know cos I'm thinking of perhaps loking into CSS2, and updating my CSS for all my sites Smile

________________________________
Miguel

http://community.34sp.com
http://www.miguel.me.uk | http://www.sfcommand.co.uk | http://www.ssdg.org.uk
OfflineView User's ProfileFind all posts by SfCommandSend Personal MessageVisit Poster's Website
adam
Forum Moderator & Developer



Joined: 26 Jul 2002
Posts: 704
Location: UK

PostPosted: Mon May 19, 2003 8:22 pm (20 years, 11 months ago) Reply with QuoteBack to Top

whats different in css2 exactly?

________________________________
It's turtles all the way down...
OfflineView User's ProfileFind all posts by adamSend Personal MessageVisit Poster's Website
SfCommand
Senior WebHelper
Senior WebHelper


Joined: 10 Nov 2002
Posts: 143
Location: UK

PostPosted: Mon May 19, 2003 9:11 pm (20 years, 11 months ago) Reply with QuoteBack to Top

Dunno. I was only thinking if looking into it, if there's decent support in the main browsers.

________________________________
Miguel

http://community.34sp.com
http://www.miguel.me.uk | http://www.sfcommand.co.uk | http://www.ssdg.org.uk
OfflineView User's ProfileFind all posts by SfCommandSend Personal MessageVisit Poster's Website
Daniel
Team Member



Joined: 06 Jan 2002
Posts: 2564

PostPosted: Tue May 20, 2003 6:08 am (20 years, 11 months ago) Reply with QuoteBack to Top

From what I've heard CSS2 support is second to none right now, so there's not much point in trying to use it yet (shame really because it all looks pretty nice Very Happy).

________________________________
Image
OfflineView User's ProfileFind all posts by DanielSend Personal Message
SfCommand
Senior WebHelper
Senior WebHelper


Joined: 10 Nov 2002
Posts: 143
Location: UK

PostPosted: Tue May 20, 2003 10:48 am (20 years, 11 months ago) Reply with QuoteBack to Top

grr @ silly browser makers Smile
Oh well, I'll just live with CSS1 for now then Wink

________________________________
Miguel

http://community.34sp.com
http://www.miguel.me.uk | http://www.sfcommand.co.uk | http://www.ssdg.org.uk
OfflineView User's ProfileFind all posts by SfCommandSend Personal MessageVisit Poster's Website
Robert Wellock
WebHelper
WebHelper


Joined: 18 Jan 2002
Posts: 61
Location: Yorkshire - UK

PostPosted: Tue May 20, 2003 10:52 am (20 years, 11 months ago) Reply with QuoteBack to Top

Mozilla FireBird does a reasonable job at rendering a large percentage of CSS 2 and Opera 7.xx has reasonable support whereas Micro$oft IE 6.0 tends to follow its own rules with regards to CSS 2 rendering and especially with reference to CSS-P.

As for Netscape 4.7x, it would choke on a large percentage of CSS 2.0 selectors since it was designed before CSS 2.0 was finalised. For a very old CSS 2 support chart you can look here.

________________________________
};-) http://www.xhtmlcoder.com/
OfflineView User's ProfileFind all posts by Robert WellockSend Personal MessageVisit Poster's Website
SfCommand
Senior WebHelper
Senior WebHelper


Joined: 10 Nov 2002
Posts: 143
Location: UK

PostPosted: Tue May 20, 2003 11:16 am (20 years, 11 months ago) Reply with QuoteBack to Top

I think IE just follows it's own rules about everything Smile

________________________________
Miguel

http://community.34sp.com
http://www.miguel.me.uk | http://www.sfcommand.co.uk | http://www.ssdg.org.uk
OfflineView User's ProfileFind all posts by SfCommandSend Personal MessageVisit Poster's Website
verto
Senior WebHelper
Senior WebHelper


Joined: 14 Jan 2002
Posts: 220
Location: Cambridge MA USA

PostPosted: Tue May 20, 2003 2:01 pm (20 years, 11 months ago) Reply with QuoteBack to Top

Robert Wellock wrote:
...For a very old CSS 2 support chart you can look here.

I saw a more up-to-date CSS2 chart not long ago, and while there seems to be a lot of CSS2 stuff available to fool around with on each individual browser, the only thing universal across the chart was DISPLAY: BLOCK and DISPLAY: NONE -- but aren't those really CSS1 ? Surprised

________________________________
>>>>>>>>>>>>>
GENERAL DISCLAIMER:This disclaimer may be void where null in all cases unless explicitly not unprohibited or (p)re-exclusively assigned by sufficient presedimentation on behalf of every non-interested party to wit (or so it was said).
:::
.: :. . : :....: :.: .: :. verto .: :. . : :....: :.: .: :.
OfflineView User's ProfileFind all posts by vertoSend Personal Message
adam
Forum Moderator & Developer



Joined: 26 Jul 2002
Posts: 704
Location: UK

PostPosted: Mon Jun 02, 2003 3:09 pm (20 years, 10 months ago) Reply with QuoteBack to Top

I just had a bad experience with IE (an IExperience?), and I'd thought I'd add it to this thread. Over the past few days, I've been working on a slightly new (better?) version of the php article I've got here on 4webhelp. Along with tidying up some of the language and code examples, I've been working very hard to put it into XHTML using CSS for all the layout and formatting. For the code examples, I decided to have "Code:" at the top of each box...I added it using the following css:
Code:
div.code:before{
     content: "Code:";
     color: #FFFFFF;
     background-color: #666666;
     font-weight: bold;
}

In mozilla, this works great...in IE, nothing shows. I also tried the following, for the notes in the article:
Code:
p.note:before{
     content: "Note" attr(title) ": ";
     font-weight: bold;
}

In mozilla, this puts Note: infront of the paragraph (including whatever was in title="" if there was anything)...nothing appears in IE, so the reader doesn't even know it's a note.

I can easily work around these problems, but it means adding stuff to the XHTML which I could leave out.

Once again, all I can do is blame microsoft...

________________________________
It's turtles all the way down...
OfflineView User's ProfileFind all posts by adamSend Personal MessageVisit Poster's Website
verto
Senior WebHelper
Senior WebHelper


Joined: 14 Jan 2002
Posts: 220
Location: Cambridge MA USA

PostPosted: Tue Jun 03, 2003 1:58 am (20 years, 10 months ago) Reply with QuoteBack to Top

adam wrote:
I just had a bad experience with IE (an IExperience?)....

an IExperience Very Happy Wink

________________________________
>>>>>>>>>>>>>
GENERAL DISCLAIMER:This disclaimer may be void where null in all cases unless explicitly not unprohibited or (p)re-exclusively assigned by sufficient presedimentation on behalf of every non-interested party to wit (or so it was said).
:::
.: :. . : :....: :.: .: :. verto .: :. . : :....: :.: .: :.
OfflineView User's ProfileFind all posts by vertoSend Personal Message
Robert Wellock
WebHelper
WebHelper


Joined: 18 Jan 2002
Posts: 61
Location: Yorkshire - UK

PostPosted: Tue Jun 03, 2003 12:58 pm (20 years, 10 months ago) Reply with QuoteBack to Top

Micro$oft has issues with the pseudo :before and you can forget trying to make it understand the CSS Attribute selectors, but such is life.

________________________________
};-) http://www.xhtmlcoder.com/
OfflineView User's ProfileFind all posts by Robert WellockSend Personal MessageVisit Poster's Website
Display posts from previous:      
Post New TopicReply to Topic
View Previous Topic Print this topic View Next Topic


 Jump to:   




You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot edit your posts in this forum.
You cannot delete your posts in this forum.
You cannot vote in polls in this forum.


Page generation time: 0.290203 seconds :: 18 queries executed :: All Times are GMT
Powered by phpBB 2.0 © 2001, 2002 phpBB Group :: Based on an FI Theme