[css-d] CSS menus and frames

2007-11-14 Thread Jay Rabe
Several things: First, thanks to Roger Keays, David Hucklesby, David Laakso, and several others who sent pointers and links with suggestions on my earlier question on pure-CSS drop-down menus. I learned a lot from the tips and the lively discussion that followed. :-) I've worked

Re: [css-d] IE 6 absolute positioning bug

2007-11-14 Thread Bruno Fassino
Ross Hulford wrote: > I have a problem with my #home #middleColum totally > disapearing in IE6. Any ideas why? Thanks. [...] Absolutely positioned boxes near to floats may disappear in IE in several conditions, see [1]. You may try adding margin-right: -3px to your floated #container. Hope thi

Re: [css-d] center submit button in a table cell

2007-11-14 Thread Seona Bellamy
On 15/11/2007, Graham, Steve <[EMAIL PROTECTED]> wrote: > > My question for you is this. I'm trying to figure out a way to > automatically center a submit button in a table cell. I can style the > button just fine, but I've not found a good way to center it. > > Aside from the obvious solution of

[css-d] center submit button in a table cell

2007-11-14 Thread Graham, Steve
Hello everyone, My question for you is this. I'm trying to figure out a way to automatically center a submit button in a table cell. I can style the button just fine, but I've not found a good way to center it. Thanks for the help, Steve ( ps - this is an internal website, so I'm unabl

Re: [css-d] Mysterious Gap between Div's

2007-11-14 Thread Thierry Koblentz
> Trying to figure out why I have a gap between Div's. I have a drop down > menu (CSS) that works fine on a separate page and works on the page I > have it on now. The problem is that there is a gap between the top DIV > and the navigation. I have tried several ways that I know of to fix it, >

Re: [css-d] sanity check

2007-11-14 Thread David Laakso
Richard Tolpin wrote: > > > http://www.wildstufftogo.com/reference6.htm > > > If you notice problems in > this example that will cause me grief later on, please let me know. > > > Dick Tolpin > > If you really bang font-scaling (try +3 or +4) the right float does not clear the headline (#pushe

[css-d] IE 6 absolute positioning bug

2007-11-14 Thread Ross Hulford
I have a problem with my #home #middleColum totally disapearing in IE6. Any ideas why? Thanks. The CSS @charset "utf-8"; /* CSS Document */ body { padding:0; margin:0; font-family:Arial, Helvetica, sans-serif; color:#FF; /*background-image:url(../images/bodyBg.gif);*/ } #container { wid

Re: [css-d] sanity check

2007-11-14 Thread Gunlaug Sørtun
Richard Tolpin wrote: > http://www.wildstufftogo.com/reference6.htm > > The spacing between the links and floats is fine in FFX 2.0, but too > wide in IE6. Adding a border to the "header" div collapses that > space, but transparent borders don't render properly in IE6. Do I > have a "haslayout"

[css-d] New Site Launched - Thanksgivingbuffet.com

2007-11-14 Thread Elli Vizcaino
Hi List, Just wanted to announce the launch of my new site: www.thanksgivingbuffet.com - an all CSS layout and validates as XHTML 1.0 (uh with the exception of 2 validation errors due to some Javascript on the post comments page. If anyone knows any work-arounds on how to make the site validate an

[css-d] Dynamic Menus What are the Pros and Cons or Best Tags

2007-11-14 Thread Adam Wakal
Hello All I am trying to rework an existing css dynamic menu because we are having problems with its use of backgroundImage in the tag. There is a huge lag with the hover; the images go blank. Any thoughts on why this is happening appreciated. First a side question and then I will post some code

[css-d] sanity check

2007-11-14 Thread Richard Tolpin
Hi everyone - I'm an old software engineer trying to learn an entirely new trick. This CSS thing is challenging to say the least and though some of the concepts are sinking in, others still elude me. I'm hopeful a "sanity check" at this point in my studies will keep me from getting too far off tra

Re: [css-d] Firefox bug with fragment identifiers

2007-11-14 Thread Ryan Bowman
Thanks, removing the clearfix class seems to have fixed the problem. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-di

Re: [css-d] Simple layout positioning

2007-11-14 Thread Rick Faircloth
Thanks for the info, David. :o) Rick > -Original Message- > From: David Laakso [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 14, 2007 1:44 PM > To: Rick Faircloth > Cc: 'css-discuss' > Subject: Re: [css-d] Simple layout positioning > > > > >

Re: [css-d] Simple layout positioning

2007-11-14 Thread David Laakso
Rick Faircloth wrote: > @David... > > Hi, David... > > I took a quick glance at the css you recommended for Nouhad, > and I have a question. > > I noticed that you specified a float:left for all three > boxes (#box-1, #box-2, #box-3), then you gave #box-2 the attribute, > "position:absolute", and t

Re: [css-d] Simple layout positioning

2007-11-14 Thread Rick Faircloth
@David... Hi, David... I took a quick glance at the css you recommended for Nouhad, and I have a question. I noticed that you specified a float:left for all three boxes (#box-1, #box-2, #box-3), then you gave #box-2 the attribute, "position:absolute", and then #box-3, "float:right". I've just b

Re: [css-d] Simple layout positioning

2007-11-14 Thread David Laakso
Nouhad A wrote: Could you provide me with some assistance on how I may change each boxes size? I am hoping to include text and tiny images wrapped around the text in each box, while trying to maintain the same heights for all the boxes. Basically box 1 will speak of one feature of the desi

Re: [css-d] Mysterious Gap between Div's

2007-11-14 Thread Eric A. Meyer
At 2:05 PM -0600 11/12/07, Alan_Akhlah wrote: >Trying to figure out why I have a gap between Div's. I have a drop down >menu (CSS) that works fine on a separate page and works on the page I >have it on now. The problem is that there is a gap between the top DIV >and the navigation. I have tried se

Re: [css-d] Simple layout positioning

2007-11-14 Thread David Laakso
Nouhad A wrote: > I was wondering if anyone could help me with the layout problem I'm having. > > I am trying to get my layout to look like this > image > . This is none way it might be done:

Re: [css-d] Firefox bug with fragment identifiers

2007-11-14 Thread Alan Gresley
Ryan Bowman wrote: > Hi everyone. > This causes a strange behavior in Firefox, IE 7 is fine. > > On the following page making a selection in the Vehicle Type box > causes the block with the 'Step 1' image in it to scrunch up > underneath the bread crumb links. > http://www.rockymountainatv.com/t

[css-d] Simple layout positioning

2007-11-14 Thread Nouhad A
Hi there, I was wondering if anyone could help me with the layout problem I'm having. I am trying to get my layout to look like this image . Basically it's a logo positioned inside a div and centered to the middle of the page and below it i'm