Re: [css-d] Element Positioning

2009-09-09 Thread Tim Climis
On Tuesday, September 8, 2009 10:37:19 pm Christopher Barth wrote: I appreciate that suggestion about inline styles, I was using them for testing; I'll eventually get rid of them. The problem I had with background styles is that then if there is only a little body text the entire gradient

[css-d] rounded image corners

2009-09-09 Thread Daniel Gerep
Hi all... My client will upload images and I'd like to put rounded corners on it...is there a way to do so? Thanks in advance! -- Att. Daniel Gerep __ css-discuss [cs...@lists.css-discuss.org]

Re: [css-d] rounded image corners

2009-09-09 Thread Thierry Koblentz
My client will upload images and I'd like to put rounded corners on it...is there a way to do so? You could try something like this: http://www.tjkdesign.com/articles/overlay/tv_overlay.asp styling the background image of an IMG element. -- Regards, Thierry | http://www.TJKDesign.com

[css-d] dropdown menu in IE6 with no Javascript

2009-09-09 Thread Thierry Koblentz
I don't think this has been posted here yet, this is truly nice work from Timo Huovinen: http://www.pmob.co.uk/temp/dropdown-nojs-multilevel.htm -- Regards, Thierry | http://www.TJKDesign.com __ css-discuss

Re: [css-d] rounded image corners

2009-09-09 Thread Rob Crowther
Daniel Gerep wrote: My client will upload images and I'd like to put rounded corners on it...is there a way to do so? Using CSS you would use the border-radius property, currently implemented as -moz-border-radius and -webkit-border-radius in Firefox and Safari/Chrome respectively but it's

[css-d] Padding increases container size

2009-09-09 Thread Brian M. Curran
Hi, It seems that if I put a div around a group of text, and then in css assign a width to it, then give it padding, then the padding increases the total width of the container by the padding amount. However, if I put an addition div in, then the padding doesn't increase the total width of the

Re: [css-d] Padding increases container size

2009-09-09 Thread David Dorward
2009/9/9 Brian M. Curran br...@brianmcurran.com: It seems that if I put a div around a group of text, and then in css assign a width to it, then give it padding, then the padding increases the total width of the container by the padding amount. Yes. You have some content, with a width, and

Re: [css-d] Fixed Positioning Relative to Parent Container?

2009-09-09 Thread Elli Vizcaino
Sorry it took me forever to reply but after my original thinking I decided to go with a straightforward navigation menu. Thanks for your input anyways, much appreciated. Elli --- On Mon, 8/10/09, G.Sørtun gunla...@c2i.net wrote: From: G.Sørtun gunla...@c2i.net Subject: Re: [css-d] Fixed