0
votes
1answer
22 views

One page website positioning issue firefox and IE

I am trying to design onepage scrolling web site. The web site has a navigation bar which is position become fixed when the user is scrolling it. The issue is, When the page scrolls down using the ...
0
votes
0answers
22 views

In a standalone SVG file, is it possible to position one object relative to another using only CSS?

Here is a demo SVG file. Please use Firefox for viewing because currently it seems to be the only properly showing browser. The task is to construct a pure SVG document (e.g. not html-embedded) that ...
1
vote
1answer
26 views

Strange behavior in jQuery top vs. bottom position

I'm seeing a strange difference between top and bottom positioning. I've put together four quick examples to demonstrate the issue: jsFiddle //example 1 $('#box1').hover(function () { var offset ...
1
vote
1answer
30 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
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 ...
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
29 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
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
42 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
44 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
30 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 ...
0
votes
2answers
34 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
1answer
35 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 ...
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
1
vote
1answer
47 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
29 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
38 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
49 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 ...
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 ...
3
votes
2answers
82 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
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
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
63 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 ...
0
votes
1answer
31 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
2answers
29 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
61 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
44 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
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?
0
votes
0answers
14 views

Why do my containers move when zoomed in/out/viewed by larger/small browsers?

I have four containers on this page. One's the header, one's the footer, and two are separate, in the middle, side by side. The header and footer don't move, but whenever I zoom in/out/view from a ...
0
votes
1answer
28 views

positioning of 2 elements within another element in CSS

After I do a search here :http://www.zm-online.de/kleinanzeigen/anzeigen_index_18862.html, the blue box is collapsed and the white text cut off. I know it's because of the link to the right called: ...
0
votes
1answer
44 views

onmouseover show div adjusting x and y

I have several small images in my page and onmouseover I show a div next to the image. So far so good. However when the image is on the bottom of the page I'd like to diplay the div not under the ...
0
votes
2answers
118 views

vertical align multiple lines of text next to image - all centered

Not even sure if this is possible, but thought I would ask. I have searched and tried numerous 'solutions' with nothing quite what I am looking for. The container is 940 wide by 100 high. I want to ...
0
votes
2answers
30 views

How to position subcontainers so that they sit right on top of each other?

I have a bar chart that includes 5 different sub-containers inside each with a different height and different color. The 'chicken' sub-container goes on the bottom of the bar, then on top of that ...
0
votes
2answers
45 views

Absolute Positioning inside a DIV

Hi im having a problem where i cant get two images positioned within a div (see jsfiddle: http://jsfiddle.net/edddotcom/naEFm/) i want the two triangles/arrows (class "triangle") to be at the top ...
-1
votes
0answers
17 views

Spreading child block elements horizontally to fill a parent element

I am creating a horizontal navigation bar consisting of multiple hyperlinks (<a></a>) all contained in a <div> which spans the screen. How can I get the hyperlinks to spread out and ...
-1
votes
2answers
37 views

I am having problems with basic DIV layout and positioning

I made a sign up page for a website and now would like to have some pictures on the left of the signup fields. So am I trying to make the PictureWall appear next to the SignupBox in the container. ...
0
votes
2answers
36 views

CSS relative container does not scale with margin-child-elements

I've got the following problem: I want to have a relative container element that contains some child elements each with margin. If i dont set the height of the container, it resizes height / width ...
1
vote
1answer
78 views

Background Picture on a Responsive Website doesn't fit when the screen size changes

How can I get the background of a Responsive website to adapt and move with the rest of the content on the Website? My background is split doesn't cover the entire background, only partially to ...
0
votes
2answers
32 views

Making a div exactly fit the children when the children are position:absolute

I was trying to see if I could get layout to work something like what graphviz does when it groups nodes. Essentially, I can position nodes in whatever location and then lay out a box around those ...
0
votes
2answers
37 views

Display div at top of page?

Basically, the current setup has space between the top of the page and the #header div. I want to remove that space. Tried searching, came up with adding position:absolute;top:0;left:0; to the ...
0
votes
1answer
31 views

Attaching two boxes together in CSS

I have a website design I'm trying to build right now, and I have a menu that is on the right. Here's the code and I'll explain after that. #rightmenu { border-top: 1px solid #000000; ...
0
votes
2answers
32 views

slideshow images displaying in wrong position on firefox

my image slideshow is displaying in the correct position on both chrome and explorer, but not with firefox. The images are placed inside the slideshow_box correctly but on firefox they are away up to ...
0
votes
1answer
45 views

CSS Height 100% + overflow: auto not showing all of nest content

Basically I have a one page HTML app with everything fixed position, and I only want one pane to have scrollable content. Everything is working as expected, but I'm unable to scroll to the bottom of ...
0
votes
4answers
64 views

How to change the position of my JavaScript game on the home page

<!DOCTYPE html> <html> <head> <title> Snake! </title> <link rel="stylesheet" type="text/css" href="style.css"></link> <body> ...
2
votes
3answers
38 views

Layout shows unexpected border around floated elements

Fiddle http://jsfiddle.net/cZH7F/1/ Why does .sample-section's border affect this large area that includes floated elements enclosed in a previous element? Edit (Solution): So, for future ...
1
vote
3answers
69 views

Set two floating <div>'s to same height

So i am struggling again with css positioning. Minutes ago, i figured out that floating elements do not affect the height of their parent-container. So how do i set two div's which are floating to ...

1 2 3 4 5 25