Re: [css-d] background layering, transparency help

2010-06-23 Thread Thierry Koblentz
> Questions: > > 1. The png circular logo (top left) looks good in all browsers except > ie6 > windows. Any suggestions? See if this helps: -- Regards, Thierry www.tjkdesign.com | www.ez-css.org | @thierrykobl

Re: [css-d] background layering, transparency help

2010-06-23 Thread Stuart King
HI Chris, you were right on with the png for the background, thank you. Questions: 1. The png circular logo (top left) looks good in all browsers except ie6 windows. Any suggestions? 2. I have stray text in my footer, I cannot figure out what is wrong, please help: http://www.clarksburgwineco

Re: [css-d] centering 3 float: left boxes

2010-06-23 Thread David Laakso
martin wrote: > Hi all > > I'm trying to center 3 float:left boxes in the middle of the main container. > So far I've got: > > > How would I have to change it so that those three boxes (left_main, > centre_main, right_main) > were positioned in the middle of the container. As you can see they > (

[css-d] centered nav over an image /?

2010-06-23 Thread Matthew P. Johnson
How would I put a centered horizontal navigation over an image? http://ecoitsf.com/test.html I would like a background image to sit behind the nav at 100% of the page. Sincerely, Matthew P. Johnson | Eco I.T. 320 Warwick Avenue Oakland CA 94610 | 415.254.1563 |

Re: [css-d] centering 3 float: left boxes

2010-06-23 Thread martin
On 23/06/10 15:31, David Hucklesby wrote: > On 6/22/10 5:06 PM, martin wrote: > >> Hi all >> >> I'm trying to center 3 float:left boxes in the middle of the main >> container. So far I've got: >> >> > [code stripped] > > You might like to try putting the content in a UL instead, and apply >

Re: [css-d] centering 3 float: left boxes

2010-06-23 Thread martin
On 23/06/10 02:18, Tim Climis wrote: > On Tuesday, June 22, 2010 8:06:27 pm martin wrote: > >> Hi all >> >> I'm trying to center 3 float:left boxes in the middle of the main >> container. >> > > This might be pretty simple, actually... Untested, but give: > > #container { > float: left;

Re: [css-d] web page help

2010-06-23 Thread Climis, Tim
> -Original Message- > From: Claude Needham [mailto:gxx...@gmail.com] > > On Wed, Jun 23, 2010 at 11:00 AM, Climis, Tim > wrote: > > The image with the browser icons is using it on that page. > > When looking at http://ryanfait.com/sticky-footer/ I don't see a sticky > footer. > Is th

Re: [css-d] web page help

2010-06-23 Thread Climis, Tim
> Can you point to a page that demonstrates the sticky footer working? > I'm not seeing it on the url given. > The image with the browser icons is using it on that page. ---Tim __ css-discuss [cs...@lists.css-discuss.org] http:/

[css-d] Test on CSS complex floats

2010-06-23 Thread Gabriele Romanato
Hi all! Hope that's useful: http://onwebdev.blogspot.com/2010/06/test-on-css-complex-floats.html HTH :-) http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English) http://onwebdev.blogspot.com/ (English)

Re: [css-d] web page help

2010-06-23 Thread Claude Needham
On Tue, Jun 22, 2010 at 9:42 AM, Bernardo Doré wrote: > This is the most simple and compatible one I've found so far: > http://ryanfait.com/sticky-footer/ > Been using it for a while with very good results. > Bernardo Can you point to a page that demonstrates the sticky footer working? I'm not se

Re: [css-d] centering 3 float: left boxes

2010-06-23 Thread David Hucklesby
On 6/22/10 5:06 PM, martin wrote: > Hi all > > I'm trying to center 3 float:left boxes in the middle of the main > container. So far I've got: > [code stripped] You might like to try putting the content in a UL instead, and apply inline-block instead of float. Here's an example of an image gallery

Re: [css-d] web page help

2010-06-23 Thread UIT DEVELOPMENT
The best sticky footer solution that I have found: http://stackoverflow.com/questions/146659/how-do-i-get-a-floating-footer-to-stick-to-the-bottom-of-the-viewport-in-ie-6/147152#147152 Seems to still work in latest versions of FF, IE, Opera, Chrome, Safari.. __

Re: [css-d] web page help

2010-06-23 Thread Bernardo Doré
This is the most simple and compatible one I've found so far: http://ryanfait.com/sticky-footer/ Been using it for a while with very good results. Bernardo On Tue, Jun 22, 2010 at 1:04 PM, wrote: > I would do a google search for "sticky footer". It's a technique that keeps > the footer always

[css-d] ie6/7 shrink-wrapping with floated children

2010-06-23 Thread Mike Wilson
I'm a little rusty on my hack management, but do I remember correctly that there is no workaround for the following IE6 and IE7 bug: X (the outer DIVs shrink-wrapping is incorrectly defeated by the floated child so it instead spans the full page width) Is the only workaround for the