Re: [css-d] Equal heights solutions

2009-03-17 Thread Ingo Chao
2009/3/16 Nancy Johnson : >... but I'm still looking for an ideal solution to equal heights problem ... There is no ideal solution. Maybe this is a helpful read: http://www.satzansatz.de/cssd/companions.html Ideally, your layout idea would adapt to suit the constraints of CSS implementations. T

Re: [css-d] Equal heights solutions

2009-03-17 Thread David Hucklesby
Nancy Johnson wrote: > Hi, > > I just posted this got some wonderful answers, but I'm still looking > for an ideal solution to equal heights problem > Don't know about "ideal" -- but this is one CSS way of doing it: (All

[css-d] Make layout more liquid?

2009-03-17 Thread Kim Brooks Wei
Hi People, So, I finally seem to have worked out something with this layout. I've put the type into a resizeable div but it's not as liquid as I would like it to be: when I reduce the browser width the right side of the content div disappears. How could I make it scale better? Or can't I?\ ht

Re: [css-d] input type=image active area shift

2009-03-17 Thread Holly Bergevin
From: Ido dekkers >http://test3.dekkers.net/marriage.html >the problem is with the arrow buttons on the bottom: >in any standards compliant browser, the active >area of the button seems not to be connected with the button itself? > only the upper half of the button is clickable. >does anyone

Re: [css-d] Styling fieldset legends

2009-03-17 Thread Bill Brown
Climis, Tim wrote: > I'm trying to get the legend text to drop down to the same baseline > as the label text. But I have no idea how. Firebug isn't giving me > any clues as to the default style that makes it hang out up there > anyway. So I'm not sure what to set. Does anyone have any > experi

[css-d] Styling fieldset legends

2009-03-17 Thread Climis, Tim
I have this basic code, with these basic styles. (sorry can't link the actual example, because it's a log-in only site.) Is the sky blue? Yes No formfield { border: none; padding: 0; margin: 0; } legend { padding: 0; } If you plug this basic example into a browser, you'll see

Re: [css-d] WAS : Size calculations

2009-03-17 Thread Gunlaug Sørtun
Ib Jensen wrote: > And changing em to % is a good idea ?? A safer idea. Georg -- http://www.gunlaug.no __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http

Re: [css-d] Extra spcae between columns in IE6

2009-03-17 Thread David Laakso
Ian Piper wrote: > > I have a baffling problem with an unwanted space between columns in a > three-column layout. I have made an example page here: > > http://www.tellura.co.uk/ruberyowen/index.htm > IE6 respects that width > but leaves a big gap at the right (if I float sidebar right then the

[css-d] Extra spcae between columns in IE6

2009-03-17 Thread Ian Piper
Hi all, I have a baffling problem with an unwanted space between columns in a three-column layout. I have made an example page here: http://www.tellura.co.uk/ruberyowen/index.htm I have 3 div elements, called navcolumn, content and sidebar. They are all floated left and I have defined the wi

Re: [css-d] input type=image active area shift

2009-03-17 Thread mx . cssdee
Hey there! Tested IE6 and you are correct it works correctly. In FF3 I've noticed the #footer is overlapping the image buttons which prevents them for being clicked. Maybe its worth removing the float:right from the footer? Ta, MM On Mar 16, 2009 3:37pm, Ido dekkers wrote: > Hi > i have

Re: [css-d] IE 6&7 Not responding to clears

2009-03-17 Thread Keith Fjellman
That did it. I had a feeling I was dancing with that devil, but I couldn't find the trigger. Your help is greatly appreciated. Thanks Alan! On Tue, Mar 17, 2009 at 7:23 AM, Alan Gresley wrote: > Keith Fjellman wrote: > >> My apologies, I realized right after I sent it that I forgot to clarify

Re: [css-d] IE 6&7 Not responding to clears

2009-03-17 Thread Alan Gresley
Keith Fjellman wrote: > My apologies, I realized right after I sent it that I forgot to clarify. > > I really just need to make sure that none of the text at the > bottom (primarily the lorem ipsum paragraph followed by test) crosses > the yellow footer. > > The footer needs to clear like it does

Re: [css-d] Layout still broken, new problems

2009-03-17 Thread Krystian - Sunlust
I think there's something called bootcamp and parallels too (sorry about the spelling, but if you google, it will correct itself) that should work on all MAC's. Regards, -- Krystian - Sunlust Affordable Web Services in Eastbourne: http://eastbournewebdesign.net Mobile UK (Orange): 07528 036 337

Re: [css-d] Layout still broken, new problems

2009-03-17 Thread Bettina
hi kimi, IE6 e.g. does not recognize min-... (min-width). I think you designed on a fixed layout - so you can use simply "width:780px" in your body thats the first. If you got an Intel Mac I recommend to install virtualbox (www.virtualbox.org) and some windows environments for testing. otherwis

Re: [css-d] IE 6&7 Not responding to clears

2009-03-17 Thread Keith Fjellman
My apologies, I realized right after I sent it that I forgot to clarify. I really just need to make sure that none of the text at the bottom (primarily the lorem ipsum paragraph followed by test) crosses the yellow footer. The footer needs to clear like it does in FF or Chrome. On Tue, Mar 17,

Re: [css-d] Strange lack of hover effect on BOTH IE6 and IE7

2009-03-17 Thread Els
Phil Matt wrote: > In IE, NOTHING happens when you hover over the small GIF image - > which is a graphic created from a specific font. The idea is to > simulate the typical text-decoration you'd see on an ordinary text > link. In FF, the expected red lower border appears on hover. Here's > the cod

Re: [css-d] IE 6&7 Not responding to clears

2009-03-17 Thread David Laakso
Keith Fjellman wrote: > I've looked all over for an answer, but I've had no luck so here's hoping > you can help > > I'm working on a design for a client and for some reason the IE's won't > expand with the content this time. I've done all kinds of layouts and I've > tried all the solutions I can