T O P I C R E V I E W |
T00N |
Posted - 24 Mar 2006 : 20:10:08 I want an object to be 100% of the height of the browser. I googled a little and found that in the html of the page I have to insert the following code:
body { margin:0; padding:0; height:100%; }
Is there a way to do this in Dynamic HTML Editor or do I have to export the files first and then add it with notepad to the htm file? |
3 L A T E S T R E P L I E S (Newest First) |
s.dav |
Posted - 25 Mar 2006 : 13:58:33 Sorry but Dynamic HTML Editor cannot manage % coordinates :-( I think you should do this by hands ;-)
I suggest you to forget the % and use the "center page" option instead ;-) |
T00N |
Posted - 25 Mar 2006 : 07:19:00 I'm aware of that but it looks so nice :)
How about width at 100%?
With tables it's really easy but I'm completely new to css so if you could help me on me way... |
s.dav |
Posted - 24 Mar 2006 : 20:41:14 I suggest you not to use "height:100%" because many browser don't support this feature. |