Tagged Questions

0
votes
3answers
42 views

How to center absolute element in div?

I need to place the div (absolute) element in the center of my window. But i am having problems doing so, because the width is unknown I tried this. But it need to be adjusted bec …
1
vote
2answers
74 views

How to position two elements side by side?

I am quite new to the world of CSS, and I've been trying to figure out how to position the .main and .comment side by side in the example at the end, with one caveat. I don't want …
1
vote
2answers
27 views

CSS Grid System for Forms

Recently I've started using CSS grid systems and I find the whole process of designing a webpage much more simpler. Now I'm trying to stylize form elements but I'm having a really …
0
votes
1answer
20 views

ie8 div jumps after page load

I have the following setup. 1 column with a left floated inner column and a right floated inner colunmn. Works very well on firefox. IE does something strange. I have parts in th …
0
votes
2answers
12 views

Clearing values for left, right etc..

Say I have an element with position absolute, with a value set for left; #myElement {position:absolute; left:20px; top:0} If I need to have a class which I can apply to shift th …
1
vote
4answers
54 views

How would you align the left side of a div to the center of the page?

I have a stack of divs down the center of the page (using margin:auto) now I want to draw a line starting at the center and extending to the right (say 400 pixels). I'm a but stum …
0
votes
3answers
63 views

Getting CSS to “float: right” and vertically center

Hello.. I am having some problems getting a small piece of text to be centered while floating next to an image. <html> <head> <style type="text/css"> img { floa …
0
votes
4answers
47 views

Putting some Images in a line.

Here's a picture of my current situation : But I don't want the images below each other, I want them in a line, a straight horizontal line. This is the code I have currently: &l …
1
vote
2answers
73 views

Google Maps not rendering completely on page?

Hi guys, I have a google maps on my page with a search pane I built myself which can be displayed and hidden at will. It covers like lets say 200 pixels of the map on a side. The t …
-2
votes
3answers
50 views

I want to reduce the spacing in my asp.net webform

i want to reduce the spacing inside my web page: The problem is the buttons below "back" and "next" is not visible without scrolling down I have posted the code below: <asp: …
0
votes
4answers
32 views

CSS: Relative positioning without updating flow

How can I place an object without updating the flow of other objects, but specify coordinates relative to the parent? To clarify, position: relative; top: -30px; left: 600px; upd …
0
votes
2answers
83 views

how to preserve this div in the bottom of the site?

Hi everyone, I have a big problem in my website (based on Joomla and a free template). When I go to this page: http://bit.ly/2mv4pC I should set the margin of { p.stickynote } to { …
0
votes
4answers
37 views

CSS - position fixed and bottom

If you turn off javascript on stackoverflow you will see the noscript-warning on the top #noscript-warning { font-family:Arial,Helvetica,sans-serif; position:fixed; top:0; left:0; …
12
votes
10answers
416 views

css problem: Absolutely positioned parent and float:right child stretches

In IE6, IE7 and FF2 the .outer div below is stretching out to the right edge of the document. Here is a complete test case: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transit …
0
votes
6answers
161 views

Preventing reflow when using jQuery UI “size” effect

I have a list of images like this: <ul class='blah'> <li><img src='...' /></li> <li><img src='...' /></li> <li><img src='. …

1 2 3 4 5 16 next
15 30 50 per page