Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Height problem

Status
Not open for further replies.
Aug 23, 2004
174
US
Hey all. Heres the problem. I have 2 boxes absolutely positioned on the right side. On some of the pages that dont have as much content, the boxes float beyond the stretch of the container div. Is there a way to set the height or another attribute so they both fit inside the container and not have to page look bad in mozilla?

Thanks
 
While it doesn't address your immediate issue, here's some feedback anyway:

- Choose what method you want to use for layout (tables or CSS) and stick to it. You're currently mixing and matching quite a lot.

- Remove the font tags, and replace with CSS. Font tags are no longer part of the HTML standard, and so you cannot rely on browsers supporting them.

- Don't use absolute positioning if you want your document to flow nicely.

- Ask in the HTML / CSS forum (forum215) for help with layout issues using HTML / CSS.

Hope this helps,
Dan

[tt]D'ya think I got where I am today because I dress like Peter Pan here?[/tt]
[banghead]

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top