Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

18
votes
2answers
424 views

Getting URL of executing JavaScript file (IE6-7 problem mostly)

Hey all, I've been trying to throw together a generic function that retrieves the absolute URL of an executing JavaScript file on a web page: http://gist.github.com/433486 Basically you get to call ...
12
votes
1answer
2k views

Getting absolute path of a file

How can I convert a relative path to an absolute path in C on Unix? Is there a convenient system function for this? On Windows there is a GetFullPathName function that does the job, but I didn't find ...
6
votes
2answers
14k views

IE7 relative/absolute positioning bug with dynamically modified page content

I was wondering if there's anyone having an idea how to tackle with the following problem in IE7: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
6
votes
4answers
706 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.gif is called a ...
4
votes
3answers
1k views

PHP convert external relative path to absolute path

I am trying to figure out how to convert an "external relative path" to an absolute one: I'd really like a function that will do the following: $path = "/search?q=query"; $host = "http://google.com"; ...
3
votes
2answers
202 views

Absolute file path for java script

I have a small javascript library written by myself. I want to reference it in my web application, but it doesn't work <script src='file:\\C:\Path\To\Script\Script.js'></script> Is it ...
3
votes
1answer
199 views

OpenGL - GlVertex relative/absolute position

Imagen I have a list of 2D points (x,y) that describe a 2D terrain in my simple game. I have then glVertex() to draw all those points in GL_POINTS mode. Then I have a Ball that also has it's (x,y) ...
3
votes
1answer
288 views

mouseleave event does not work in absolute child element

I have menu list like <ul class="systeMenus"> <li> <ul> <li></li> <li></li> <li></li> ...
3
votes
1answer
305 views

Absolutely positioning images inside relatively positioned div

I've seen several posts related to this issue, but still can't get the following to work: .container { position: relative; width: 100%; } .left { position: absolute; left: 0px; } ...
3
votes
1answer
469 views

Absolute File Path

This problem is still not solved A video PHP tutorial I am following is building a file called initialize.php in which it is using the PHP pre-defined constant Directory_Separator and then defining a ...
3
votes
10answers
6k views

Absolute DIV height 100%

I have been working on this for the past couple of hours, and searching the web and stackoverflow hasn't been much support. How do I make #gradient and #holes fill the entire page? I have used the ...
3
votes
1answer
806 views

SVG Absolute coordinates?

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 have width="743.75" and ...
3
votes
3answers
2k 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 instance across all ...
2
votes
2answers
125 views

Can absolute divs feature in responsive design

I have started to design a photography website and I have included an absolute positioned logo in the top left hand corner. The area is made up of an absolute positioned div and an image within the ...
2
votes
3answers
95 views

Position absolute prevents browser to calculate correct height. Is it possible to fix this issue

I am developing a browser game. Until now i was using all position absolute. Because of that i have to set every page height myself. Now trying to pass this problem but since i used position absolute ...
2
votes
4answers
231 views

CSS - position absolute - container height problem

I have an example on http://jsfiddle.net/SsYwH/ In case it don't work HTML: <div class="container"> <div class="absolute"> Testing absolute<br /> Even more ...
2
votes
2answers
2k views

Problem with position absolute in ie7, div moves 10px to the right

ive got a problem on my position absolute property on IE7. My div moves 10px to the right. Below is my code. IE8 and 9 works fine. id menu is the div Im referring. <!DOCTYPE html PUBLIC ...
2
votes
1answer
231 views

iPhone UiWebView images with absolute path

I display some html in my UIWebView and I have in my html references to images like: '/images/test1.gif' etc. I display this in that way: NSString *path = [[NSBundle mainBundle] bundlePath]; NSURL ...
2
votes
1answer
515 views

jquery simplemodal plugin: popup that scroll with the page

Is there a 'valid' solution for the dialog to scroll with the scrollbar instead of still being fixed from the center of the inner window bound ? There is some situation where the user may have a too ...
2
votes
2answers
579 views

HTML Position DIV Tag to the absolute TOP

.myDiv { background-image: url(urltomyimgheader); height:100px; margin: auto; position:relative; top:-10px; width:600px; } This is a simple div tag used to display the logo... I have made the ...
2
votes
1answer
4k views

Relative Path To Absolute Path in VB .NET

