[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

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

2012-06-25 Thread Tom Livingston
Is there padding on your a? Sent from iOS 5 On Jun 25, 2012, at 4:09 AM, meera kibe meera_k...@yahoo.com 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

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-border. how

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