Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

14
votes
4answers
7k views

CSS: How to have position:absolute div inside a position:relative div not be cropped by an overflow:hidden on a container

I have 3 levels of div: (In green below) A top level div with overflow: hidden. This is because I want some content (not shown here) inside that box to cropped if it exceeds the size of the box. (In ...
8
votes
1answer
95 views

python: What's the rationale behind not allowing * in relative imports?

What's the rationale behind not allowing * in relative imports? e.g. from ..new_tool import * or doing a relative import directly: import ..new_tool
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
5answers
4k views

Python - how to refer to relative paths of resources when working with code repository

We are working with a code repository which is deployed both to windows and linux, sometimes on different directories. How should one of the modules inside the project refer to one of the non-python ...
6
votes
4answers
705 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 ...
5
votes
2answers
3k views

How do I use a relative path in Xcode project settings?

How do I use a relative path in Xcode project settings?
4
votes
4answers
250 views

Javascript library for human-friendly relative date formatting

I'd like to display some dates as relative to the current date in a human-friendly format. Examples of human-friendly relative dates: 10 seconds ago 20 minutes from now 1 day ago 5 weeks ago 2 ...
4
votes
1answer
314 views

Force Android DateUtils.getRelativeDateTimeString() to ignore the device locale?

I've found using the android.text.format.DateUtils relative APIs that return values like "yesterday" or "2 hours ago" very nice - but my app does not support every language Android does. So, I ...
4
votes
4answers
552 views

How to accomplish this relative import in python

stuff/ __init__.py mylib.py Foo/ __init__.py main.py foo/ __init__.py script.py script.py wants to import mylib.py This is just an ...
4
votes
1answer
116 views

How do I use a relative path in a Python module when the CWD has changed?

I have a Python module which uses some resources in a subdirectory of the module directory. After searching around on stack overflow and finding related answers, I managed to direct the module to the ...
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
298 views

CSS center item with position:relative;

I've got a question for you CSS gurus out there! I've got a menu that appears on hover over an absolutely positioned div. All of the menu items have to be relatively positioned because the absolutely ...
3
votes
1answer
304 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
234 views

Relative URLs and trailing slashes

I've looked around the web for this before, and I suspect the answer is "you can't", but since I've not yet found an answer which is that definitive, I think it's worth asking here. The closest I've ...
3
votes
1answer
170 views

Layout Bug in IE (div relative)

I have a problem with IE (all versions). I have a header div with a relative position and inside this another div with absolute position and right alignment. <div id="header" style="position: ...
3
votes
1answer
266 views

find the relative element with jquery

Is there a simple and clean jQUery-way to find the element who a element is having it's relative position to? In other words: finding the first parent who has the css attribute position: relative, or ...
3
votes
5answers
1k views

CSS using negative relative positioning issue

I have a header, mainbody and footer. Header and mainbody are properly styled. Now for footer I want to make it appear behind mainbody, so I used: z-index: -1; position: relative; top: -60px; This ...
3
votes
1answer
805 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
1answer
870 views

Get Correct Relative Path in Delphi

I am writing with Delphi 2009 a little app to edit HTML files. With HypRef := '../../photos/myjpg.jpg' If FileExists(ExpandFileName(HypRef)) then ... I can find out, whether the file exists or ...
3
votes
1answer
2k views

Relative merits of GDI+ and WPF

Whar are the relative merits between GDI+ and WPF? Also does anyone know the minimum system requirements needed in order to develop/run WPF apps?
3
votes
7answers
8k views

relative paths in visual studio

I'm working in Visual Studio 2005 and have added a text file that needs to be parsed by right-clicking the project in the solution explorer and add --> new item. This places the .txt file to the ...
2
votes
2answers
20 views

No scroll on relative positioned item

I'm am attempting to get the div with the logo in it to not scroll on longer pages of this site. Is this possible to do with the way I have the div in the logo relatively positioned?
2
votes
1answer
37 views

Top property of relative positioned element in TD does not have any effect

I've noticed this issue while trying to vertically align a floating(and relative positioned ) element in a TD. I'm thinking it might have something to do with the default TD's vertical-align:middle ...
2
votes
1answer
65 views

Position relative overlaps float-left

for a back-end solution of a CMS exclusively, i wanted to enable the user to switch any CMS element to float:left on purpose. However, i had to find that as all my container elements also use relative ...
2
votes
1answer
132 views

Mysql query to get rows around a chosen row

OK, i have read all of the similar threads, but still couldn't figure this out myself. My problem: I'm trying to do a relative performance table for stocks (prices, indexes). Ill need to use these 2 ...
2
votes
2answers
116 views

Conditional Relative Imports in Python … to do or not to do?

Given the following package: testpackage __init__.py testmod.py testmod2.py Contents of __init__.py from . import testmod from . import testmod2 Contents of testmod.py # relative ...
2
votes
2answers
119 views

Urls in .js file are relative to javascript location or browser location?

a) When I use AJAX request in Javascript file like: ... url: "request.php" ... When I am on location (rewrited URL): http://domain/some/action/id/ and javascript is located and linked in meta ...
2
votes
1answer
2k views

