Re: [css-d] creating rel attributes

2008-08-17 Thread David Laakso
kate wrote: > William Dwight's site is very sweet > Kate > http://jungaling.com/Malaysia/ Not quite sure what this site, its 224 markup validation errors, primary content set at 22% less than user preference, WebStat logo that can't decide what column it belongs in, the right column links that

Re: [css-d] creating rel attributes

2008-08-17 Thread David Laakso
Alan Gresley wrote: > > > It was intended to have no text but very good point David. > > Not tested in all browsers but here is a new demo with text working in > FF, IE7 and IE6. > > > > > > > > I have no issue with what you provided. And

Re: [css-d] creating rel attributes

2008-08-16 Thread Thierry Koblentz
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > discuss.org] On Behalf Of David Laakso > Sent: Saturday, August 16, 2008 6:03 PM > To: css discuss > Cc: [EMAIL PROTECTED]; Alan Gresley > Subject: Re: [css-d] creating rel attributes >

Re: [css-d] creating rel attributes

2008-08-16 Thread Alan Gresley
David Laakso wrote: > david wrote: >> Alan Gresley wrote: >> >> >>> You may wish to use this purely CSS popup gallery which works in most >>> browsers as a alternative solution. >>> >>> >>> >> That's pretty cool - I've been looking for s

Re: [css-d] creating rel attributes

2008-08-16 Thread David Laakso
david wrote: > Alan Gresley wrote: > > >> You may wish to use this purely CSS popup gallery which works in most >> browsers as a alternative solution. >> >> >> > > That's pretty cool - I've been looking for something like that. Thanks! >

Re: [css-d] creating rel attributes

2008-08-16 Thread david
Alan Gresley wrote: > You may wish to use this purely CSS popup gallery which works in most > browsers as a alternative solution. > > That's pretty cool - I've been looking for something like that. Thanks! -- David [EMAIL PROTECTED] authent

Re: [css-d] creating rel attributes

2008-08-16 Thread Jukka K. Korpela
Marshal Horn wrote: > Is there a way to create rel attributes for links through an external > style sheet? No, you cannot create any attributes in CSS. Attributes are markup. CSS does not create any markup. > I'm making a photo gallery, and have to add > rel=enlargeimage::mouseover to 24 anchor

Re: [css-d] creating rel attributes

2008-08-16 Thread Alan Gresley
Marshal Horn wrote: > Is there a way to create rel attributes for links through an external > style sheet? > I'm making a photo gallery, and have to add > rel=enlargeimage::mouseover to 24 anchor tags. (I'd use all-CSS, but > it wasn't giving me quite enough flexibility, so I must resort to > Java

[css-d] creating rel attributes

2008-08-16 Thread Marshal Horn
Is there a way to create rel attributes for links through an external style sheet? I'm making a photo gallery, and have to add rel=enlargeimage::mouseover to 24 anchor tags. (I'd use all-CSS, but it wasn't giving me quite enough flexibility, so I must resort to Javascript) Thanks! Marshal Horn --