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

Positioning images/symbols underneath certain words

I am trying to position symbols (the images) underneath of certain words in the line above. What would be the best way to do this? It is a grammatical example, so it is very important the images/symbols do not move around in different screen…
micks88
  • 57
  • 1
  • 10
0
votes
1 answer

Absolutely positioned element is appearing on top of my other elements

Freelance Web/Logo
Designer & Developer…

Muzammil
  • 508
  • 2
  • 11
  • 21
0
votes
0 answers

Reposition in y-direction a custom navigationBar titleView

Using Swift5.1.3, XCode11.3, iOS13.3, I try to reposition a custom navigationBar titleView. Creating the custom view and adding it to my navigationBar works fine. (see code below) Here an example: Please only consider the DarkGray NavigationBar on…
iKK
  • 6,394
  • 10
  • 58
  • 131
0
votes
0 answers

css html positioning web-design

I'm having some difficulties trying to avoid an undesired scrolling effect in CSS. The fact is that I'm using position: sticky and position: -webkit-sticky for a site and I've noticed that on iOS browsers (including Firefox and Safari) and on…
0
votes
1 answer

changing place of button using layout function in absolute layout

I am trying to position a button in a different place using absolute layout. I am using the following xml file:
amigal
  • 517
  • 3
  • 8
  • 21
0
votes
1 answer

How to position an element on another responsive element?

I have a responsive image that increases size with the browser window. I also am planning on putting icons on this image(which is a map) in the correct locations. I would usually use position absolute and position the elements according to the…
0
votes
3 answers

css positioning gap

Messing around with some CSS trying to learn some stuff as I haven't done much before and I've come across an issue where I have a small amount of space between an image tag and a ul tag and can't figure out how to get rid of it. I'm talking about…
Daniel Powell
  • 8,143
  • 11
  • 61
  • 108
0
votes
1 answer

css positioning question

I'm trying for the life of me to figure out what should be an excruciatingly simple CSS task: aligning a block of text to the right of an image and vertically positioning the block so it aligns with the bottom of the image; and I'd prefer to not…
nickpish
  • 839
  • 4
  • 24
  • 43
0
votes
1 answer

Displaying dynamic content in blocks in drupal

I am a beginner in drupal. I am developing a site for students and educational institutes where the institutes need to display their information in a single page. A content editor will add an institutes info (name , description, courses, facilities,…
Abhishek
  • 1,459
  • 3
  • 19
  • 35
0
votes
1 answer

jquery Position() Fail

I have a tool tip who's data is being fetched via ajax. My issue is that I want to adjust the height of the box to fit the data (just some markup). The box is absolutely positioned and I want the top positioning to change based on the size of the…
Ben
  • 15,010
  • 11
  • 58
  • 90
0
votes
1 answer

Problem With Absolute Positioning 2 Divs on Relative Image

Using Bootstrap 4, I have a responsive image initially set at 2000px X 500px and I want to position 2 uls of text (it will be dynamic text) on it in exact left and right areas and the text to remain in the same place when the browser resizes. Using…
Nick
  • 27
  • 6
0
votes
1 answer

z-indexing and mouseclicks

I have a site layout that relies on alot of positioning on top of one another to create the desired visual effect. I have an image at the very bottom of the z-index pile and as a result the mouse cant recognise that its a link, is there any way…
Louise McComiskey
  • 1,855
  • 4
  • 19
  • 20
0
votes
2 answers

How can I have a transparent

So I was trying to create a div that would be alpha:0 on top of the page and have an animation to "darken" the rest of the website with a popup on top. While this in theory sounded easy to do, I kept fiddling with positions absolute/relative/fixed…
0
votes
1 answer

positioning using previous object y coordinate and height

trying to loop out some pictures using a for loop and cant get them to be posiotioned directly beneath the previous picture, I have set the height number in my xml where I get the pictures from. heres my actionscript code for the loop: private…
EmKe
  • 3
  • 3
0
votes
2 answers

positioning new element based on position of existing element?

I am using the following code (Javascript within a webpage) to create a 'new' element in the DOM dynamically. I wish to position this say 200px 'below' an existing element. However my output has the positioning of the new element(s) all wrong...as…
Pangit
  • 564
  • 1
  • 7
  • 23
1 2 3
99
100