[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 --

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

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] Pass full css file to IE6 but not IE7 - with CSS only

2008-08-16 Thread Alan Gresley
Gunlaug Sørtun wrote: > Alan Gresley wrote: >> Opera 9.5 seems not to recover from this import until the second ruleset. >> >> @import --url("chaos-060801-test6.css"); >> >> Here's a demo. >> >> http://css-class.com/test/css/imports/import-invalid-opera950.htm > > So I've noticed. Now, what does t

[css-d] site fixed

2008-08-16 Thread David Laakso
I feel good: http://mimicry.css-zibaldone.com/ fixed the problem of no scrollbars in Firefox Mac. yeah, thanks Philippe! Total make-up: what do you think about? xxx ^.^ What do you mean by "Total make-up"? And is everyone invited to the party? Quasimodo -- A thin red line and a salmon-co

Re: [css-d] nested list sitemap in IE6: first level too wide

2008-08-16 Thread Rainer Halbmann
hello David, 2008/8/13 David Laakso <[EMAIL PROTECTED]>: > Rainer Halbmann wrote: >> >> I have a test-page up here: http://h3r-gba.de/cms/test > Where is it? http://h3r-gba.de/cms/test, as I said. > Validate the markup(wherever is). you're right, I made some changes that destroyed the validatio

Re: [css-d] nested list sitemap in IE6: first level too wide

2008-08-16 Thread David Laakso
Rainer Halbmann wrote: > hello David, > > 2008/8/13 David Laakso <[EMAIL PROTECTED]>: > >> Rainer Halbmann wrote: >> >>> I have a test-page up here: http://h3r-gba.de/cms/test >>> > > >> Where is it? >> > http://h3r-gba.de/cms/test, as I said. > > >> Validate the markup(wh

Re: [css-d] nested list sitemap in IE6: first level too wide

2008-08-16 Thread Bill Brown
David Laakso wrote: > Rainer Halbmann wrote: >>> Where is it? >> http://h3r-gba.de/cms/test, as I said. > Hmm. > Unlike the last time I looked when I got a blank page, today it loads in > IE/7 and loads broken in IE/6. As with the last time I looked, it's > still a blank page in every browser I

Re: [css-d] site fixed

2008-08-16 Thread Alan Gresley
David Laakso wrote: > I feel good: > > http://mimicry.css-zibaldone.com/ > > fixed the problem of no scrollbars in Firefox Mac. yeah, thanks Philippe! > > Total make-up: what do you think about? > > xxx ^.^ > > > > What do you mean by "Total make-up"? And is everyone invited to the party? >

Re: [css-d] nested list sitemap in IE6: first level too wide

2008-08-16 Thread Rainer Halbmann
2008/8/16 Bill Brown <[EMAIL PROTECTED]>: > David Laakso wrote: >> Hmm. >> Unlike the last time I looked when I got a blank page, today it loads in >> IE/7 and loads broken in IE/6. As with the last time I looked, it's >> still a blank page in every browser I have on this end in Mac OS X 10.4.11.

Re: [css-d] nested list sitemap in IE6: first level too wide

2008-08-16 Thread David Laakso
Rainer Halbmann wrote: > > I disabled that now for the testsite, and pages should > appear now in Mac as well. > > re: Still not loading as of this writing in Mac OS 10.4.11. Put the two script calls beneath the last CC (unlikely to cure the problem but they don'

Re: [css-d] nested list sitemap in IE6: first level too wide

2008-08-16 Thread Rainer Halbmann
my apologies to David and the list, Bill pointed me to my fault... I gave you the wrong URL to check, as the language-module installed on the CMS detects the browser language and gives you the english version which is empty instead of the german one, which can be reached by http://h3r-gba.de/cms/de

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] Hover bug with IE6/IE7 and forms?

2008-08-16 Thread Carol Swinehart
The browsers do that automatically to produce the hover without you wanting it. There is no way that I know to override it. Carol __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ

Re: [css-d] Hover bug with IE6/IE7 and forms?

2008-08-16 Thread Thierry Koblentz
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > discuss.org] On Behalf Of Carol Swinehart > Sent: Saturday, August 16, 2008 1:36 PM > To: css-d@lists.css-discuss.org > Subject: Re: [css-d] Hover bug with IE6/IE7 and forms? > > The browsers do that automatically t

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 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 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 > > david wrote: > > Alan Gresl