Click here to Skip to main content
15,891,682 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want design a website
in my form is 3 tag :
CSS
#header ( on top)
#page (on middle)
#footer (on bottom)

in #page tag is a #content tag
and in #content tag is a gridview

when i do run my project :
"grid view" content pass on #footer tag and footer move to under #content tag
what method i can add heaght of #content tag but dont move under this my #footer tag
Posted
Updated 7-Jul-12 7:29am
v2
Comments
Sergey Alexandrovich Kryukov 7-Jul-12 14:07pm    
What is "CSS tag"? There is no such thing.
--SA

1 solution

Not too clear, but it sounds like your gridview of contentarea is overlapping or going till footer area.

2 things:
1. Define fixed header height & footer height - rest automatically should be for content
2. Keep content panel controls in a div with scroll enabled. This would not lead any overlap and scroll would appear if height needed is more than available.

Try!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900