View Full Version : Confused...sort of?


echoes412
06-30-2004, 04:03 AM
I didn't really know what to title this post, I'm not sure if what I want to do involves Frames or CSS or both.

If I want the center column (the fluid one in the CSS header/2 column layout) to stop at say 770 pixels, but still remain fluid, how could I do that? I want my site to be accessible to all monitors, so I was going to arrange it in 800 x 600. If there's another way to do this, I'd be grateful for any help.

Thanks :)

Dude128
06-30-2004, 04:45 AM
could you explain what you want further? it didn't make any sense to me- you want it to be a fixed height, yet be fluid?

echoes412
06-30-2004, 05:13 AM
Not a fixed height... a fixed width.

http://www.geocities.com/echoes412 *this is my site so far...it's nothing yet...but if you have a higher resolution on your monitor you can see how the text extends past the banner, and I'd rather it didn't. I mean, I don't know if it's possible or not, but I wanted to ask.

I just mainly want it to look good. Any suggestions would be great!

Thanks! :)

MaGiCSuN
06-30-2004, 02:41 PM
just add a width: #px; to your #center part in your css.

also delete this part in your css:

{ margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
}


it comes after the whole body { } stuff

love,
Mirna

echoes412
07-01-2004, 08:51 PM
Thanks so much :D

MaGiCSuN
07-01-2004, 09:48 PM
Your welcome :)