MVC3 Relative URL Paths - Javascript

I have an issue with relative paths whereby when the web app is running off subdirectory of the domain, the paths are not correct. e.g. http://www.domain.com/webapp/ If I use ...
2
votes
1answer
767 views

Raphael.js - A relative rotation in an animation

I have a problem with raphael.js: I want to rotate the "compassScale"-set from the following code relative. This works for the paths, but all the texts "animate" to the absolute rotation of 30 degree. ...
2
votes
1answer
697 views

CSS - Input with width:100% inside a div with position relative and width 40px has 100px width

Good day to all. I have a css problem with ck editor dialog box. The main ideea is kind of like this I have a div with position relative and set width (40px) and a input with width:100%. The problem ...
2
votes
3answers
864 views

Python: Seconds since epoch to relative date

I'm working with dates since epoch, and already got, for example: date = 6928727.56235 I'd like to transform this into another relative format, so that I'll be able to transform this into something ...
2
votes
1answer
357 views

Relative imports in Python

Hey all -- I am pulling my hair out with relative imports in Python. I've read the documentation 30 times and numerous posts here on SO and other forums -- still doesn't seem to work. My directory ...
2
votes
3answers
186 views

Algorithm for disorder of strings regarding substring sequences and order (strings of same length, same chars, unique chars, no lexical meaning)

Let's say I have "peachz" as a string, and "eachzp" and "pahezc" as attempts used for comparison. I'm looking for an algorithm that outputs the level of disorder of the array, regarding the relative ...
2
votes
1answer
499 views

In a WPF user control, how do I specify coordinates relative to the control's total size, so that the control will scale correctly?

I have created this simple expand button user control with WPF:          I designed the thing with Width and Height both set to 100 so that I could see what ...
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
1answer
3k views

WPF - Set dialog window position relative to main window?

I'm just creating my own AboutBox and I'm calling it using Window.ShowDialog() How do I get it to position relative to the main window, i.e. 20px from the top and centered. Thanks.
2
votes
3answers
3k views

jQuery: move element by relative value

(meaning an elements left-value): what's the easiest way to move an element - eg. 10px to the left (from its current position)? thx
2
votes
1answer
1k views

setting height of DIV with CSS in relative positioning

I have some HTML+CSS code that wants to layout several DIVs. The layout is like this: all DIVs stay in a parent DIV whose size is fixed. Then each child DIV should stay on its own line, and use the ...
2
votes
2answers
417 views

Converting 3D positions to 2D?

Say I have a 3D object's position, and the camera's location and rotation matrix. How, would I go about converting this to a 2 Dimensional position on the screen? So that I could draw over the 3D ...
2
votes
2answers
5k views

Silverlight - relative DataContext in XAML?

In Silverlight XAML, I think I've just realized that a DataContext declaration on a nested container is relative to the parent container's DataContext. Can you all please confirm. If so, then let me ...
2
votes
1answer
5k views

Relative path in web config

How can I have a relative path in the web.config file. This value is not in the connection string so I cannot use |DataDirectory| (I think), so what can I do?
1
vote
1answer
15 views

Using relative position in Outlook html message

I have a problem, while using Outlook to view message. My website generates emails with some html body, using relative position for some divs to make text appear over some picture. Every other email ...
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
0answers
23 views

How can i move widgets in Relative Layout after they've been laid down

So I've created several relative layouts ( i would use absolute layouts it seems they are deprecated ) for my application. Each layout has about 10-20 widgets, mostly text and buttons. When I go to ...
1
vote
2answers
38 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
36 views

How to go back one folder in UriKind.Relative Path?

I have this code: imgImage.Source = new BitmapImage(new Uri("Images/LivingRoom/chair.png", UriKind.Relative)); this gives me: ...
1
vote
2answers
118 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
1answer
27 views

Android Relative Layouts with ListView

Looking for a bit of help regarding a layout I am trying to achieve. Im using a ListView with a RelativeLayout for each of the Items in it. I can display the avatar, title and text info correctly but ...

1 2 3 4 5