FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

Div Commands

 


newso
Say i wanted to have things in certain positions on the screen.

Like you would the old way with tables.

If i was using Div, would you need to use layers to put them into position. Or is there a different way of doing this.

Please help!
LukeakaDanish
Certain positions can be done with the following css attributes:
Code:

#ELEMENT# {position: absolute; top: #px; left: #px;}

You could also be clever and use some nice floats - good luck if you are new to css based web programming.

If you don't know how to implement css rules, i suggest reading up on some tutorials (search google for them)
newso
Thank You, i will have to test this out.
Reply to topic    Frihost Forum Index -> Scripting -> Html, CSS and Javascript

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.