[css-d] Link attribute syntax

2008-07-09 Thread Colin Mcgarry
I'm sure my problem is ridiculously simple but it's driving me mad. Firefox tells me my link is div#contenu>liste-article>ul .somm-titre>li>h3.titre>a What is the syntax for setting the color of the link. i've tried a.h3.somm-titre{ color: #eef; } a.somm-titre{ color: #eef; } a.h3.titre{ col

Re: [css-d] Opera - no css

2007-11-13 Thread Colin Mcgarry
Susanne Jäger wrote: > Colin Mcgarry wrote, On 10.11.2007 17:28: > > >> The reason for browser searching is to accommodate browser quirks in the >> CSS. >> > > Well user agent sniffing is IMHO (one of) the most fragile method(s) of > doing that. You

Re: [css-d] Opera - no css

2007-11-12 Thread Colin Mcgarry
nd the problem. The reason for browser searching is to accommodate browser quirks in the CSS. Colin Mcgarry wrote: > Thanks for the replies. > The page now validates. Most of the problems came from imported scripts. > > Firefox and IE7 see indexcss.php as a css file. Opera sees i

Re: [css-d] Opera - no css

2007-11-12 Thread Colin Mcgarry
David Hucklesby wrote: > On Sat, 10 Nov 2007 15:14:52 +0100, Colin Mcgarry wrote: > >> Thanks for the replies. >> The page now validates. Most of the problems came from imported scripts. >> >> Firefox and IE7 see indexcss.php as a css file. Ope

Re: [css-d] Opera - no css

2007-11-10 Thread Colin Mcgarry
Thanks for the replies. The page now validates. Most of the problems came from imported scripts. Firefox and IE7 see indexcss.php as a css file. Opera sees it as a blank page. David Hucklesby wrote: > On Fri, 09 Nov 2007 21:11:36 +0100, Colin Mcgarry wrote: > >> I've jus

[css-d] Opera - no css

2007-11-09 Thread Colin Mcgarry
I've just set up Opera to see how it deals with my web pages. I was surprised to see my home page has no css with Opera. the page is http://www.cpmac.comand the css is a php file that begins = 5) { ?> /* BEGIN CSS RENDERING */ followed by css styles Firefox and even IE7 treat it

[css-d] Left 50% margin- 497

2007-07-09 Thread Colin Mcgarry
Looking at the css of a website I was visiting i noticed the following page layout. #page { position: absolute; width: 994px; left: 50%; margin-left: -497px; } I can follow the logic of this but is it better than left 0 margin 0 __

Re: [css-d] Site check please...

2006-03-24 Thread Colin McGarry
francky wrote: > Brian Funk wrote: > > > >> Keith Kaiser wrote: >> >> >> >> >>> OK! It's done. >>> help me out by taking a look and giving me some feedback. >>> >>> http://kaiserklan.com/roundtable >>> >>> >> >> on WinXP IE6: >> >> . > > > 5. > In general, be carefull with colored w

Re: [css-d] DIV won't cover text

2006-01-17 Thread Colin McGarry
Sarangan Thuraisingham wrote: > Colin McGarry wrote: > >> Hello >> I'm trying to adapt a script I found for roll down menus in css. >> My adaptation works except the rolldown menus displace the text of >> the div just below. >> In the original they cove

[css-d] DIV won't cover text

2006-01-17 Thread Colin McGarry
Hello I'm trying to adapt a script I found for roll down menus in css. My adaptation works except the rolldown menus displace the text of the div just below. In the original they cover the text. I can't see what I've changed to make the comportment change. The base script is at http://www.cpmac

Re: [css-d] Positioning Help Please

2006-01-16 Thread Colin McGarry
Hello I'm no expert on css but it seems to me that one can't put postion:absolute on contained items. They postion themselves relative to the window. cpmac Thomas Hall wrote: >Please look at this layout - >http://webhost.bridgew.edu/etribou/layouts/3col_footer/archives/3col_footer_ >02 > > >

Re: [css-d] Positioning Help Please

2006-01-16 Thread Colin McGarry
Thomas Hall wrote: >Please look at this layout - >http://webhost.bridgew.edu/etribou/layouts/3col_footer/archives/3col_footer_ >02 > > > >This is about what I am after except I'd like to be able to absolutely >position elements inside the header, footer, and columns. It seems that when >I attem