Todd Hayes wrote:

>Hello all, first time poster 
>
Hi Todd,
Welcome!

>and first full CSS/XHTML layout, so be kind!
>  
>
Compliment first: general look & feel is (imo) sophisticated.

>Here's the site:
>
>http://www.michaellawrencenewton.com
>
>Here's some of my own complaints:
>
>The client doesn't mind the glitches in IE5/5.5 for Mac (the menu at the
>bottom shifts to the left and top, especially in widescreen browsers), but I
>do.
>
>I can't seem to get the overall layout to stretch vertically to the bottom
>of the screen in larger-width. If I don't have enough content to stretch the
>height of the page, how do I set the height in the style sheet without
>blowing out the layout?
>
>I wanted to make a 2-column layout out of the "Words" page, but I can't seem
>to make it work. When I made the maincontent div a container with 2 content
>divs inside, the divs didn't work as columns, even with floats left and
>right.
>
>Of course it looks fine in Firefox, but IE5/5.5 for Windows looks a little
>different. Again, the client doesn't care as long as he's live. I'm trying
>to understand how the hacks for IE work, but I still don't fully understand
>how they work.
>
>Thank you all in advance for your input!
>
>Todd
>  
>
About the 2 columns: some kind of this?

    * testpage
      <http://home.tiscali.nl/developerscorner/css-discuss/words-new.htm>

Method used: cutting text in 2 equal parts by hand (in html/css no 
flowing of text from 1 container to another is permitted, like in a 
DTP-program).
Then each part in a left or right floated column <div>. And ending with 
a clearing of the floats, that means: starting left side of the page at 
a vertical position under the largest floating column.

The maybe the "text img" links can get some kind of visual indication 
there is something to hover/click (small arrow or something?). - The 
menu at the bottom is clear, but at the Words page, I didn't recognize 
the "Gordon Parks Remembered: 'by 5 minutes' " text as a clickable link: 
only after 10 minutes, just by accident, when hovering around.

Success and greetings,
francky



______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to