The relative tag has no wiki summary.
0
votes
3answers
17 views
PHP 'include' issue - cannot seem to get include to work correctly
I'm having a spot of bother with php includes. I have the following file structure
htdocs
index.php
login.php
php_includes
db_conx.php
check_user_status.php
within the db_conx.php file ...
0
votes
0answers
25 views
Fixed relative position between two windows with Xlib
I'm using Xlib in Linux to draw two windows, let's say window A and window B. I want to keep fixed the relative position between two established corners of them that they have when mapped. So that if ...
0
votes
0answers
57 views
How to set class, variable or string to returns the absolute path
I have been trying to construct this directory path in php but it can not work.
$kmg->final_path = '/home/yoursite/public_html/basepath/lukumba/book/';
Here is the function get_string_value():
This ...
0
votes
1answer
32 views
Behavior of Absolutely Positioned Child Div with Inline-Block Parent Div
I've noticed some weird behavior on Chrome/FF/IE, and was wondering if anybody knew why HTML/CSS gets rendered in this way.
If you have an absolutely positioned child div, whose parent's display is ...
0
votes
1answer
29 views
Moving items to a nested LinearLayout is breaking my app
I am trying to move elements, like changeTextView and daysLowTextView from the outermost RelativeLayout to the nested LinearLayout elements labeled col1, col2, col3, and col4, but my app will fail ...
0
votes
1answer
30 views
Batch: Output file names with relative paths to files and additional signs
I have a folder structure like this:
c:/foo/bar1/a002345.vi
c:/foo/bar1/somefilename.vi
c:/foo/bar2/b005632.vi
...
c:/foo/bar26/z002345.vi
Now I want to execute a batch file in the folder c:/foo/ ...
0
votes
1answer
24 views
neither position absolute neither position relative is working well
When I'm clicking on a div named "test", a div named "outside" comes, also comes, with a higher z-index a div named "inside".
My issue is when I'm setting the postion to absolute to "inside" I can't ...
0
votes
2answers
40 views
php relative date : last first day of september
I have theater shows dates in several cultural seasons.
A cultural season is from the first day of September to the last day of August.
Using PHP, I need to know the year of the "last first day of ...
1
vote
0answers
35 views
Keeping canvas elements position relative to background image upon window resize
I'm trying to position elements in my canvas relative to my background.
Window is re-sized keeping the aspect ratio.
Background is stretched with window size.
The problem is once window is re-sized ...
1
vote
1answer
23 views
Organising python packages avoiding relative imports
I'm building a collection of tools along with a supporting framework and I'm just getting to grips with package organisation in Python.
It's laid out this way:
main_package
- __init__.py
- foo.py
- ...
0
votes
5answers
31 views
Trying to get .footer to remain at the very bottom of webpage
My HTML looks like the following, without the content though as the following is only needed to answer my question:
<html>
<body>
<div class="container">
<div ...
0
votes
0answers
16 views
Stretch and contract image with monitor, while avoiding fixed positioning
Put simply, using CSS if possible, I want to have an image stretch to the full length of a person's monitor's width.
I know I can do this by...
style="position:fixed; width:100%;"
Problem, the image ...
0
votes
1answer
31 views
CSS - Set relative position with Grandfather! element
I have a layout like this:
<div class='one'>
<div class='two'>
<div class='three'>some text</div>
</div>
</div>
Is possible to set relative position ...
0
votes
0answers
31 views
Configuring Admob Ads to Layout
I am creating my first app and trying to put Admob ads onto it. The problem is my app does not open when I implement the Admob code. I am assuming this is because it has a conflict with the layout. ...
0
votes
0answers
28 views
batch - convert relative to physical path [duplicate]
If you want a function that converts a relative path to physical path in a batch file you can use the following:
REM this is the variable to convert
set myPath=..\..\SomePath
REM calling the ...
0
votes
0answers
30 views
VS2010 relative paths in local URL references in comment lines
In my source code I would like to add a comment statement as follows:
// "file://explaningPicture.jpg"
In VS2010 such a line becomes a hyperlink, which you can open with [CTRL][CLICK]
But it only ...
0
votes
0answers
18 views
Overlapping between fixed and relative positioned divs
I am trying to solve this overlapping issue shown on the image below(open in new tab for max view). I want to have my logo/nav divs position fixed and scroll the main content div(relative) using body ...
0
votes
1answer
23 views
Position heading at bottom of window + full width
I have a Heading 1(#banner h1.index_banner_text) that needs to always be positioned 20px from the bottom of the page and 570px from the left of the page. If the window is resized, I would like the ...
0
votes
0answers
21 views
Ajax from subfolder
I currently try to make ajax call from within subdirectory, but get 404 error.
Structure of files:
public_html
- m
- index.php
- includes
- s
- c
- index.php
...
0
votes
2answers
33 views
Why did the float is not working for the inner div after i set relative ,absolute position for them?
<style>
div#Header{ height:100px ;background-color: #003333;position: relative;}
div#LoginBox {float : right;background-color: palegreen;position: absolute }
</style>
<div ...
0
votes
1answer
17 views
Heroku Cannot Require file
My Sinatra/Rack application has the following structure
-app
routes.rb
--pages
courses_page.rb
this is my config.ru
require 'rubygems'
require 'bundler/setup'
Bundler.require
require ...
1
vote
2answers
60 views
relative import in Python 3 not working
I have the following directory:
mydirectory
├── __init__.py
├── file1.py
└── file2.py
I have a function f defined in file1.py.
If, in file2.py, I do
from .file1 import f
I get the following ...
0
votes
0answers
18 views
Moving ImageView is not moving right
I'm trying to move 2 images (i will have 5 in total) but when I test the code on the Virtual Device, the image moves far away from where my finger is and if my finger goes closer to the bottom of the ...
0
votes
2answers
59 views
jsoup : Absolute path while working with files
I got some page repository with html files. I want to process them using jsoup, but when I try to get absoloute paths of all links jsoup gave me empty strings (""). Is there a possiblity to set ...
0
votes
0answers
13 views
How to get the correct position?
Suppose that i have a set of points knowing their relative positions, and some points also know their absolute positions (by using GPS). They all deploy on a plane. How can I correct all relative ...
0
votes
3answers
51 views
Empty div is hidden without any content, how to display it but keep it empty?
So I understand when you set a pixel width and height you can fix this problem of an empty div being hidden, but what about when using width and heights as a percentage?
Here is my code see if you ...
0
votes
1answer
33 views
parent div gets pushed by child, creates gap in parent div
Ok so I have my main div, inside that one I have another div and inside that one I have another div. What Im trying to do is get the last div to "float" outside of both of its parents, its a badge ...
1
vote
0answers
27 views
Error with computed size of relative-size HTML elements in javascript
My window object has a width of 1361px.
A container div has its width set to 90%, that theorically makes 1224.9px.
However, the computed size of it ( $("#mycontainer").width() ) returns 1225px. FYI, ...
0
votes
1answer
68 views
Android Relative Layout: Button Layout params conflict
I'm trying to make my first Android Calculator, the first code I wrote resulted in a calculator of small buttons, which don't re-size according to the screen size.
I searched the internet and found ...
0
votes
1answer
33 views
relative sidebar to fixed, when it reaches the end of window
Wat i need is that a sidebar scrolls with the normal page(relative) and when the last line pf text(whatever) of the sidebar comes in view, the sidbar should change to fixed. Therefore I won't have ...
0
votes
1answer
757 views
Excel VBA Macro: Copying relative cell to another worksheet
I am trying to fix missing entry by
finding it and then
copying the most left cell value relative to the found entry to the first empty bottom cell of another worksheet.
I am new to VBA and do ...
2
votes
2answers
54 views
Creating a path between two paths in Java using the Path class
What does exactly mean this sentence from this oracle java tutorial:
A relative path cannot be constructed if only one of the paths
includes a root element. If both paths include a root element, ...
0
votes
1answer
26 views
HTTP: Redirection to one of several pages
I wonder is it even possible: I'd like to redirect my 404 page to . [current catalog], or to .. [level up] if the first one failed.
The idea is if someone tries to reach ...
0
votes
1answer
65 views
Flash AS 3.0 Relative path to file in Mac OS X
I have a SWF which loads images and displays it.
Path to images is relative. It looks like this:
../../../images/thumbnail1.png
On Windows it works fine.
On MAC OS X SWF file cannot load images.
...
1
vote
1answer
47 views
I want to have a top margin that's a certain percent of window height
I would like to ask for help with a specific issue. I've searched for similar questions, but haven't found any actual solutions. I'm rather new to css.
I'm trying to have a blue box called ...
1
vote
1answer
53 views
safe to use relative paths ins Java?
I have a little Java application (JRE 1.5). The user types in a path: this path could be a relative path (e.g. "./myFolder" or "../myRootFolder").
When I create a file object from this path I ...
1
vote
1answer
93 views
R: relative frequency in r by factor
I would like to get a table of top 10 absolute and relative frequencies for a variable across other factor variable.
I have a dataframe with 3 columns: 1 column is a factor variable, 2nd is other ...
0
votes
1answer
26 views
Relative addressing
I have developed a web site that contains folders for each theme (Admin,Contact,Message). The root directory contains an file that I use as the menu bar and are rendered on each page. Anytime I ...
0
votes
1answer
54 views
Relative import in Django
I am currently developing a client/server application. Client and server are both Django projects.
I would like to import client models in the server application. Here is the arborescence of my files ...
1
vote
1answer
49 views
Embedding an external XML file
Right, so I have a program that reads from an external XML file to get details of students. Currently it is set to a full path such as: C:\Users\LittleJohnny\Students.XML. I'm in the process of making ...
0
votes
3answers
89 views
how to give a relative path in java for databse, So that when we put it on other drive, it will run
I want ask how to give a relative path in java for a database(ms access) so that when I put my project in other drive then I don't have to edit the path section.
Given below is the absolute path for ...
0
votes
2answers
108 views
Relative layout within Linear layout is scrollview possible?
I have a layout for entering a country into a database in my app. I would like my layout to be scrollable because on some devices the keyboard can end up blocking text fields. I know that I can use ...
0
votes
5answers
113 views
Center text div in slider
I'm trying to center a text div in a custom slider.
For some reason the CSS won't work. The website is on my test server at http://bit.ly/ZgawU6
I want to center the group of text 'Environmental ...
0
votes
1answer
232 views
Fixed and relative elements within a div - Jquery scroll
I'm trying to position a fixed element WITHIN a div (not the whole page).
Here's my website:
http://violetoeuvre.com/
I want the navigation (deadspin, gawer, awl, other) to be fixed within the ...
0
votes
2answers
181 views
GWT ScrollPanel without fixed units, size issue
I have an issue with the ScrollPanel...
I tried to use this but it is not filling all the space:
scrollPanel.setSize("100%","100%");
I read that a fixed height should be given the the ScrollPanel ...
0
votes
0answers
24 views
Seeking solution to multiple resolutions
Android Development
Is there a so-called "Best" way to account for placement of objects and/or images given the dizzying amount of resolutions to account for?
Some random info from my perspective ...
0
votes
2answers
421 views
Bitnami: How to configure GitLab 5.0 application in Apache2 not to have relative root?
(Or how to make GitLab application as root application on Apache2 HTTP server. )
I have not used Apache2 before, but I got Bitnami GitLab VM with preinstalled server.
I and run into issues, because ...
1
vote
0answers
114 views
how to get relative path from properties file
I have a property file in my application where i have put the absolute path as key and value now i want to get this path in my log4j.xml file for file appender.
but i am not able to get path from ...
0
votes
1answer
34 views
php created absolute link translated to relative by the browser
I'm trying to improve one of my sites with a view to cleaning the code and re-using parts with includes etc. I used to use dreamweaver which made me a bit lazy with it's approach to 'library' ...
0
votes
0answers
44 views
Align the center of a div to a relative position?
I'm trying to align the center of a div to a relative position. I have a div sitting below a div whose right edge will always be at 35%. I would like the center of the div below it to always fall at ...






