Re: [css-d] IE8, :hover, underline, and generated content

2012-05-30 Thread Ingo Chao
On Wed, May 30, 2012 at 3:27 AM, Philippe Wittenbergh e...@l-c-n.com wrote: On May 30, 2012, at 2:51 AM, Paceaux wrote: Did anyone have any thoughts on removing underline from generated content in the hover state for IE? I did some checking and it appears that the behavior occurs in all

Re: [css-d] -webkit-tap-highlight-color

2012-05-30 Thread Markus Ernst
Am 30.05.2012 01:19 schrieb Christian Ziebarth: I recently worked on a project where for the iPad I altered the -webkit-tap-highlight-color value to a value that would match the color scheme of the site (http://www.brianleatart.com). I then told the project manager what I did thinking she would

Re: [css-d] -webkit-tap-highlight-color

2012-05-30 Thread Rick Gordon
For iOS, use -webkit-text-fill-color to control link color in normal state, and -webkit-text-fill-color in :active mode to control the on-tap color. :visited is not supported. -webkit-tap-highlight-color controls the on-tap overlay color -- On 5/29/12 at 4:19 PM -0700,

Re: [css-d] -webkit-tap-highlight-color

2012-05-30 Thread Philippe Wittenbergh
On May 30, 2012, at 5:06 PM, Rick Gordon wrote: For iOS, use -webkit-text-fill-color to control link color in normal state, and -webkit-text-fill-color in :active mode to control the on-tap color. Hmm. a[href] { -webkit-text-fill-color: blue; } works, but a[href]:active {

Re: [css-d] IE8, :hover, underline, and generated content

2012-05-30 Thread Paceaux
Thanks so much, Philippe. I checked in IE10 all the way back and all of them did the same. Glad to know that my favorite browsers did get it right. For the client, I ended up writing some jQuery to imitate generated content, just for IE. However, Ingo, I didn't think to try outline. I'll look

[css-d] How to stretch linear gradient all over the background

2012-05-30 Thread meera kibe
HiĀ  Pls can someone tell me how to get a linear gradient or radial for the backdround with a working example. Is it possible with only css Thanks in advance Meera __ css-discuss [css-d@lists.css-discuss.org]

Re: [css-d] How to stretch linear gradient all over the background

2012-05-30 Thread Tom Livingston
On Wed, May 30, 2012 at 12:51 PM, meera kibe meera_k...@yahoo.com wrote: Hi Pls can someone tell me how to get a linear gradient or radial for the backdround with a working example. Is it possible with only css Thanks in advance Meera http://tomliv.com/gradient/test.html Tested Mac FF

Re: [css-d] How to stretch linear gradient all over the background

2012-05-30 Thread Tom Livingston
What browser? Sent from iOS 5 On May 30, 2012, at 7:11 PM, Gail Issen gis...@sbcglobal.net wrote: I'm very confused ... When I look at your page, the gradient displays beautifully. Then, I did a View Source and copied your code into a new file and the gradient does not display. Can anyone

Re: [css-d] How to stretch linear gradient all over the background

2012-05-30 Thread David Laakso
I'm very confused ... When I look at your page, the gradient displays beautifully. Then, I did a View Source and copied your code into a new file and the gradient does not display. Can anyone shed some light on this? Gail W. Issen http://www.xpertwebs.com Gail, Umm, dunno-- other than Tom's

Re: [css-d] How to stretch linear gradient all over the background

2012-05-30 Thread Tom Livingston
On Wed, May 30, 2012 at 8:23 PM, David Laakso laakso.davi...@gmail.com wrote: I'm very confused ... When I look at your page, the gradient displays beautifully. Then, I did a View Source and copied your code into a new file and the gradient does not display. Can anyone shed some light on this?

Re: [css-d] How to stretch linear gradient all over the background

2012-05-30 Thread Rod Castello
Might be a link to the image problem. The background image needs to be hosted on your machine and properly linked to the html, or the css style sheet. If not, and it's hosted on a server, you will need the full url, such as: http://www.server.com/image.jpg. To put the image on your machine, right

[css-d] vertical menu question

2012-05-30 Thread BHomis
On a CSS vertical menu, is there a way to have its submenus open in an upward direction if the submenu doesn't have enough space to open in a downward direction? Thanks. Bruce __ css-discuss [css-d@lists.css-discuss.org]