[WSG] Need CSS assistance

2004-02-28 Thread Jeff D. Reid
I am having a terrible time trying to get three columns of different length content to all be the same height. test pages are here: http://www.xperianz.com/jeff02232004 and the css is here: http://www.xperianz.com/jeff02232004/css/main3.css TIA Jeff

Re: [WSG] Need CSS assistance

2004-02-28 Thread Hugh Todd
Jeff, Would Russ's tutorial help? http://css.maxdesign.com.au/selectutorial/tutorial_intro.htm You have one or two glitches in the current design. The right hand box overlaps the content area in the centre if the window is too narrow. The Xperianz logo repeats at top left. All the best.

Re: [WSG] Need CSS assistance

2004-02-28 Thread Jeff D. Reid
Hugh This may just be what I needed in a tutorial to get this site working correctly. Thank you so much. Jeff - Original Message - From: Hugh Todd [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, February 28, 2004 7:06 PM Subject: Re: [WSG] Need CSS assistance Jeff, Would

Re: [WSG] Need CSS assistance

2004-02-28 Thread Jeff D. Reid
: Saturday, February 28, 2004 7:06 PM Subject: Re: [WSG] Need CSS assistance Jeff, Would Russ's tutorial help? http://css.maxdesign.com.au/selectutorial/tutorial_intro.htm You have one or two glitches in the current design. The right hand box overlaps the content area in the centre

Re: [WSG] Need CSS assistance

2004-02-28 Thread russ weakley
- From: Hugh Todd [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, February 28, 2004 7:06 PM Subject: Re: [WSG] Need CSS assistance Jeff, Would Russ's tutorial help? http://css.maxdesign.com.au/selectutorial/tutorial_intro.htm You have one or two glitches in the current design

Re: [WSG] Need CSS assistance

2004-02-28 Thread James Ellis
/jeff02282004/css/main3.css Jeff - Original Message - From: Hugh Todd [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, February 28, 2004 7:06 PM Subject: Re: [WSG] Need CSS assistance Jeff, Would Russ's tutorial help? http://css.maxdesign.com.au/selectutorial/tutorial_intro.htm You have

Re: [WSG] Need CSS assistance

2004-02-28 Thread Jeff D. Reid
: Re: [WSG] Need CSS assistance Hi Jeff, You need to add a declaration into the following rule set: div#banner1 { position: absolute; top: 10px; left: 10px; padding-top: 75px; height: 96px; width: 260px; background-image: url(../images/X_logo.gif); } Add this: background-repeat