CSS Related: Trying to position a div styled to look like a bar on a wepage
Posted
by Calibre2010
on Stack Overflow
See other posts from Stack Overflow
or by Calibre2010
Published on 2010-05-27T10:28:30Z
Indexed on
2010/05/27
10:31 UTC
Read the original article
Hit count: 389
I'm trying to position a div tag on my page absolutely so no matter if you resize the page or not the div does not move position. . I've used absolute positioning in both the div tag and in some JQuery .css({position:absolute}), It still moves when i resize the screen. quite annoying.
© Stack Overflow or respective owner