Hexagora Forum
Hexagora Forum
Home | Profile | Active Topics | Members | Search | FAQ
 All Forums
 Dynamic HTML Editor
 Dynamic HTML Editor
 Vertical centering

Note: You must be registered in order to post a reply.

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert Email Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
Wickerman Posted - 14 Sep 2006 : 17:06:23
Hi all,

I know it's easy to center the site horizontally within the main page settings dialog, but how can we center vertically? Wouldn't it be great if we could do this easily as well? This is most useful for sites with a set height that wouldn't have the need for vertical scrolling.

Any ideas?
7   L A T E S T    R E P L I E S    (Newest First)
s.dav Posted - 19 Dec 2007 : 08:54:15
I'll make some tests but the release of the new version of very near so I'll try to exclude some "minor" changes or I'll be never able to release the new version ;-)
petran Posted - 18 Dec 2007 : 12:00:41
This css code does the work:

#container{
position: absolute;
top: 50%;
left: 50%;
height: 300px;
width: 700px;
margin: -150px 0 0 -350px;
border: 1px solid #000;
}

but you need to specify the top en left in % instead of px.

Is this compatible with most browsers?
T00N Posted - 20 Sep 2006 : 16:47:04
Why not integrate this method with a footnote that it may not work in all browsers?

Same goes for 100% height, can be very usefull.
Wickerman Posted - 20 Sep 2006 : 15:19:48
OK thanks Davide. When will we see the new version of the editor? Looking forward to it.[2 H:)]
s.dav Posted - 18 Sep 2006 : 10:23:08
There is a method to center web pages vertically but actually it is not fully implemented by new generation browsers so for now I suggest you to avoid center your pages vertically
arov Posted - 15 Sep 2006 : 09:35:42
I don't know solution but you can use background image for delete vertical scroll to res. 1024x768 or 1280x1024.

View:

www.soundandsoul.it
www.studibibo.it
www.speziallapari.it

My sites...[4 |-|]

::arov::
T00N Posted - 14 Sep 2006 : 17:22:21
No idea but I agree that it would be usefull.

Don't know if it is possible in css though.

Hexagora Forum © s.dav Go To Top Of Page
Snitz Forums 2000