Re: [css-d] How to override CSS hosted elswhere

2008-12-28 Thread Benjamin Hawkes-Lewis
On 28/12/08 22:21, Felix Miata wrote: > On 2008/12/28 22:16 (GMT) Benjamin Hawkes-Lewis composed: > >> On 28/12/08 21:41, Tim Arnold wrote: > >>> Making styles either more specific, or adding the "!important" modifier will >>> also help in many of these situations > >> !important might appear to he

Re: [css-d] Menu-issue

2008-12-28 Thread Al Sparber
From: "Ib Jensen" > 2008/12/28 David : >> Ib Jensen wrote: > >> I got it to validate if it helps any :) >> http://dwabbott.com/iktest.html >> -david > > Me too. > I don't know if you read my answer to Benjamin Hawkes-Lewis. > > Now, only the Menu-issue is left back. ;-{ You would be better off wi

Re: [css-d] How to override CSS hosted elswhere

2008-12-28 Thread Felix Miata
On 2008/12/28 22:16 (GMT) Benjamin Hawkes-Lewis composed: > On 28/12/08 21:41, Tim Arnold wrote: >> Making styles either more specific, or adding the "!important" modifier will >> also help in many of these situations > !important might appear to help, but it has the regrettable side effect > o

Re: [css-d] How to override CSS hosted elswhere

2008-12-28 Thread Benjamin Hawkes-Lewis
On 28/12/08 21:41, Tim Arnold wrote: > Making styles either more specific, or adding the "!important" modifier will > also help in many of these situations !important might appear to help, but it has the regrettable side effect of overriding user stylesheets: http://www.w3.org/TR/CSS21/cascade.h

Re: [css-d] How to override CSS hosted elswhere

2008-12-28 Thread Tim Arnold
Making styles either more specific, or adding the "!important" modifier will also help in many of these situations: #feed-control a.gf-title { color: #99 !important; } -Tim On Sun, Dec 28, 2008 at 2:16 PM, JR Heard wrote: > On Sun, Dec 28, 2008 at 1:06 PM, Bonnie Bucqueroux > wrote: > >

Re: [css-d] Menu-issue

2008-12-28 Thread Ib Jensen
2008/12/28 David : > Ib Jensen wrote: > I got it to validate if it helps any :) > http://dwabbott.com/iktest.html > -david Me too. I don't know if you read my answer to Benjamin Hawkes-Lewis. Now, only the Menu-issue is left back. ;-{ -- Regards / Mhv. Ib K. jensen __

Re: [css-d] Menu-issue

2008-12-28 Thread David
Ib Jensen wrote: > Link : ikjensen.dk/test/ > > Wanted: > > Top-nav : > Moving the second sublevel to about 5px below Top-nav. So there will > be a small white border at the top. > There are only Sublevels in the First menuentry. Last four. > > Do I have to write a class or something to get the pos

Re: [css-d] Menu-issue

2008-12-28 Thread Ib Jensen
2008/12/28 Benjamin Hawkes-Lewis : > On 28/12/08 16:58, Ib Jensen wrote: >> > I'd recommend removing errors from your HTML layer before making any further > CSS changes. Done ! And (x)HTML and CSS are validating perfectly now. Now I'm just going to find out how to adjust the menu. -- Regards

Re: [css-d] Menu-issue

2008-12-28 Thread Ib Jensen
2008/12/28 Benjamin Hawkes-Lewis : > On 28/12/08 16:58, Ib Jensen wrote: >> > You can use descendant selectors to target lists that are descendants of > other lists: > http://css.maxdesign.com.au/selectutorial/selectors_descendant.htm > That's likely all you need here. > > Verbose validator output:

Re: [css-d] How to override CSS hosted elswhere

2008-12-28 Thread JR Heard
On Sun, Dec 28, 2008 at 1:06 PM, Bonnie Bucqueroux wrote: > #feedControl a.gf-branding-clickable { > color: #99; > } The answer's in the source - take a look at the HTML generated by the plugin. The div's got an id of "feed-control", not "feedControl", and I can't find any links with class "

[css-d] How to override CSS hosted elswhere

2008-12-28 Thread Bonnie Bucqueroux
http://www.sustainablefarmer.com/ - I have added a great new Google API feed so that I can showcase my blog on my Home page. It's working great. Here's the link to the Widget - http://code.google.com/apis/ajaxfeeds/index.html And here's the link to the Widget wizard - http://www.google.com/uds/so

Re: [css-d] Menu-issue

2008-12-28 Thread Benjamin Hawkes-Lewis
On 28/12/08 16:58, Ib Jensen wrote: > Do I have to write a class or something to get the position or . You can use descendant selectors to target lists that are descendants of other lists: http://css.maxdesign.com.au/selectutorial/selectors_descendant.htm That's likely all you need here. >

[css-d] Menu-issue

2008-12-28 Thread Ib Jensen
Link : ikjensen.dk/test/ Wanted: Top-nav : Moving the second sublevel to about 5px below Top-nav. So there will be a small white border at the top. There are only Sublevels in the First menuentry. Last four. Do I have to write a class or something to get the position or . PS! Walidating the