|
| |
|
|
Tailslide
Posts: 6032 Joined: 5/10/2005 From: Out here on the raggedy edge Status: offline
|
RE: Before and After Pseudo Elements - 9/19/2005 10:40:09
I don't believe IE recognises them so I've never really bothered much - along with all the other cool stuff in CSS2 that there's no point in playing with until a certain large software corporation gets its arse in gear. Only time I use them is in Fat Erik's breadcrumb menu : http://css.maxdesign.com.au/listamatic/horizontal33.htm Which uses the before psuedo class and has a border effect so that IE plays nice.
_____________________________
"My strategy is so simple an idiot could have devised it" Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project
|
|
|
|
caz
Posts: 3520 Joined: 10/10/2001 From: Somewhere south of Chester, UK Status: offline
|
RE: Before and After Pseudo Elements - 9/19/2005 10:59:08
I have used them for the float clearing method described here, http://www.csscreator.com/attributes/containedfloat.php Of course IE encloses floats (wrongly) anyway, but the righteous browsers get it.
_____________________________
Do not meddle in the affairs of cats, for they are subtle and will dance, or more on your keyboard. Cheshire cat. www.doracat.co.uk I remember when it took less than 4hrs to fly across the Atlantic.
|
|
|
|
d a v e
Posts: 4086 Joined: 7/24/2002 From: England (but live in Finland now) Status: offline
|
RE: Before and After Pseudo Elements - 9/19/2005 11:04:34
quote:
a sound file and nada, nix, zip that's where you're going wrong then. 'nada' isn't supported by IE, 'nix' is too old and zip.. well zip is zip :)
_____________________________
David Prescott Gekko web design
|
|
|
|
coreybryant
Posts: 2422 Joined: 3/17/2002 From: Castle Rock CO USA Status: offline
|
RE: Before and After Pseudo Elements - 9/19/2005 17:55:06
I ahve been able to get the to work properly. One code I am using: div.nav a:link, div.nav a:visited
{
color: #330099;
font-size: 0.8em;
}
div.nav a:hover, div.nav a:active
{
color: #990000;
text-decoration: none;
} with a DOCTYPE of <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"> seems to work fine on my site. There is a pretty good thread here about it as well (even though it did go off topic a bit) :)
_____________________________
Corey R. Bryant Merchant Accounts | Toll Free Numbers | My Blog | Expression Web Blog
|
|
|
|
coreybryant
Posts: 2422 Joined: 3/17/2002 From: Castle Rock CO USA Status: offline
|
RE: Before and After Pseudo Elements - 9/19/2005 18:55:00
Ah sorry, I read that but it did not compute - until now. I can ask the guys and gals over there at IWDN to see if they have any suggestions though if you would like. (Or you can :)) - I bother them all the time for those types of questions
_____________________________
Corey R. Bryant Merchant Accounts | Toll Free Numbers | My Blog | Expression Web Blog
|
|
|
|
d a v e
Posts: 4086 Joined: 7/24/2002 From: England (but live in Finland now) Status: offline
|
RE: Before and After Pseudo Elements - 9/20/2005 10:46:23
ah like this quote:
oh you mean for an audio stylesheet?? ok i called it audio... check out this side bar for firefox - (well bookmark it and it will display in the sidebar, i think! http://people.opera.com/rijk/panels/css2.1-online/prop-visual.html
_____________________________
David Prescott Gekko web design
|
|
|
|
coreybryant
Posts: 2422 Joined: 3/17/2002 From: Castle Rock CO USA Status: offline
|
RE: Before and After Pseudo Elements - 9/20/2005 10:58:51
We actually had this conversation over there at IWDN a few weeks ago actually (memory is coming back :) ). Generated Content is where they have to be used. If I am remembering correctly, it is something close to Automatic counters and numbering and Opera provided a little support but that was it.
_____________________________
Corey R. Bryant Merchant Accounts | Toll Free Numbers | My Blog | Expression Web Blog
|
|
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
|
|
|