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
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
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
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
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
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
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
__
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
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
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
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
>
>
>
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
12 matches
Mail list logo