Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / October 2007

Tip: Looking for answers? Try searching our database.

div layout help

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
rodchar - 23 Oct 2007 16:38 GMT
hey all,
i was wondering why my div will not extend the height of it's container div?

http://www25.brinkster.com/rodchar/ques200710231133.png

thanks,
rodchar
bruce barker - 23 Oct 2007 16:54 GMT
in standard CSS, a height:100% means height of parent, but there is a
requirement that the parent have a specified (absolute) height. this is
because the size of a parent defaults to its content height. there is no
size specified for the parent so 100% is ignored.

the second issue is that the nav div is a block element, so this means
its starts on a new line, thus below the <h1></h1>

you should put the header in a div, and use relative postioning to set
them side by side.

-- bruce (sqlwork.com)

> hey all,
> i was wondering why my div will not extend the height of it's container div?
[quoted text clipped - 3 lines]
> thanks,
> rodchar
rodchar - 23 Oct 2007 19:15 GMT
thank you for that insight.
rod.

> in standard CSS, a height:100% means height of parent, but there is a
> requirement that the parent have a specified (absolute) height. this is
[quoted text clipped - 16 lines]
> > thanks,
> > rodchar

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.