7
votes
11answers
479 views
Absolutely positioning everything on a website?
I had a discussion with someone about absolute positioning. He claims that the best practice to secure that everything looks all the same across most browsers and that it's the eas …
2
votes
4answers
59 views
change the absolute position from left to right on a span tag depending on class.
Hi.
This is my first question here but I'm sure there are many more to come.
I have a small position problem that I would like to know if it's even possible to achieve.
I have an …
2
votes
1answer
48 views
Absolute Positioning in JQuery after loading page and positioning elements.
I want to position an element in normal css relative to the element before it, and then once it's been initially positioned makes its position independant of the one before it.
F …
2
votes
4answers
200 views
How can I insert dynamic text into a div with absolute position ?
Hi,
Take a look at http://www.barelyfitz.com/screencast/html-training/css/positioning/ item 6. It says:
It is not a viable solution for most designs, because we usually do not …
2
votes
5answers
106 views
Javascript to modify all absolutely positioned elements
Hi
Effectively what I need to do in JS is move all absolutely positioned elements down by x pixels. Do I need to loop through every element and try to figure out if it's positione …
2
votes
4answers
544 views
Having Trouble with Absolute Positioning / Z-Index with Lists and Tables in IE 6 and 7
Hello!
I'm creating a prototype of a CSS/XHTML tables-based calendar that eventually will be generated with PHP for the Simple Updates content management system. I've run into a p …
1
vote
1answer
50 views
Find specific text in a DIV according to offset in pixels
I want to insert an image tag into a block of text so that the image is, say, 100 pixels down in the DIV.
<div>
A lot of text in a text block and a <img tag> s …
1
vote
1answer
55 views
(jQuery) Appending an absolute positiooned element to a list item
I have the following list item that I want to append an 'Edit Settings' button to:
<li class="draggableBucketItem ui-state-default" id="bucketItem75" bucketID="2" pageModuleID= …
1
vote
1answer
149 views
IE8 CSS Absolute Positioning Random Bug
I'm encountering a frustrating but seemingly random rendering bug in IE8. I have some absolutely positioned elements on the page (positioned in relation to the page body), the disp …
1
vote
5answers
107 views
Overlapping absolutely positioned content
I am having a bit of difficulties with the page below. It's ALMOST working correctly.
The red box should be centered (h&v) on the window. WORKS.
The yellow box should be affi …
1
vote
2answers
130 views
Fix HTML Page Element Relative to Browser Chrome
I'm trying to position a div at the top left corner of the page, and I want it to stay there regardless of browser window resizing or page scrolling.
How can I do this either with …
1
vote
1answer
176 views
CSS variating height problem with IE6
I have problem positioning left sidebar (variating height DIV) ON IE6.
Main needs:
1. I cant set height value, cause height is variating and should be computed by browser.
2. Sid …
1
vote
2answers
313 views
CSS Position Different in FF and IE
I am trying to position some elements on a page at absolute positions. I used the following test code (I replaced the <> with [] to get through the HTML cleaner):
<body>
…
1
vote
2answers
469 views
obtain height to position a div in absolute mode
hello everyone, as my last question was answered inmediatly.. i decided to post a new one which is taking all my hair away, XD
this is the problem..
i have a design with an absol …
1
vote
1answer
68 views
Calling website with anchor breaks design
When I access the site with an anchor set (...#xxx) the image on top is shifted outside the viewport.
Normal behaviour: http://soc.org/index.php?id=4
Corrupted design: http://soc. …
