Click to See Complete Forum and Search --> : How do I keep <div> static


rob_hawthorn
09-04-2004, 10:31 PM
Hi,
I'm having problems with the <div> tag. Its almost fine but when I preview in explorer and change the window size the div does not remain locked/static into its place it moves with the re-size.
All help is greatly appreciated.
Thanks

rhsunderground
09-04-2004, 10:42 PM
moved to general.

IncaWarrior
09-04-2004, 10:54 PM
you mean HTML?

you could use CSS and absolutely position it
<div style="position:absolute;left:100px;top:500px;">

rob_hawthorn
09-04-2004, 10:55 PM
Sorry yep xhtml