How to get boxes to expand vertically; also IE 6 issues

This is a discussion on "How to get boxes to expand vertically; also IE 6 issues" within the Web Page Design section. This forum, and the thread "How to get boxes to expand vertically; also IE 6 issues are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Dec 8th, 2006, 19:32
New Member
Join Date: Sep 2006
Location: denver
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
How to get boxes to expand vertically; also IE 6 issues

I am developing a shell for a site I am developing in CSS. I have the basics down, but have a couple of problems. Here is the URL of what I have so far:

http://www.denverderm.com/div_test/css_test.asp

* how do you get the boxes to expand vertically? What I want to do is have the div on the left (next to the nav, in the darker green) and the div containing nav to expand as I start flowing text into the main text div (the one that says "Botox") now. Also, the container div needs to expand as well (it has a white background and I inset the other divs to make a thin white border.

* I'm also having IE 6 problems:
* there is white space between the rows of divs that shouldn't be there
* the rollover div dropdowns come up way over to the right
* firefox displays both these issues the way I indended for them to be

If you need access to the .css that drives the rollover dropdowns, it is here:
http://www.denverderm.com/div_test/mm_css_menu.js


Any help greatly appreciated.

Thanks in advance

John MR

*
Reply With Quote

  #2 (permalink)  
Old Dec 8th, 2006, 20:50
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,946
Blog Entries: 1
Thanks: 0
Thanked 29 Times in 29 Posts
Re: How to get boxes to expand vertically; also IE 6 issues

You use something like this attached image as the background of your body {} and it will give the illusion of 100% height regardless of content.

body {
background:#FFF url("foo.jpg") center top repeat-y;
}
Attached Images
File Type: jpg background.jpg (516 Bytes, 36 views)
__________________
I hate IE 6. Just sayin....
http://www.mevans76.com
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Reply With Quote
Reply

Tags
expanding boxes, ie problems

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Child div expand to fit parent? linchpin311 Web Page Design 5 Apr 20th, 2008 21:16
How to expand a side nav <div> to full height snappy Web Page Design 7 Jan 18th, 2008 23:09
Expand text page??? SJMAC Web Page Design 2 Jun 19th, 2007 01:51
Drop Down Expand Menu davva JavaScript Forum 3 Oct 16th, 2006 18:00
Image - Expand on Hover beso Flash & Multimedia Forum 16 Oct 7th, 2006 06:02


All times are GMT. The time now is 13:49.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43