I am writing a VB .NET console app where it spits takes relative path and spits out all file name, or error for invalid input. I am havinf trouble getting PhysicalPath from RelativePath Example: ` 1. ...
2
votes
2answers
3k views

Text Wrapping around an absolute positioned div

I know there are a few questions about similar topics but they mostly amount to floating the div/image. I need to have the image(and div) positioned absolutely (off to the right) but I simply want the ...
1
vote
1answer
24 views

Finding absolute position after a div was dropped into a new div?

The question almost says it all... So. im using jQuery's drag and drop stuff, and I have the following problem. I have a div #one and it can be dragged and then dropped into the div #two. ...
1
vote
1answer
15 views

Mixing absolute and relative sizes in Android Layout - how?

I want to create a custom list item. Basically it has 3 areas in a horizontal LinearLayout. The most left one is supposed to be 50dp wide, the right most one as well. I would like the one in the ...
1
vote
2answers
40 views

Changing RELATIVE path to ABSOLUTE path

I got these relative links in my phpbb forum which I'd like to replace with absolute links: For example, in HTML the links are written like: <a href="./viewforum.php?f=5">Bladiebla</a> ...
1
vote
2answers
122 views

PHP: Warning: include failed to open stream no such file or directory on Windows

I have an include statement in a PHP script running on xampp on Windows. If I use a relative path : include '../config/eventInfoConfig.php'; I get the error message: Warning: ...
1
vote
2answers
58 views

XSLT relative or absolute paths, unexpected behavior

I have this XML code <data> <proteins> <protein> <accession>111</accession> </protein> </proteins> <peptides> <peptide> ...
1
vote
0answers
117 views

IceFaces menuBar + menuItem display bug on IE7

Looking for some help for a small display bug. Here is a code sample running on JBoss 7.0.2.Final with IceFaces 2.0.2 : <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
1
vote
0answers
26 views

IE7 : <ul> disappearing on hover

Having a very strange IE7 issue that I cannot find a fix for. I have created a slideshow with a control nav absolutely positioned at the bottom of it. The nav sits over the slideshows bottom border. ...
1
vote
1answer
151 views

download file from absolute uri to stream to SaveFileDialog

I've gotten as far as putting a file into a stream from a url. However puttin savefiledialog inside the event OpenReadCompleted gives an exception because the savefiledialog needs to be fired from an ...
1
vote
0answers
39 views

jQuery Cycle (only IE 6-8): nested element disappears during the transition

if the nested element positioned absolute outside the parent element, then it disappears during the transition. This effect occurs only in ie browser, ff, safari, chrome does the transition just fine. ...
1
vote
3answers
104 views

CSS/HTML positioning - Elements Overlay content

Forgive me if my question is stupid, but I'm not a web programmer and I've spend the past 2 hours trying to figure this out. So, I am using Weebly for my website, and there is a "content" area where ...
1
vote
1answer
56 views

How can i position absolutely a div which contains a youtube video with <object> tag in my website?

i would like to import a youtube video in my website. I'm using the object code as you'll see later on. I have two divs. Each of them is positioned absolutely (position:absolute). My problem is ...
1
vote
2answers
57 views

animate image position from its position instead of page's cordenades

$('#container img') .clone() .appendTo('#container') .css({'position' : 'absolute','z-index':9999,marginLeft:-100}) .animate({opacity: ...
1
vote
1answer
62 views

how to make zend webroot transparently absolute or relative?

I'm developing a Zend web application with classic file hierarchy structure, ie: application/ docs/ library/ public/ tests/ Since the app is used in different machine with different server ...
1
vote
4answers
77 views

css relative vs fixed layout

H! I have learned that when writing a GUI, especially if this GUI is to be used on different operating systems, one should never use fixed positions for any graphic elements inside the program ...
1
vote
2answers
41 views

Trying to move the body tag using CSS in IE

So I need to move the body tag up and down on the page using CSS so I've set it's position to absolute and set the css property 'top' to a value to move it up and down. This works fine in all browsers ...
1
vote
2answers
151 views

Ie 7-9 not displaying position:absolute correctly

I have a div with z-index:1-100(changes with javascript) and position:absolute. inside that i have an a href with z-index:101 and position:absolute. All webbbrowsers renders this as the one with 101 ...
1
vote
3answers
65 views

CSS Footer Positioning Issue

Here is a preview of what I have so far: The red area is part of the design and should always scroll down with the design. So when the content expands, the footer and that red bar go with it. This ...
1
vote
2answers
149 views

Batch : getting the last folder name from a absolute path

I am using a Batch script to automatically backup files to my NAS and I need to get the last folder name from an absolute path, like from "C:\Things\Folder" to "Folder"
1
vote
1answer
110 views

ant: how to check if a path is absolute or relative?

I'm working with apache ant and need to check if a property holds an absolute path or relative. How can this be accomplished on windows? on a unix based system, I can easily check for the the '/' int ...
1
vote
4answers
43 views

Absolute positioning confusion

I have a container div, and it needs to be positioned as relative. Inside that div, I have a table. I want to display an element inside one of the table cells as absolute, relative to the containing ...
1
vote
3answers
254 views

Rails Absolute URL for public directory

What is the method I need to call to find the root URL for a rails application. For example, I have a site where the address is "https://host:1234/foo/app-main". What method should I be using to get ...
1
vote
4answers
365 views

CSS Problem - Link (position:absolute) above a Box not work in IE + Opera

I have a link in the bottom of a div-box, which have position:absolute and should overlay the whole div-box. like that: http://jsfiddle.net/UpwvT/4/ In FF and Webkit it works fine, but in IE + Opera ...
1
vote
1answer
67 views

How to get ccache to not pass the full path to the compiler to distcc

(This is different to the question ccache and absolute path as I want only the command path to not be expanded on the ccache host machine) When using ccache and distcc together ccache is expanding ...
1
vote
1answer
347 views

CSS: absolute positioning in different browsers

Why is this getting different positions on different browsers? { position: absolute; left:332px; top: 210px; width: 293px; height: 215px; border: 1px solid #000000; ...
1
vote
3answers
304 views

Is there any way to have UI elements slightly overlap (one on top of one another) without using absolute layouts?

Lets say I have a list on screen, which I always want to be usable. I also want a small image or textview to slightly overlap the listview. Is anything this possible without using absolute layout ...
1
vote
2answers
321 views

How do I position a two views, on top of each other, at certain coordinates, in Android?

I have two views, a game view and an admob view. I want the game view positioned at 0, 0 and with fill parent (so it covers the whole screen), and I want to admob view to be located at 50, 50 (just ...
1
vote
1answer
166 views

CSS: Absolute positioned image - but it's not on top

I'm trying to position a ribbon image on one of my websites. Unfortunately I can't figure out why it doesn't work as I want it to. I used position: relative; and position: absolute; to do all the ...
1
vote
2answers
1k views

JQuery Resizable Draggable Position Absolute

Take a look at this -> http://jsfiddle.net/Zj23S/1/ I am using resizable and draggable. The problem I am facing is with draggable. I cannot seem to drag outside of the div, probably because I set ...

1 2 3 4