Positioning often refers to the process of placing viewable elements.
0
votes
1answer
6 views
Advice on float and position relative/absolute
Hey I was wondering if anyone out here can suggest a more efficient and useful way of arranging elements on a web page. Should I use float property then arrange it using its top bottom left right ...
1
vote
1answer
28 views
Absolute Positioned Div is hiding my other divs below
Have a look at, http://thomaspalumbo.com
I have this CSS for my website's container:
.graybox {
padding: 0 30px 30px 30px;
background: #ededed;
position:absolute;
left:0;
right:0;
}
Then I have a ...
0
votes
1answer
14 views
CSS drop down menu positioning in IE7
I have a CSS only drop down menu that works fine in firefox and chrome. The sub menus line up directly underneath their parents. However, in IE7, they are positioned off to the side.
CSS:
/* MENU ...
0
votes
1answer
18 views
positioning an absolute element in the center of it's relative parent element
here is my code
i want child element to be at bottom and center of it's parent
it's in the bottom alright but i cant get it to center
i've tried
text-align:center ;
for parent
and
margin:0 ...
0
votes
0answers
13 views
jquery scrollto jumps to wrong position in internet explorer [closed]
i am really struggling with a internet explorer problem (7,8,9). i use the jquery scrollto-plugin and internet explorer jumps to the wrong position for the defined anchors.
the site has a fixed div on ...
0
votes
1answer
21 views
WPF - positioning with dynamically canvas
I have the following code:
<Grid>
<Canvas Grid.Row="0" x:Name="drawingSurface" Background="White" ClipToBounds="True" MouseLeftButtonDown="drawingSurface_MouseLeftButtonDown" ...
1
vote
1answer
38 views
How can I stagger these HTML elements vertically?
I want to make a grid have certain columns staggered, like this:
Currently I can only get the 4th element to line up so it's below 2 (with a clear: left;). This can be seen in a fiddle.
I'm not ...
1
vote
2answers
27 views
Positioning embedded video via CSS
I am trying to reproduce a layout similar to Youtube to practice some of the things I've learned just recently. How can I reposition an embedded Youtube video?
I tried making a parent div for the ...
0
votes
0answers
39 views
Strange mootools window dragging behaviour
I have a drag-able mootools modal window.
The content of the window is a iFrame.
I drag the window from inside the iFrame. (it drags but shakes a lot during dragging)
Live link here.
Question:
...
0
votes
1answer
22 views
div positioning on the website, how to position divs without using “top”
I have a problem with positioning divs on my page, I don't want to use top:50px; because I want to have comments in there as well so here comes my question is there any other way to position divs ...
2
votes
1answer
41 views
How to implement app-like template?
I am trying to build a website to make it look like an application template:
After reading a couple of tutorials here is what I've got so far:
It may look a bit complicated but I am explaining ...
0
votes
5answers
43 views
How to remove extra space under paragraph in HTML/CSS
With HTML and CSS I have this vertical space between a p tag and an image. It looks like this:
See that extra vertical space between the hello and the image? How do i remove that? I know I can ...
0
votes
1answer
29 views
Avoid sidebar overlapping content on tumblr with CSS positioning
I'm having problems avoiding my sidebar to overlap the main content of my blog on tumblr. I am using a premade template on tumblr which i have modified. The only ways I can position my sidebar in the ...
2
votes
1answer
36 views
Fill box with random size shapes
I need to fill a box with fixed size, it should be filled with 9 random size shapes.
Since I have 9 shapes one or more can be on top of another, the point of this is to create randomness effect as if ...
0
votes
2answers
27 views
Using position absolute in mobile Responsive design
Consider this image. Here I have a background image(only the outer part of the player not the buttons timing and the progress bar). Now I want to place the play, next, previous and stop buttons in ...
0
votes
0answers
38 views
jQuery tools overlay position relative to trigger
I am trying to position a jQuery Tools overlay with apple effect next to it's trigger button, I have multiple trigger buttons all with the same class opener. I am using this code
...
0
votes
1answer
34 views
How to move up all elements' by manipulating top value?
I have an ios lockscreen that I downloaded, that has multiple elements that display facts about the weather i.e. text, small images... anyways I want to know how to move them ALL up to the top of the ...
0
votes
1answer
41 views
Injecting images into html
Is there a way to place a number of images into a block of html text, having the text flow around the images without having the images defined within the same html block as the text?
I'm imagining ...
1
vote
3answers
45 views
How Do I Position Button From Bottom/Center?
I'm a noob to android and I'm having problems trying to position a button programmatically from a bottom/center point instead of the default top/left. My button has an arrow at the bottom and I want ...
0
votes
0answers
40 views
HTTML5 & CSS Containers Flex and Positioning
I'm new to HTML5 & CSS3, I have 3 Div that represent the upper , center and lower containers. The upper & lower have a fixed hight with flexible width. Im trying to make the center div flex ...
0
votes
1answer
47 views
Getting an absolutely positioned element to rejoin the page flow, and be part of div height:auto; calculation
I am attempting to use a jquery drilldown menu plugin that hides it's child elements by absolute positioning them to the right, and then hiding the overflow.
When the user clicks a link, the jquery ...
0
votes
2answers
30 views
How to place text over different images with different positions?
I know how to place text over 1 image by giving the image position:relative; and the text position:absolute; and then position the text where I want. My problem is that I have a list of images on ...
0
votes
2answers
30 views
CSS div using all space between two elements
my problem is that i want to place a div between two other elements.
Here is my fiddle code:
http://jsfiddle.net/NHBVa/1053/
div content
Kind regards
0
votes
0answers
15 views
Point a computer to an Android phone - position or direction of the phone based on its sensors?
I am working on a project that integrates and Android phone and the Kinect sensor. I would like to point the Kinect (it will be integrated with a device to split around) to the Android phone. For ...
1
vote
1answer
43 views
CSS text positioning - circle backround on a tag
I have created a navigation that is a circle of circles, I need to get the text for each link into the center, I can do this with the line height if there is only one word but most of them have more ...
1
vote
1answer
27 views
How to stop an element that is position:fixed from overlapping static positioned elements
I am a beginner when it comes to CSS positioning.
My problem:
I am attempting to create an element that contains links to social networking sites. I want this element to be "position:fixed;" so it ...
0
votes
1answer
37 views
Background-Image size not working in all browsers
the weirdest thing just happened, I had a problem I fixed with the footer and I accidently left the %sign after contain in my code. Take a look. My site is usahvacsupply.com
html, body{
...
0
votes
5answers
48 views
Div positioned absolute not showing up in firefox
I have a div (#socmed) with an ul containing li's which i have positioned at the top right of my page. You can find the div inside the header tag. These are social media buttons by the way.
...
0
votes
2answers
19 views
CSS: margin-right and absolute positioning
I have a single div in a page.
Now, when I specify its position as absolute and give its margin-left == 20px:
I understand that. The div element should shift right by 20 px so that thee exists a ...
-1
votes
0answers
8 views
Thinlet cursor repositioning
Can we reposition the cursor in a Thinlet text field?
I want to achieve the following :
When I type 1 then 2 then 3 and then 4, it should appear in the following way:
_1
_21
_321
and finally for ...
0
votes
1answer
21 views
Absolute positioned div looks different… in different instances of the same browser
This is a bizarre issue I'm having - I have positioned a div absolutely in pixels, and it looks great in Google Chrome while I'm working on the site. However, the div is thrown off in every other ...
0
votes
1answer
20 views
Right aligned coordinates in SVG
How can I position a polygon in an SVG so that it's a few pixels from the right hand edge?
I don't know how big my SVG is (it's a stretched background image in a HTML node), and want a triangle to be ...
3
votes
2answers
74 views
Styling a funnel stack layout using native CSS and HTML
I want to show the data like funnel stack as illustrated below.
I was able to create the taper using borders, for example:
<div class="taper"></div>
and using the following CSS:
...
1
vote
2answers
36 views
Center text in fixed height div
I want to center some text in a fixed height div.
I've made the following fiddle
<div style="height:180px;border:1px solid black;vertical-align:middle;">
<h1 ...
0
votes
1answer
24 views
Update position for a list of marker
I am working with google maps, for been specific, I am working with http://hpneo.github.io/gmaps for a gps tracker simulation, here I need to update the position on each point.
At the gmaps script, ...
0
votes
3answers
34 views
Positioning and Background Size
I can't seem to figure out how to make my background image scale properly between a normal window and a maximized window, if you can't understand what I'm asking ask questions and I'll try to describe ...
0
votes
4answers
36 views
Easiest Java layout process
In Java, what is the easiest way to do the following layout:
A Label and a Textfield, side by side in the centre at the top of a Panel
A Label and a Textfield side by side (as above) but on the next ...
0
votes
2answers
38 views
GridBagConstraints for Java
Here is some Java Code that I have that works that uses GridBagConstraints:
public AuctionClient() {
JFrame guiFrame = new JFrame();
JPanel guiPanel = new JPanel(new GridBagLayout());
...
0
votes
3answers
38 views
Overflow with CSS positioning
http://jsfiddle.net/myxzh/6/
ul {
display: table;
table-layout: fixed;
width: 100%;
padding:0;
position: absolute;
top: -10px;
}
li {
display: table-cell;
height: 150px;
border: 1px solid black;
...
2
votes
4answers
61 views
Restrict border width to text width in a block element
I have an <h2> title into a fixed with <div> (238px). When this page is rendered, the browser manage line breaks into the title to make the text fit the width (238px).
But the width ...
1
vote
2answers
53 views
Positioning GUI objects on a Frame
I am developing a Java application and would like some help in positioning some Labels and TextFields.
Here is my code:
import javax.swing.JFrame;
import javax.swing.JPanel;
import ...
0
votes
1answer
27 views
How would you make an image stay in place but it stays with the browser or screen resolution
I asked a question a couple days ago but I dont think I was clear enough so I will clear it up. First let me show you two images and you will see what my problem is. This is what it looks like for me ...
0
votes
0answers
16 views
Dynamically positioned Button are misplaced
I'm positioning Buttons dynamically on a RelativeLayout and on my Smartphone and my AVD-Tablet it look just fine, but on my Tablet I get a few gaps between the Buttons.
It seems like some Buttons are ...
0
votes
1answer
17 views
chrome creating extra space beneath div
I am having a bug where chrome inserts the smallest amount of extra space beneath an iframe. See here http://jsfiddle.net/hrp27/ . The entirety of the code is
<div class="subwindow" ...
1
vote
1answer
25 views
onclick overlay with center possition
bellow my javascript. i want to when i click then overlay background and window will be center possition.
function openPopupManager(url)
{
var url;
url = ...
0
votes
2answers
26 views
Footer not sitting at bottom of the page
I'm having issues with the footer on a site I'm making. It won't sit at the bottom. I know its a common complaint, but everything I've tried either hasn't worked or broke other CSS elements.
I've ...
2
votes
2answers
58 views
How to make an element's height increase with every child added to it
I have a <div> that has children appended to it by a script. These children elements are automatically appended by a PHP script and positioned using position:absolute. I tried to give the ...
0
votes
3answers
41 views
How would I make a image scale with the browser or screen resolution with css
I am working on a page for my mybb forum and I added some images and I want them to scale with the screen resolution so if I have a 17" it looks the same as someone with a 19" screen. Because right ...
0
votes
0answers
39 views
Highcharts: are multiple legends possible?
I'm new to Highcharts and it seems excellent this far. However, I need to have my six series grouped into three columns in the legend. This can be achieved by limiting legend width and using ...
0
votes
1answer
33 views
Specific css positioning / dynamic width with auto margin
Made an image for better understanding of the problem.
Need code for .bgimage and .content div
Is this even possible for crossbrowser css (IE7+ and other major browsers) without any scripting?




