1
vote
1answer
48 views
Get position of element by javascript
I've seen a dozen of script that can catch the x and y position of an element/object within the page. But i am always having trouble with catching the x and y when the webpage is u …
0
votes
2answers
24 views
How to create a absolute element overlapping several rows in a calendar (table) design?
Hi
Im trying to create a calendar in an HTML table design with css element div elements as appointment blocks in absolute positioning which is working fine. But since the block is …
0
votes
3answers
83 views
PHP absolute path to file URI
In order to refer to a local DTD when using PHP SimpleXML, I need to convert the absolute path into a file type URI. For example, convert /home/sitename/www/xml/example.dtd to fil …
0
votes
1answer
51 views
CSS need div to extend it’s containers width
This is my current HTML structure. The footer div is sitting alone in the BODY.
<div id="footer">
<div class="container">
<div id="footer-bg">
…
0
votes
1answer
31 views
How can I make my fixed position work in IE6?
I've have tried this:
body {height: 100%;overflow: auto; body #cornerImage {position: absolute;bottom: 0;}
and this:
{ margin:0; padding:0; }
html, body {
height: 100%;
…
0
votes
0answers
57 views
SVG Absolute coordinates?
Hello,
I have some SVG files which have many text nodes in them.
I would like to get the absolute position of each of the text nodes, within the SVG document (the SVG documents h …
0
votes
1answer
51 views
CSS absolutely position element extends background
I have a absolutely position div that is overlapping a containers background due to it having a larger height. This div is sharing the container with a body div that's sitting happ …
0
votes
3answers
66 views
Help with an absolutely positioned image css stuck to upper left of browser.
I am a beginner to all things css and I've tried repeatedly to position an image(transparent png)over a centered table, but for some reason the graphic won't budge from the upper l …
0
votes
1answer
373 views
[SharePoint] Publishing HTML Field Control Converts Relative URL to Absolute URL
So, after much research on whether or not we should the CEWP or the HTML Field Control on an external facing SharePoint site, we settled on using the Field Control (much thanks to …
3
votes
3answers
311 views
How to create a true singleton in java?
I am facing a problem with my singleton when used across multiple class loaders. E.g Singleton accessed by multiple EJBs. Is there any way to create a singleton which has only one …
0
votes
2answers
28 views
Browser and z index issues
Hey there. I have an image that I am absolutely positioning. In firefox it is where it is supposed to be, in safari it is all whack. What is going on and what is a surefire way to …
0
votes
3answers
185 views
CSS absolute position alignment
Hi,
I have a login form on my website that displays when a user clicks a button. It is a div that floats over other content. It only takes up a small portion of the page (directly …
3
votes
5answers
239 views
Absolute urls, relative urls, and…?
I am writing some documentation and I have a little vocabulary problem:
http://www.somedomain.com/en/public/img/logo.gif is called an "absolute" url, right?
../../public/img/logo …
0
votes
1answer
145 views
Absolute positioning in IE7 limiting width of div.
I'm working on drop down menus for this:
http://www.heroicdreams.com/wordpress/elderFlashSite.html
In every other browser it works great, but in IE7 the drop down widths are being …
0
votes
4answers
297 views
Force a floated or absolutely position element to stay “in the flow” with CSS
I'm looking for a way to force floated or absolutely positioned elements to stay in the flow in css. I'm pretty much thinking css is stupid for not having something like flow:on fl …
