Questions tagged [positioning]

This tag is ambiguous. DO NOT USE THIS TAG. - Please use (or create, if appropriate) other, more specific tags.

This tag is ambiguous. Please use (or create, if appropriate) other, more specific tags.

Positioning often refers to the process of placing viewable elements. Most questions tagged with 'positioning' involve cascading stylesheets (CSS) problems, but some refer to other user interface frameworks such as iOS, Android, windows development, flash and more.

2701 questions
0
votes
1 answer

Moving things outside of browser area

Is it possible to move something (an image) out of browser area using jQuery and CSS? So that from user's perspective the image would appear to be outside of the browser.
SilverLight
  • 19,668
  • 65
  • 192
  • 300
0
votes
1 answer

Getting speechmarks to follow the quote

I'm trying to get speechmarks to appear at the start and end of a quote. Here's a link to the code (without images): http://jsfiddle.net/tomperkins/cGDUc/ You can see the grey blocks (I've replaced the speechmark images with grey blocks in this…
Tom Perkins
  • 499
  • 3
  • 7
  • 16
0
votes
0 answers

Keeping a picturebox stuck inside another

I need code for Visual Basic 2010 Express. I am doing a project in school that is about making a pupil (picturebox2) follow the mouse so that students can follow where the mouse is during a lesson. It is supposed to be "stuck" inside of something…
0
votes
1 answer

Replace CSS image with png in IE6

I am looking for help in how to change a CSS created image It's a info icon that lives in a header to an image in IE6. The image is a .png

header title<\h1>i Currently the CSS image icon is…

user763460
  • 221
  • 2
  • 8
  • 18
0
votes
1 answer

How to seperat those two

I have seen a lot of posts to put two elements into one line. My problem is exactly the opposite! As you can see in the code there are five boxes and a paragraph next to it, which should be below the boxes instead. Can someone please tell me how to…
Hip
  • 99
  • 9
0
votes
3 answers

Positioning divs next to eachother

I'm trying to create a very simple jQuery slider; however, to get started, I wanted to position my divs next to eachother instead of underneath eachother so I could animate the 'left:' css value. I'm dumb and completely failing at this though. I…
Joris Ooms
  • 11,880
  • 17
  • 67
  • 124
0
votes
1 answer

Positioning image at the bottom of slider

I am trying to position a border-image at the bottom of a slider on top of the rotating images, but I cannot seem to get it right. I want the border to transition into the rest of my page and if I add the border to the images itself it looks strange…
micks88
  • 57
  • 1
  • 10
0
votes
2 answers

Div placed after a div with position relative overlaps with the relative div?

i'm kind of confused about the position of my elements. Here's the code:
* { margin: 0; padding: 0; box-sizing: border-box; font-family: "Montserrat", sans-serif; } …
Truica Sorin
  • 499
  • 2
  • 11
  • 24
0
votes
3 answers

How to center an element which depends on the viewport and not on the parent?

I would like to center an element which depends on the viewport. I have a header with five elements inside : One button on the left One logo on the middle Three buttons on the right I want logo to be center depending of the viewport. I made a…
pierresis
  • 11
  • 2
0
votes
1 answer

How to position elements independently using Stack, Row, and similar elements in Flutter

I have been trying to replicate these two designs in Flutter using Stack, Positioned, Row, and similar related widgets, however, I've been getting stuck in the same stages again and again. I either can't center the text or cannot position the back…
Sirvis
  • 5
  • 3
0
votes
1 answer

Bootstrap flex nested row positioning side by side instead one under another

Im trying to do trivial bootstrap nested rows positioning and I cannot understand why my rows position side by side instead typical and desired behavior of laying down one under another. I tried to replicate it on fiddlejs and it works as expected,…
0
votes
1 answer

I try using floats to position some text but it is not even moving

I am trying to move the "A short summary of Erik Spikemann" along with the under it. I want to place it next to the large photo of him as seen on the left side. I've tried doing a float left but for some reason that isn't working at all. I've…
J Kardash
  • 1
  • 1
0
votes
1 answer

zindex unclickable link when background div is brought to front with jquery?

I have a number of 'articles' that are an image with the text in an underlying div. When hovering over the article, jQuery brings the text div to the front. However, I'm unable to click on any of the text in the div, so I am assuming there is some…
waffl
  • 5,179
  • 10
  • 73
  • 123
0
votes
0 answers

Javascript get X and Y position of div store them and restore the position in different scenario

Here is my scenario : I am trying to store a div position X and Y. I need to restore the position of my div on page refresh/reload as well as i need to make sure that this div should be visible in case of window resize. Below is my code :
Riya Mitra
  • 115
  • 1
  • 6
0
votes
2 answers

Why clicking on anchor link pushes divs to the top of the page?

When I click the anchor link, both divs, the ul li one where the "menu" is, and the div with links they point to, shift to the top of the page. I would like it to shift only within that div where the links lead to. (Click on, for example, "any of…
Kosyenka
  • 1
  • 1
1 2 3
99
100