[css-d] Floating Divs of Unequal Height

2008-03-30 Thread Charles Stuart
Hi All, I want to float a number of divs of unequal height, and have it seem as if there are rows, e.g. the floated divs clear all the way to the left instead of catching on taller divs, while still having a percentage width container. The test case here explains it all: - http://enure.net/dev/fl

[css-d] Crashing Mac IE 5 with CSS

2005-05-09 Thread Charles Stuart
Hello All, Mac IE 5 is crashing for me on a site I've created. I'm wondering if I'm doing something wrong, or if you all know of a nice alternative. View the example here: http://enure.net/legos/css/ie5mac/ (the CSS is included on the bottom of the page.) As well, below is the CSS & HTML. Mac I

Re: [css-d] main/global style sheet and other stylesheets

2005-05-11 Thread Charles Stuart
On May 11, 2005, at 2:00 PM, Virtuallee wrote: Hi There must be a better way of doing this. I have a main image on every page of my site. It has to be a background image as it is extra wide and therefore 'expands' in large resolutions. The site has 6 main pages with 'sub pages'. Each of the 6 ma

Re: [css-d] Problems getting one class to show, too many !importants, help!

2005-05-11 Thread Charles Stuart
On May 11, 2005, at 2:16 PM, James Hallam wrote: Source file is here: http://james.globalhavens.com/css-discuss/webtop/webtop.html If you look at the HTML at the bottom, there are a few DIVs with the class "webtopMenuIconDiv" that are supposed to group the icons on the second row, providing a litt

[css-d] an absolutely positioned to 100% of parent

2005-06-27 Thread Charles Stuart
Hi, I need to set an absolutely positioned to the same height as the parent div. Or... find a different way to do this. I have accomplished this in Safari and FF. IE is not working. *my attempts so far* So far my attempts have relied on setting the specific to height: 100%; and then bas

Re: [css-d] an absolutely positioned to 100% of parent

2005-06-28 Thread Charles Stuart
On Jun 27, 2005, at 9:35 PM, Richard Grevers wrote: On 6/28/05, Charles Stuart <[EMAIL PROTECTED]> wrote: Hi, I need to set an absolutely positioned to the same height as the parent div. Or... find a different way to do this. I have accomplished this in Safari and FF. IE is not w

Re: [css-d] Page Layout Check

2005-07-01 Thread Charles Stuart
It all looks fine in Safari 2.0. Nice work. On Jul 1, 2005, at 1:17 PM, David Boddie wrote: Hello, I've been working on building a nested list menu for my new design for my work site for over a week, and I've finally opted on a Suckerfish menu. Could someone take a look at these pages an

Re: [css-d] an absolutely positioned to 100% of parent

2005-07-01 Thread Charles Stuart
any dimensions. Thanks for any help. Have a nice long weekend if you're somewhere where it is a long weekend. best, Charles On Jun 27, 2005, at 6:28 PM, Charles Stuart wrote: Hi, I need to set an absolutely positioned to the same height as the parent div. Or... find a differe

Re: [css-d] Data Definition list query

2005-07-01 Thread Charles Stuart
On Jul 1, 2005, at 7:00 AM, stu wrote: Hi All, sorry this is the 2nd quastion of the day (i try to keep to one a day). I am wondering if it is possible ti get a data definition list to laytout like a 3 column table. for example: col 1 (dt) col 2 (dd) col 3 (dd) I would post u