Re: [css-d] browser support of "linear-gradient"

2012-06-25 Thread David Hucklesby
On 6/25/12 10:37 AM, Hakan Kirkan wrote: CSS3 linear gradients are supported in Android 2.3+, Chrome 1+, Firefox 3.6+, Opera 11.1+, and Safari 4+. Internet Explorer can add gradients using a filter and supports them back to IE 5.5. This isn't CSS3, but it is an option for cross-browser compatibil

Re: [css-d] browser support of "linear-gradient"

2012-06-25 Thread Hakan Kirkan
CSS3 linear gradients are supported in Android 2.3+, Chrome 1+, Firefox 3.6+, Opera 11.1+, and Safari 4+. Internet Explorer can add gradients using a filter and supports them back to IE 5.5. This isn't CSS3, but it is an option for cross-browser compatibility. Hakan Kirkan IT Manager Dominor LLC /

Re: [css-d] browser support of "linear-gradient"

2012-06-25 Thread David Hucklesby
On 6/25/12 4:00 AM, Jesper Rønn-Jensen wrote: I just had a look on the current state of support for "linear-gradient" (not vendor prefixed). To my surprise, it was missing on PPKs otherwise excellent http://www.quirksmode.org/css/contents.html Anyone can help me with llist of browsers supportin

Re: [css-d] how can i reduce the space between border and content

2012-06-25 Thread David Hucklesby
On 6/25/12 1:09 AM, meera kibe wrote: Hi i wanted to style the underline on a anchor with a dotted red. Read an article saying i could do a:hover{ text-decoration:none; border-bottom: 1px dotted red; } but there is a wide gap between the text and the bottom-border. how do i remove that The ga

Re: [css-d] how can i reduce the space between border and content

2012-06-25 Thread John D
A link to your page would be very useful here. > Hi > i wanted to style the underline on a anchor with a dotted red. > Read an article saying i could do > > a:hover{ > text-decoration:none; > border-bottom: 1px dotted red; > } > > but there is a wide gap between the text and the bottom-borde

Re: [css-d] browser support of "linear-gradient"

2012-06-25 Thread Bjoern Hoehrmann
* Jesper Rønn-Jensen wrote: >I just had a look on the current state of support for "linear-gradient" >(not vendor prefixed). > >To my surprise, it was missing on PPKs otherwise excellent >http://www.quirksmode.org/css/contents.html > >Anyone can help me with llist of browsers supporting linear-grad

Re: [css-d] browser support of "linear-gradient"

2012-06-25 Thread Philippe Wittenbergh
Le 25 juin 2012 à 20:00, Jesper Rønn-Jensen a écrit : > I just had a look on the current state of support for "linear-gradient" > (not vendor prefixed). > > To my surprise, it was missing on PPKs otherwise excellent > http://www.quirksmode.org/css/contents.html > > Anyone can help me with llist

Re: [css-d] how can i reduce the space between border and content

2012-06-25 Thread Tom Livingston
Is there padding on your ? Sent from iOS 5 On Jun 25, 2012, at 4:09 AM, meera kibe wrote: > Hi > i wanted to style the underline on a anchor with a dotted red. > Read an article saying i could do > > a:hover{ > text-decoration:none; > border-bottom: 1px dotted red; > } > > but there is a wide

[css-d] browser support of "linear-gradient"

2012-06-25 Thread Jesper Rønn-Jensen
I just had a look on the current state of support for "linear-gradient" (not vendor prefixed). To my surprise, it was missing on PPKs otherwise excellent http://www.quirksmode.org/css/contents.html Anyone can help me with llist of browsers supporting linear-gradient (not using vendor prefixes lik

[css-d] how can i reduce the space between border and content

2012-06-25 Thread meera kibe
Hi i wanted to style the underline on a anchor with a dotted red. Read an article saying i could do a:hover{ text-decoration:none; border-bottom: 1px dotted red; } but there is a wide gap between the text and the bottom-border. how do i remove that Thanks Meera ___

[css-d] how to remove the small fluttering while styling :hover

2012-06-25 Thread meera kibe
Hi  How can i remove that small fluttering when i hover over a link and i want it to change its state say like getting a border around it or change the color  Its so annoying .  Thanks Meera __ css-discuss [css-d@lists.css-discuss