[css-d] Stopping div extending underneath floated image

2007-07-07 Thread Gary Benson
Hi all, On my site the pages have these find out more boxes after the main content with links to direct people around the site. On most pages (eg http://www.relaxshiatsu.co.uk/what-is-shiatsu.html) they extend the full width of the page (which is what I want) but on the main page

Re: [css-d] Stopping div extending underneath floated image

2007-07-07 Thread Josue Martinez
On 7/7/07, Gary Benson [EMAIL PROTECTED] wrote: Hi all, On my site the pages have these find out more boxes after the main content with links to direct people around the site. On most pages (eg http://www.relaxshiatsu.co.uk/what-is-shiatsu.html) they extend the full width of the page

Re: [css-d] Stopping div extending underneath floated image

2007-07-07 Thread ron zisman
On Jul 7, 2007, at 6:47 AM, Gary Benson wrote:Hi all, ... on the main page (http://www.relaxshiatsu.co.uk/) there is a floated image and the box extends underneath it. Is there some way I can make the div fill only the width available to it and no more? I know I can do it by giving it

Re: [css-d] Stopping div extending underneath floated image

2007-07-07 Thread Bradley Wright
On 7 Jul 2007, at 13:46, Gary Benson wrote: Oh, that's perfect, thanks :) But what is the zoom: 1 for? overflow:hidden; causes all browsers (well, the ones that count, and IE) to contain floats. zoom:1; causes hasLayout to trigger in IE, which has a similar effect of containing floats.

Re: [css-d] Getting the z-index right in my css

2007-07-07 Thread Ian Piper
On 6 Jul 2007, at 3:42 pm, ron zisman wrote: I can't play with - or debug - your IE styles at the moment, as I don't have all the tools available where I am now. It is however to be expected that IE6 creates layering problems - making elements invisible, and it may also need some

Re: [css-d] Stopping div extending underneath floated image

2007-07-07 Thread Bradley Wright
On 7 Jul 2007, at 13:52, Bradley Wright wrote: On 7 Jul 2007, at 13:46, Gary Benson wrote: Oh, that's perfect, thanks :) But what is the zoom: 1 for? overflow:hidden; causes all browsers (well, the ones that count, and IE) Sorry, bad typo: overflow:hidden; does NOT cause IE to contain

Re: [css-d] Stopping div extending underneath floated image

2007-07-07 Thread Philippe Wittenbergh
On Jul 7, 2007, at 10:07 PM, Bradley Wright wrote: Oh, that's perfect, thanks :) But what is the zoom: 1 for? overflow:hidden; causes all browsers (well, the ones that count, and IE) Sorry, bad typo: overflow:hidden; does NOT cause IE to contain floats. :) It does: in IE 7 (but _not_ in

Re: [css-d] Stopping div extending underneath floated image

2007-07-07 Thread Gary Benson
Philippe Wittenbergh wrote: On Jul 7, 2007, at 10:07 PM, Bradley Wright wrote: Oh, that's perfect, thanks :) But what is the zoom: 1 for? overflow:hidden; causes all browsers (well, the ones that count, and IE) Sorry, bad typo: overflow:hidden; does NOT cause IE to contain

Re: [css-d] I've still got a problem...

2007-07-07 Thread John Lockerbie
Thank you all for the help I've received in attempting to straighten out a site I'm developing. I seem to be nearly there and hope that somebody can now help by telling me what I'm doing wrong in not being able to get the same menu at the bottom of the page as there is at the top on:

[css-d] Stop textarea expanding outside fieldset??? (when textsize changed)

2007-07-07 Thread Greg Hauptmann
Hi all, Can anyone confirm how to stop a TEXTAREA expanding outside the bounds of its enclosing FIELDSET (which has a border) when the TEXT SIZE is changed (increased)??? Is this possible? via HTML or CSS or otherwise? Thanks in advance

[css-d] can I custom variables for my website colors? to use within the CSS?

2007-07-07 Thread Greg Hauptmann
Hi, Is there a way in CSS to create custom variables for my colors, i.e. so I just set my color in one place and use my custom variables everywhere else through the CSS? Tks __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Stop textarea expanding outside fieldset??? (when textsize changed)

2007-07-07 Thread David Hucklesby
On Sun, 8 Jul 2007 07:49:19 +1000, Greg Hauptmann wrote: Hi all, Can anyone confirm how to stop a TEXTAREA expanding outside the bounds of its enclosing FIELDSET (which has a border) when the TEXT SIZE is changed (increased)??? Is this possible? via HTML or CSS or otherwise?

Re: [css-d] can I custom variables for my website colors? to use within the CSS?

2007-07-07 Thread David Hucklesby
On Sun, 8 Jul 2007 08:04:21 +1000, Greg Hauptmann wrote: Hi, Is there a way in CSS to create custom variables for my colors, i.e. so I just set my color in one place and use my custom variables everywhere else through the CSS? ~~~ Only if you use

Re: [css-d] can I custom variables for my website colors? to use within the CSS?

2007-07-07 Thread Micky Hulse
I have never really done this myself specifically for colors, but you could just create a stylesheet, or section in your main stylesheet, that delegates only colors. Example: #foo1, #foo2, #foo3, .spanFoo1, .spanFoo2, .spanFoo3, .spanFoo4, ul.someClass, dl.someClass { background-color: #000; }

[css-d] bg divs with banner

2007-07-07 Thread Mary Jo Sinner Savageau
Hello, I haven't posted in a long, long while, and I've forgotten some CSS. I need some help with a layout I'm trying to achieve. I've got a top banner image that has a gradated color from left to right and a drop shadow. I'd like the banner centered at the top (top margin: 0), the color

[css-d] page check :: ~dL

2007-07-07 Thread David Laakso
I get frequent reminders from the guy that the thing [1] is supposed to work in all versions of win/ie. Comments, suggestions, and links to an anger management seminar appreciated. Thanks. [1] http://www.chelseacreekstudio.com/ca/ct1/ Best, ~dL -- http://chelseacreekstudio.com/

Re: [css-d] I've still got a problem...

2007-07-07 Thread John Lockerbie
Holly, Thank you. I've made so many small amendments I've lost track of what I'm doing. Regards John On 07/07/07, Holly Bergevin [EMAIL PROTECTED] wrote: From: John Lockerbie [EMAIL PROTECTED] somebody can now help by telling me what I'm doing wrong in not being able to get the same menu at