Re: [css-d] what font is being called?

2011-01-14 Thread Richard Mason
On Fri, 14 Jan 2011, Alan Gresley wrote I am not a programmer and I wouldn't know the first thing about building a UA since I not even sure what web language or languages are involved in the process. C++ -- Richard Mason http://www.emdpi.com

[css-d] Styling Image Links

2011-01-14 Thread Gates, Jeff
I have applied a style to my links with this css: #right a:link {text-decoration: none; border-bottom: dotted 1px #666;} #right a:visited {text-decoration: none; border-bottom: dotted 1px #666;} #right a:hover {text-decoration: none; border-bottom: dotted 1px #666;}

Re: [css-d] Styling Image Links

2011-01-14 Thread Jukka K. Korpela
Gates, Jeff wrote: I have applied a style to my links with this css: #right a:link {text-decoration: none; border-bottom: dotted 1px #666;} [...] This puts a nice dotted line under each link. Interesting, though it might be confused, by some visitors, with dotted underline of

Re: [css-d] Styling Image Links

2011-01-14 Thread Germán Martínez
Hi Jeff, it's not working because the selector #right a has a higher specificity than .download-file. I'm assuming that those images are also inside the #right element, then you should use: #right a.download-file { border-bottom: none; } Hope that helps On Jan 14, 2011, at 9:35 AM, Gates,

Re: [css-d] Styling Image Links

2011-01-14 Thread Gates, Jeff
On 1/14/11 10:07 AM, Jukka K. Korpela jkorp...@cs.tut.fi wrote: The clean approach is to use selectors that are more specific than those in rules that are to be overridden. E.g. #right a.download-file:link { border-bottom: none; } On 1/14/11 10:11 AM, Germán Martínez ger...@martinez.pe wrote:

Re: [css-d] Styling Image Links

2011-01-14 Thread Shawn Lawler
On 1/14/2011 9:13 AM, Gates, Jeff wrote: On 1/14/11 10:07 AM, Jukka K. Korpelajkorp...@cs.tut.fi wrote: The clean approach is to use selectors that are more specific than those in rules that are to be overridden. E.g. #right a.download-file:link { border-bottom: none; } On 1/14/11 10:11 AM,

Re: [css-d] slight layout change: center numbers in circles.

2011-01-14 Thread Bob Rosenberg
At 08:17 +0200 on 01/11/2011, Jukka K. Korpela wrote about Re: [css-d] slight layout change: center numbers in circles: Bob Rosenberg wrote: You can also just use the numbers in the U+2776-U+2793 range which will give you 1-10 as Serif numbers in black or white circles as well as Sans-Serif