navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

RE: CSS links

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Cascading Style Sheets >> RE: CSS links
Page: <<   < prev  1 [2]
 
spitfire

 

Posts: 424
Joined: 8/6/2005
Status: offline

 
RE: CSS links - 8/7/2005 7:28:33   
quote:

I suppose there's no chance the site will ever disappear though?

Unlikely, it's an Eric Meyer thingy and just take a looksee at the contributors' names. Still if it ever does disappear, you can always come back here and practice bookmarking all over again.
That is, as long as this site has not become a victim of Darwin's Theory of Evolution in the meantime. :)

(in reply to jaybee)
Tailslide

 

Posts: 5913
Joined: 5/10/2005
From: Out here on the raggedy edge
Status: offline

 
RE: CSS links - 8/29/2005 10:36:53   
Much like the CSS-Discuss list - this link is a list of further links. But it's nicely laid out and easy to find stuff.

http://www.dezwozhere.com/links.html

_____________________________

"My strategy is so simple an idiot could have devised it"
Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project

(in reply to jaybee)
curious monkey

 

Posts: 543
Joined: 4/28/2006
From: The lower handle of US
Status: offline

 
RE: CSS links - 5/23/2006 15:51:46   
I can't beleive no one mentioned www.cssplay.co.ukor www.cssbeauty.com

(in reply to Tailslide)
jaybee

 

Posts: 13957
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
RE: CSS links - 5/23/2006 16:22:53   
SSSSSSHHHHHHHHHHHHHHHHHHHH!!!! Don't go giving away all our secrets!

_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to curious monkey)
curious monkey

 

Posts: 543
Joined: 4/28/2006
From: The lower handle of US
Status: offline

 
RE: CSS links - 5/23/2006 16:40:15   
oops... ok you're the mod erase erase!

_____________________________

The way it is now, the asylums can hold all the sane people but if we tried to shut up the insane we should run out of building materials.

(in reply to jaybee)
BonRouge

 

Posts: 42
Joined: 3/3/2006
Status: offline

 
RE: CSS links - 7/16/2006 8:30:00   
Some people find this useful... http://bonrouge.com/br.php?page=faq

(in reply to curious monkey)
jaybee

 

Posts: 13957
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
RE: CSS links - 7/16/2006 8:34:44   
Any page that starts with "What's wrong with Internet Explorer" gets my vote but doesn't that page take up 99% of your hosting space and bandwidth? :)

_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to BonRouge)
jaybee

 

Posts: 13957
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
RE: CSS links - 7/16/2006 8:42:46   
I just read through that lot BR and well done!!! That is really handy. There are a couple of things in there you might get some queries on but Tail will be delighted to see the part about Doctypes.

You've explained things very well. Impressed.

_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to jaybee)
jaybee

 

Posts: 13957
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
RE: CSS links - 7/16/2006 8:51:28   
You might like to add some info about the multiple classes

quote:

Netscape 4.x for Windows and Mac cannot support the application of multiple classes to a single element. It results in ignoring all classes. It can, however, understand the application of a class and an id to a single element. This technique only works, however, if the class and id are defined separately in the stylesheet, not grouped together.

Internet Explorer 4.x for Windows cannot support the application of multiple classes to a single element. It results in ignoring all classes. It can, however, understand the application of a class and an id to a single element. This technique works even if the class and id are grouped together in the stylesheet, not defined separately. In this respect IE 4.x differs from NN 4.x.

IE5 for the Mac has problems with multiple classes when they are used in conjunction with descendent selectors.

If one of your styles is a substring of another MacIE will apply both styles when you use the substring style name as the first of your multiple listed classes.



_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to jaybee)
BonRouge

 

Posts: 42
Joined: 3/3/2006
Status: offline

 
RE: CSS links - 7/16/2006 9:41:52   
Glad you like it.

I'd be interested to know what I might be queried about though. If there's something not right, I'd like to fix it.

As for Netscape 4, IE4 and Mac/IE, I think we can safely forget those dead browsers.

(in reply to jaybee)
jaybee

 

Posts: 13957
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
RE: CSS links - 7/16/2006 9:49:18   
The queries - mainly to do with multiple classes. Might just be worth saying that they don't work in some older browsers.

Your instructions are great, don't get me wrong but it does read like "this is how it works in everything except IE". Might just be worth saying something about other browsers too or doing what other sites do and putting a browser tick list.

I have a feeling you may need it when IE7 comes out and offers a whole load of new problems. :)

_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to BonRouge)
jaybee

 

Posts: 13957
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
RE: CSS links - 7/16/2006 9:50:38   
quote:

As for Netscape 4, IE4 and Mac/IE, I think we can safely forget those dead browsers
One of my sites had 15 unique visits from those browsers this month alone.

_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to jaybee)
BonRouge

 

Posts: 42
Joined: 3/3/2006
Status: offline

 
RE: CSS links - 7/16/2006 12:33:06   
jaybee,
Where did your quote come from?

(in reply to jaybee)
jaybee

 

Posts: 13957
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
RE: CSS links - 7/16/2006 15:42:30   
A book.

_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to BonRouge)
BonRouge

 

Posts: 42
Joined: 3/3/2006
Status: offline

 
RE: CSS links - 7/16/2006 15:45:23   
Any chance of you telling me which book?

(in reply to jaybee)
BonRouge

 

Posts: 42
Joined: 3/3/2006
Status: offline

 
RE: CSS links - 7/20/2006 2:20:08   
Seriously though - can you tell me which book that quote was from? I'd like to use it (with appropriate credit).

(in reply to jaybee)
c1sissy

 

Posts: 5079
Joined: 7/20/2002
From: NJ
Status: offline

 
RE: CSS links - 7/20/2006 16:15:03   
Please stay on topic with the posting of links, if you have a discussion to start regarding something please start a new thread to keep the links thread free of things for newbies that are searching for help. Thanks!

_____________________________

Deb-aka-c4Ksissy
high panjandurum and alpha female of the silverback tribe
As decreed by Jesper 5-24-2003.
The only stupid question is... the one that is never asked!!
http://directory.css-styling.com
http://fmsforum.com
http://positioniseverything.net/
http://www.tanfa.co.uk/

(in reply to BonRouge)
BonRouge

 

Posts: 42
Joined: 3/3/2006
Status: offline

 
RE: CSS links - 7/20/2006 16:51:06   
I'd suggest you delete the posts from #36 onwards. Fine by me. (Although I'd still like to know where the quote came from).

(in reply to c1sissy)
d a v e

 

Posts: 4009
Joined: 7/24/2002
From: England (but live in Finland now)
Status: offline

 
RE: CSS links - 2/2/2008 15:25:41   
this came out today apparently
http://reference.sitepoint.com/css

_____________________________

David Prescott
Gekko web design

(in reply to BonRouge)
Page:   <<   < prev  1 [2]

All Forums >> Web Development >> Cascading Style Sheets >> RE: CSS links
Page: <<   < prev  1 [2]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts