Re: [css-d] Problem with a:hover

2007-03-21 Thread francky
Hi John, ~davidLaakso wrote: John M Shepard wrote: I am working on this page with all the css on same page but having a difficult time getting the ³a:hover² to work. I am trying to get the color to change slightly when the mouse hovers over. Here¹s the mockup site:

Re: [css-d] Total newby question - linked/external css vs embedded

2007-03-21 Thread francky
Charles Marcus wrote: Hello, [...] Obviously, one of the main benefits I'm hoping to achieve is to learn web development right the first time, as opposed to learning a bunch of bad habits that I later have to unlearn. :) Best regards, Charles

[css-d] 2 level tabbed navigation issue:

2007-03-21 Thread Dustin Myers
I have searched, scoured the internet, forums, websites, tutorials you name it and cannot find an answer to this. I really don't even know if its possible. Problem: I have the navigation working pretty good, the only thing left to do is somehow make each sub menu centered under its parent.

[css-d] setting height to be as big as my (or any) monitor height

2007-03-21 Thread Mahmoud Lababidi
I'd like to set a DIV to be no bigger than the viewing height I have. I've been told to set html,body{width:100%} and the div to overflow:hidden with no avail. I appreciate any help I can get. Thank you. -- Mahmoud Lababidi __

[css-d] select ur perfect model

2007-03-21 Thread Ofelia
Hi Major, __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org --

Re: [css-d] 2 issues with my page, please advice

2007-03-21 Thread hepabolu
Thanks guys, for the effort. You've put me on the right track. Francky: I like your version of the green blocks. Georg: I've changed the fixed-height from pixels to ems so it grows with the fontsize better. Bye, Helma __

Re: [css-d] setting height to be as big as my (or any) monitor height

2007-03-21 Thread Gunlaug Sørtun
Mahmoud Lababidi wrote: I'd like to set a DIV to be no bigger than the viewing height I have. I've been told to set html,body{width:100%} and the div to overflow:hidden with no avail. I appreciate any help I can get. Thank you. Limiting the height to the viewport sounds like a strange

[css-d] default box margins for tags

2007-03-21 Thread kdavis
Hi all- I want to set up a new style sheet which will rely on default h, p and li rendering as much as possible (no tinkering with the box margins, that is). However, in trying to do this, it looks to me as if list items have a different line height than paragraphs :-( Question: does anybody

[css-d] Table propriety in eCommerce

2007-03-21 Thread Tim Gossett
Hi list, I'm working with an eCommerce framework that uses tables for layout. After the booing and hissing dies down, I'd like to hear comments about the propriety of using tables in listing products. Specifically, pages like http://maritimecompliance.com/categories/imo [1] where I have a

Re: [css-d] default box margins for tags

2007-03-21 Thread liorean
On 21/03/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I want to set up a new style sheet which will rely on default h, p and li rendering as much as possible (no tinkering with the box margins, that is). However, in trying to do this, it looks to me as if list items have a different line

Re: [css-d] Table propriety in eCommerce

2007-03-21 Thread Ian Young
Does anyone know of an eCommerce site using semantic markup and some killer CSS in WaSP [2] fashion? -- Cubecart has the best front/backend that I have come across. Templates easy to fettle too. Ian -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.446 /

Re: [css-d] default box margins for tags

2007-03-21 Thread Jukka K. Korpela
On Wed, 21 Mar 2007, liorean wrote: uri:http://www.w3.org/TR/CSS21/sample.html However, browsers don't follow that perfectly. Browsers actually deviate quite a lot from it. The sample style sheet contains some rather odd parts. But regarding basic margins, it reflects common browser

Re: [css-d] Table propriety in eCommerce

2007-03-21 Thread Jukka K. Korpela
On Wed, 21 Mar 2007, Tim Gossett wrote: - - I'd like to hear comments about the propriety of using tables in listing products. The adequacy of markup is as such off-topic for this list, which deals with CSS. The CSS impact of various approaches might be relevant, but if you want to hear

Re: [css-d] default box margins for tags

2007-03-21 Thread Bradley Wright
On 21 Mar 2007, at 17:10, Jukka K. Korpela wrote: On Wed, 21 Mar 2007, liorean wrote: uri:http://www.w3.org/TR/CSS21/sample.html However, browsers don't follow that perfectly. The default rendering of lists is relatively similar in different browsers, but here, too, it's better to set the

Re: [css-d] default box margins for tags

2007-03-21 Thread ~davidLaakso
Bradley Wright wrote: On 21 Mar 2007, at 17:10, Jukka K. Korpela wrote: On Wed, 21 Mar 2007, liorean wrote: uri:http://www.w3.org/TR/CSS21/sample.html However, browsers don't follow that perfectly. The default rendering of lists is relatively similar in different

Re: [css-d] default box margins for tags

2007-03-21 Thread kdavis
Set only what is necessary to set. That's my goal! Learn just exactly what controls what and for whom. Hence, my question: where can I see a description of the defaults for boxes around tags? Keep the CSS lean, mean, and on-target. It will be far easier to maintain and revise. And it will

Re: [css-d] setting height to be as big as my (or any) monitor height / browser interpretations

2007-03-21 Thread francky
Gunlaug Sørtun wrote: Mahmoud Lababidi wrote: I'd like to set a DIV to be no bigger than the viewing height I have. I've been told to set html,body{width:100%} and the div to overflow:hidden with no avail. I appreciate any help I can get. Thank you. Limiting the height to the

Re: [css-d] default box margins for tags

2007-03-21 Thread David Hucklesby
David Laakso suggested: Set only what is necessary to set. On Wed, 21 Mar 2007 12:31:52 -0600, Karen Davis responded: That's my goal! Learn just exactly what controls what and for whom. Hence, my question: where can I see a description of the defaults for boxes around tags? Keep the

Re: [css-d] setting height to be as big as my (or any) monitor height / browser interpretations

2007-03-21 Thread Gunlaug Sørtun
francky wrote: Hi Georg other listers, In your first page test_07_1851.html http://www.gunlaug.no/tos/alien/test_07_1851.html ... you wrote Reports about failures in any browser are most welcome... I don't know if you've had much reactions since 24.jan.2007, so maybe I'm repeating known

Re: [css-d] default box margins for tags

2007-03-21 Thread Gunlaug Sørtun
[EMAIL PROTECTED] wrote: Learn just exactly what controls what and for whom. Hence, my question: where can I see a description of the defaults for boxes around tags? Will just mention a few minor details that may affect elements - whether browsers get to keep their defaults or you add your

[css-d] Firefox-mac specific css

2007-03-21 Thread Rolf Mortenson
I've stumbled on a bug that affects Firefox on Mac (not Win), and confirmed it in the mozilla bug logs. I've also found an apparent fix involving our good friend overflow: auto, but I'd prefer to feed it only to Firefox mac... I'm so used to targeting IE, that I can't think of how you