[html] making <div> move with screen resoultion
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
Re: [html] making <div> move with screen resoultion
Javascript has a screen resolution stuff. I've used it in the past on some websites.
I'm not too good with js so I just got a snippet of the stuff online and modded it to work with what I needed.
Re: [html] making <div> move with screen resoultion
Quote:
Originally Posted by
Wh005h
Javascript has a screen resolution stuff. I've used it in the past on some websites.
I'm not too good with js so I just got a snippet of the stuff online and modded it to work with what I needed.
do you have it for me to see??
Re: [html] making <div> move with screen resoultion
I would suggest google lol
I made these sites a while ago and the web hosting has already expired on them
Re: [html] making <div> move with screen resoultion
Quote:
Originally Posted by
Wh005h
I would suggest google lol
I made these sites a while ago and the web hosting has already expired on them
ive tried google.....
Re: [html] making <div> move with screen resoultion
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; :)