CSS Related: Trying to position a div styled to look like a bar on a wepage
- by Calibre2010
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.