[css-d] height on pressing link

2007-05-12 Thread ~davidLaakso
There are three links in the upper left corner of header. Pressing any of them causes the header to gain height. What to do? login: quill pass: crow http://tinyurl.com/yu62d8 Best, ~dL -- http://chelseacreekstudio.com/ __

Re: [css-d] height on pressing link

2007-05-12 Thread ~davidLaakso
Philippe Wittenbergh wrote: On May 12, 2007, at 9:02 PM, ~davidLaakso wrote: There are three links in the upper left corner of header. Pressing any of them causes the header to gain height. What to do? Lenin see chapter 23. because on a:active, you _add_ a border on the left, top and

Re: [css-d] height on pressing link

2007-05-12 Thread Philippe Wittenbergh
On May 12, 2007, at 9:02 PM, ~davidLaakso wrote: There are three links in the upper left corner of header. Pressing any of them causes the header to gain height. What to do? Lenin see chapter 23. because on a:active, you _add_ a border on the left, top and right. maybe better: a {border:1px

[css-d] select/option tags

2007-05-12 Thread Kenoli Oleari
How can one apply a style to select/option tags? There seems to be no consistency between browsers, either when I assign a style to either of these tags or when I assign a class style to either tag. Thus none of the following: .blue { font-family: Arial, Helvetica, sans-serif;

Re: [css-d] ordered horizontal list

2007-05-12 Thread David Hucklesby
On Fri, 11 May 2007 20:27:40 -, Mauricio Samy Silva wrote: Hi all, Is it possible to achieve a horizontal ordered list in IE6 using only one OL element and valid CSS without images? Say: 1. First item2. A longer second item 3. shorter 3th Hi Samy, I believe the difficulty you

Re: [css-d] ordered horizontal list

2007-05-12 Thread David Hucklesby
On Sat, 12 May 2007 09:19:43 -0700, David Hucklesby wrote: Now, I have not tried this, but wonder whether specifying list-style-position: inside; would work? Hmm. I should have tried this before I mouthed off. Does not work. Sorry. And of course, floated items are not inline. (I need sleep.)

[css-d] Text-Decoration on Table Caption

2007-05-12 Thread Francesco Rizzi
Hello list. I've hit an odd ball. Maybe it's a known fact, maybe it's a browser-specific problem. If anyone can enlighten me, I'll be happy. I'm setting the text-decoration to underline for a table caption, and it doesn't seem to get underlined in Firefox (v.2.0.0.2). Here's a basic example:

Re: [css-d] format the Hover Effect in a List Menu

2007-05-12 Thread ~davidLaakso
Rich Wendrock Forums wrote: That worked very nicely... As it turned out I did not go with the list menu, but each option in a div [trimmed] I was able to use the technique recommended like this. div.#p7TMnav a:hover { color: black !Important; background-color:#2A9FFF

Re: [css-d] Text-Decoration on Table Caption

2007-05-12 Thread Peter Hyde-Smith
- Original Message - From: Francesco Rizzi [EMAIL PROTECTED] Subject: [css-d] Text-Decoration on Table Caption Hello list. I've hit an odd ball. Maybe it's a known fact, maybe it's a browser-specific problem. If anyone can enlighten me, I'll be happy. I'm setting the

[css-d] 10px gap below float in IE6 7 - how do I eliminate?

2007-05-12 Thread Robert Lane
Example is here: http://tinyurl.com/yonjur I can't get this to work right! I have been struggling all day with this. Looks right in FireFox but in IE 6 7 the background is flowing under the float and adding 10px of gray background to the bottom before the footer. How can I get rid of the

Re: [css-d] Text-Decoration on Table Caption

2007-05-12 Thread Philippe Wittenbergh
On May 13, 2007, at 2:49 AM, Francesco Rizzi wrote: I've hit an odd ball. Maybe it's a known fact, maybe it's a browser- specific problem. If anyone can enlighten me, I'll be happy. I'm setting the text-decoration to underline for a table caption, and it doesn't seem to get underlined in

Re: [css-d] Text-Decoration on Table Caption

2007-05-12 Thread Francesco Rizzi
On 5/12/07, Philippe Wittenbergh [EMAIL PROTECTED] wrote: It is a known bug in Gecko browsers [1]. If the text-decoration is absolutely vital, wrap the contents of caption in a span and apply the text decoration to the span. Otherwise, I'd live with it. Other browsers do display the text-

[css-d] first-letter Replacement

2007-05-12 Thread christianz
Is there a way to replace the P:first-letter pseudo-element with an image? This is for if you want to replace the first letter of a document with a super-stylized cap image but still have the text show up if the image is not going to. The code I came up with works perfectly in Opera, degrades