[html] making <div> move with screen resoultion

Joined
Nov 18, 2006
Messages
640
Reaction score
0
im trying to code this site
Code:
http://nobledesigns.org/BBT%20DESIGNS/Home.htm
i asked fragfrog on some advice because i was puzzled and fragfrog said
put this in the <Div> container style so i put
Code:
style="margin: 0px auto 0px auto;"
ive monkeyed with the code treid all possible combinations even google hasnt helped me
because when i get to the NAV buttons they are all over thepage
anyone have a solution
 
try making a couple wrapers with <div> and then for menus u should always use <ul><li></li></ul> with some css it would look great :)

and btw style="margin: 0px auto 0px auto;" can also be margin:0px auto; :)
 
Back