Re: [css-d] Noob: relative URL specification in CSS

2010-11-01 Thread Robert Mcleod
I'm now down to using the simplest html I can: Test page Hello Word Some text follows here. And I just can't make it work. Uh, is this a straight copy and paste? Have a look at your opening tag, fix that and see if that fixes your problem. Sometimes the css isn't the proble

[css-d] Fwd: Re: Help - image behaviour in Hybrid

2010-06-20 Thread Robert Mcleod
#header { min-width: 640px; width:80%; background: url(path/to/jpg);<< mistake on previous post, sorry... } and having your image 1024px wide. If you leave out no-repeat then you'll get nasty repeating of the image across the width of the page if someone has a viewport wider than 1280px.. Usi

Re: [css-d] Help - image behaviour in Hybrid

2010-06-20 Thread Robert Mcleod
> Here is a clearer description of what I'm trying to do. > I'm wanting a header image to expand it's width as the browser window > expands from 800 pixels to 1024 or from a 4 X 3 monitor to a 16 x 9 > monitor. > So in a smaller browser window, the right side of the image would > become cropped, b

Re: [css-d] CSS Positioning problems

2006-12-08 Thread Robert Mcleod
[EMAIL PROTECTED] wrote: > .date > { > margin-top: 10px; > margin: 0px; > padding: 0px; > font-weight:bold; > } > G'day, I think the biggest problem here is that you redefine margin to 0px after you declare margin-top as 10px. Having margin: 0px *after* your margin-top: 10px line will set mar