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

Re: [css-d] All the same color

2008-07-22 Thread Marshal Horn
; > -- > > *Christopher* - the creative sheep > > *animator*///motion graphics artist/\\*web dev* > > web: www.walkfar.ca <mailto:[EMAIL PROTECTED]> email: > [EMAIL PROTECTED] <http://www.walkfar.ca/> > > ___

Re: [css-d] CSS and cell phones.

2008-07-21 Thread Marshal Horn
___ > css-discuss [EMAIL PROTECTED] > http://www.css-discuss.org/mailman/listinfo/css-d > List wiki/FAQ -- http://css-discuss.incutio.com/ > List policies -- http://css-discuss.org/policies.html > Supported by evolt.org -- http:/

Re: [css-d] CSS Bar Graphic Problem

2008-07-20 Thread Marshal Horn
#x27;t end tags). Just put another at the end that HTML block and see if that helps.If that's not the case, then it's some other thing in the code affecting it, and we can't tell without the complete context. -- ~ Marshal Horn http://sotabot.com webmaster since May 6th, 2008 __

Re: [css-d] links separated by a pipe ... pipe too tall

2008-07-17 Thread Marshal Horn
> > > __ > css-discuss [EMAIL PROTECTED] > http://www.css-discuss.org/mailman/listinfo/css-d > List wiki/FAQ -- http://css-discuss.incutio.com/ > List policies -- http://css-discuss.org/policies.html > Sup

Re: [css-d] List Separator Issue on Hover

2008-07-17 Thread Marshal Horn
or the whole thing.All you need to do is add the image as a background when in the :hover state as well. -- ~ Marshal Horn http://sotabot.com webmaster since May 6th, 2008 __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.

Re: [css-d] firefox 3 mac: bug with the msthemecompatible metatag

2008-07-17 Thread Marshal Horn
css-discuss.incutio.com/ > List policies -- http://css-discuss.org/policies.html > Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ > -- ~ Marshal Horn http://sotabot.com webmaster since May 6th, 2008

Re: [css-d] transparencies

2008-07-12 Thread Marshal Horn
On Sat, Jul 12, 2008 at 8:28 PM, Marshal Horn <[EMAIL PROTECTED]> wrote: > Ah! > After making an example to show you what I meant, I finally realized it. > An opacity of, say, .75 would make a list and all its items partially > transparent and show the body's background (a

Re: [css-d] transparencies

2008-07-12 Thread Marshal Horn
tests 2. I like my hexadecimal http://www.morecrayons.com/palettes/webSmart/slider.php# -- ~ Marshal Horn http://sotabot.com webmaster since May 6th, 2008 __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.o

Re: [css-d] CSS2 child selector not working IE7

2008-07-12 Thread Marshal Horn
; } > > sect1 > title { >font-size:medium; >text-align:center; > > } Are you doing this to see if the child selector works, or to get the job done? As far as I can tell, you don't need the child selector for this at all, and can simply use the descendant selector. (

Re: [css-d] transparencies

2008-07-12 Thread Marshal Horn
full context; hopefully it won't be too hard to wade through) -- ~ Marshal Horn http://sotabot.com webmaster since May 6th, 2008 __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wik

[css-d] transparencies

2008-07-11 Thread Marshal Horn
s that one? (It's like inheriting font size, but allowing it only to become larger, not smaller). A reference: http://css-tricks.com/non-transparent-elements-inside-transparent-elements/ -- ~ Marshal Horn webmaster since May 6th, 2008 ___