Re: [css-d] Site test?

2007-10-20 Thread William M Conlon
the flow when someone resizes. Review the threads here about relative size (% or em) for all dimensions. Also, it would be nice to replace the table with another floated column, since the table does not contain tabular information, but a list. Bill William M. Conlon, P.E., Ph.D. To the

Re: [css-d] multi-column question

2007-10-02 Thread William M Conlon
Thanks Jukka. In Mac FF2, Safari 2, "Purchase Films" is together on a single line, with its containing float below the 3rd column. Bill On Oct 1, 2007, at 11:48 PM, Jukka K. Korpela wrote: > William M Conlon wrote: > >> http://new.ggfilms.com/purchase/index.taf >

[css-d] multi-column question

2007-10-01 Thread William M Conlon
; width:165px;padding:5px;} .col4 {float:right; padding-top:5px} The final element "Purchase Films" does not word wrap, but instead is treated as a block break the floated fourth column. I am surprised that the text does not just wrap within the available space. Why? TIA. Bill William

[css-d] bottom alignment of two columns

2007-09-30 Thread William M Conlon
I'm working on a new layout at http://new.ggfilms.com/ using http://new.ggfilms.com/css/styles.css I have two sets of columns. The upper set aligns vertically at the top with each other as desired. The lower set of columns is supposed to align at the bottom, with each other, and this is pro

Re: [css-d] text leaders

2007-09-20 Thread William M Conlon
First, my apologies to the list, as I hadn't intended my reply to be private. Secondly, WOW! Georg always impresses me with his knowledge and thoroughness. best, bill On Sep 20, 2007, at 8:21 AM, Gunlaug Sørtun wrote: > Since William presented something to me [off-list] that doesn't

[css-d] text leaders

2007-09-19 Thread William M Conlon
I would like to have solid color leader before some text: __Some Text= where ___ is the leader, such as a solid color bottom border is some right margin (a percentage) Some Text is typically a heading, of unspecified width. I have tried a two column la

Re: [css-d] extra vertical space in IE6

2006-09-18 Thread William M Conlon
On Sep 18, 2006, at 1:52 PM, ~davidLaakso wrote: >> There are two places this occurs at http://www3.rgallery.us/ >> index.html >> > I was not able to access the file. So sorry. Should have been http://www.rgallery.us/index.html > See if this helps: > div#top { width:638px; height: 106px;

[css-d] extra vertical space in IE6

2006-09-18 Thread William M Conlon
Hi, I'm new to this list. Sorry I didn't find it years ago. I'm perplexed by a problem with IE 6 adding an extra few pixels at the bottom of a div. There are two places this occurs at http://www3.rgallery.us/index.html Maybe someone can help me see where the problem is with the first, simpl