Re: [css-d] after pseudo-class and link

2014-09-20 Thread Dave Solko
Yes, that's exactly what I'm doing. I was afraid this would be the answer. I was hoping to avoid modifying the php, but I guess I'll have to go that route. Thanks. Dave Solko Pixel Alchemy d...@pixelalchemy.com 513.300.2165 On Sep 18, 2014, at 9:35 AM, css-d-requ...@lists.

[css-d] after pseudo-class and link

2014-09-17 Thread Dave Solko
Is it possible to add a link to the :after? I'm adding an image via :after, and I want to make it clickable. Is this possible? Using WP, and it's not possible to add the image without hacking the template. However, it's easy to add it to the css, that's why the convoluted s

[css-d] responsive css

2013-05-20 Thread Dave Solko
dth: 480px) { The first works for a mobile device, and the second OMM when I'm developing, but neither works for both. 2. Why is everything so small on a mobile device (iOS specifically)? Dave Solko Pixel Alchemy d...@pixelalchemy.c

Re: [css-d] IE 9 and floats

2012-09-27 Thread Dave Solko
the first list, and not the second. Thanks Dave Solko Pixel Alchemy d...@pixelalchemy.com 513.300.2165 On Sep 27, 2012, at 9:49 AM, Tom Livingston wrote: > Dave, > > Seems to me that w/o a width on the content you are adding with > nav li:hover::after, is... well... after

[css-d] IE 9 and floats

2012-09-26 Thread Dave Solko
there are some wrapping issues in the nav, but those aren't important here.) The offending code: nav li:hover:after { content: "\2192"; float: right; padding-right: 10px; } The site in question: http://new.vintageposterbank.com/CodeIgniter/ Dave Solko Pix

[css-d] css drop shadow on border

2012-07-31 Thread Dave Solko
I have a 1px tool line at the bottom of a div. Is it possible to make a narrow drop shadow using 'box-shadow'? Everything I've been able to come up with is the height of the div. Ideally, I'd like something about 5px tall with the blur. TIA Dave Solko Pixel Alchemy d

Re: [css-d] first-child pseudo-class on a class-level

2010-12-06 Thread Dave Solko
On Dec 5, 2010, at 11:18 PM, Philippe Wittenbergh wrote: On Dec 6, 2010, at 12:59 PM, Dave Solko wrote: I'm trying to apply :first-child to an element with a class. It only needs to work in safari (intranet). I'm using Joomla, so changing the html isn't really an option.

[css-d] first-child pseudo-class on a class-level

2010-12-05 Thread Dave Solko
rder-top-left-radius: 8px; border-top-right-radius: 8px; } ... resources foo lorem ipsum dolor sit amet... bar lorem ipsum dolor sit amet... ... Dave Solko Pixel Alchemy d...@pixelalch

[css-d] address element with classes

2010-10-09 Thread Dave Solko
The client wants the sub-nav for the portfolio section to only show after you are in one of the sub-pages (yes, stupid, but they insist). The site is in wordpress, so I don't have great control over the html. Dave Solko Pixel Alchemy d...@pixelalchemy.c

[css-d] highlighting an input button

2010-04-09 Thread Dave Solko
needs to be a tab. Is this even possible with css? Dave Solko Pixel Alchemy d...@pixelalchemy.com 513.300.2165 __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http:

[css-d] css for print

2007-02-01 Thread Dave Solko
x? I need this to be cross platform. 2. Is there a reliable way to force page breaks? I've tried ' page- break-before: auto;' with mixed results. I'm guessing it's just not well supported. 3. How do I suppress the date, URL, page number and page title which is generated

[css-d] align 2 groups of text

2006-04-19 Thread Dave Solko
I'm trying to align two groups of text so they butt up against each other, similar to decimal alignment. I want something that looks like: foo: bar hi: mom something: everything john: yaya eleven: some longish text ... about amplifiers but, I've been una

Re: [css-d] stumped x 3

2006-04-18 Thread Dave Solko
Thanks to those who responded. At 7:57 AM -0400 4/18/06, Design Groups wrote: >>>I cannot seem to get rid of the border around the 'close window' image. << > >1) img {border:none;} Of course that worked. I thought I had tried that one without success. I guess that's what happens when trying to

[css-d] stumped x 3

2006-04-17 Thread Dave Solko
I have a three (most likely simple) CSS issues which are stumping me, and I would be grateful for some help. At http://www.pixelalchemy.com/clients/vibe/sample.html (css at http://www.pixelalchemy.com/clients/css/sample.css) I cannot seem to get rid of the border around the 'close window' image