Re: [css-d] Opera Type and Menu issues [+2]

2011-11-01 Thread David Laakso
On 11/1/11 7:25 PM, John wrote: On Nov 1, 2011, at 3:02 PM, David Laakso wrote: A fix was sent to you several days ago. Its online now... I'm noticing you nixed the hashes used in the ul menu and replaced them with spaces. is this personal preference or

Re: [css-d] Opera Type and Menu issues [+2]

2011-11-01 Thread John
On Nov 1, 2011, at 3:02 PM, David Laakso wrote: > > A fix was sent to you several days ago. Its online now... > Ah..thank you for that.. I'm noticing you nixed the hashes used in the ul menu and replaced them with spaces. is this personal preference or

Re: [css-d] Opera Type and Menu issues [+1]

2011-11-01 Thread David Laakso
On 11/1/11 5:38 PM, John wrote: But why does IE 6 now shove the 5th one down below? John Because it does not know which end is up? And you are not the first person it has driven nuts. -- Desktop. Laptop. Tablet. Mobile! http://chelseac

Re: [css-d] proper way to kill text decoration on link?

2011-11-01 Thread John
On Nov 1, 2011, at 2:21 PM, Angela French wrote: > Where accessibility is concerned you should not remove that. How will people > who do not use a mouse (tab with the keyboard) know when something is a link? In this case, the item being linked is an image. For your second sentence that means

Re: [css-d] Opera Type and Menu issues [+1]

2011-11-01 Thread John
On Oct 28, 2011, at 4:33 PM, David Laakso wrote: > "Lets play." > > #content { > border: 1px dashed red/*4 position only*/; > color: #111311; > width: 727px; > float: right; > margin-right: 150px; > } > .preview { > border-top:1px solid red/*4 position only*/; border-bottom:1px solid red/*4 >

Re: [css-d] proper way to kill text decoration on link?

2011-11-01 Thread John
On Nov 1, 2011, at 1:34 PM, Philip TAYLOR (Webmaster, Ret'd) wrote: > I don't understand. > >>> .preview a:link, a:hover, a:focus, a:active >>> { >>> text-decoration: none >>> } > > would have the effect of killing the effect of > > >> a:link, a:hover, a:focus, a:active > >

Re: [css-d] proper way to kill text decoration on link?

2011-11-01 Thread Philip TAYLOR (Webmaster, Ret'd)
John wrote: I have this for my basic links: a { color: #111311; border-bottom: 1px dotted #000; margin: 0 0 0 0; padding-bottom: 1px; text-decoration: none; } a:hover, a:focus, a:active { color: #8c; } and I want to keep it, but I also nee

Re: [css-d] proper way to kill text decoration on link?

2011-11-01 Thread lawl0035
Depends on what your markup looks like. But for starters: .preview a:link, a:hover, a:focus, a:active { /*text-decoration: none; delete*/ border-bottom:none; } On Tue, Nov 1, 2011 at 3:09 PM, John wrote: > > I have this for my basic links: > > a { >color: #111311; >

[css-d] proper way to kill text decoration on link?

2011-11-01 Thread John
I have this for my basic links: a { color: #111311; border-bottom: 1px dotted #000; margin: 0 0 0 0; padding-bottom: 1px; text-decoration: none; } a:hover, a:focus, a:active { color: #8c; } and I want to keep it, but I also need to have thing