Questions tagged [floating]

This tag is related to GUI elements that either should be or appear to be floating above a panel or background, or in case of certain types of general layout.

This tag is related to GUI elements that either should be or appear to be floating above a panel or background, or in case of certain types of general layout.

800 questions
0
votes
1 answer

Mootools FloatingTips and array

I am trying to use Mootools Floating Tips with an array for ID's link and ID's content to display. Demo is here and I am trying to use it for several tips with ID0 ID1 ID2 as in this example . The idea is to create a for loop: var x = 0; for…
Greg
  • 473
  • 1
  • 5
  • 19
0
votes
1 answer

Palette windows/floating tool windows (C# .NET)

My app needs floating palette windows. I've already implemented this behavior on my own and it worked great for when it was a single document app, but now my app requires multiple document windows. My attempts to adapt the palette windowing system…
user1092719
  • 483
  • 1
  • 5
  • 17
0
votes
1 answer

Editor cannot disappear after closing Window

I got a problem on Ext 4.1.0 and Ext 4.1.1 Double click first cell to edit it and then click window close button, the editor still floats on the page.But it is ok for last cell. Anyone met this problem before? Thanks Ext.onReady(function(){ …
Tony Zhu
  • 301
  • 1
  • 6
  • 16
0
votes
1 answer

Loop ends early, produces negative value for a loop counter (when i=1; ++i)

This is my first C homework, so my error might be something really obvious to you, and I apologize in advance if that's the case. However, this seemed quite unusual to me (not just working, but having some weird output), so I thought I should…
user1796924
  • 31
  • 1
  • 1
  • 4
0
votes
3 answers

Floating DIVS - One Overlapping for no Reason?

...and by 'no reason' I mean; for a reason I'm clearly (and likely blatently) overlooking. This is such a NOOB question - but I for the life of me can't figure out what's going wrong with my floating divs. As seen here:…
Cody S
  • 87
  • 2
  • 10
0
votes
2 answers

make view floatable on some other view

I am having one view in ipad. On that view , I am having four buttons. Now when I click on that button , one view is opening with some fixed height,width,x position and y position. I want to make this new view dock-able. I mean I…
Curious_k.shree
  • 990
  • 2
  • 18
  • 37
0
votes
6 answers

display inline listings (li) from right in HTML

Here is the scenario: and CSS: .menu li {display:inline} The results would be: 1 2 3 but I want to display them from right to…
Zim3r
  • 580
  • 2
  • 14
  • 36
0
votes
2 answers

li embracing floated image

I have uploaded the following page to make easier for you to help me: http://www.rebuslondon.com/GEBROCHUREcopy.html Do not use Internet Explorer as I have not optimised the page for that. As you can see, there are 4 images, being three orange and…
user1769038
  • 33
  • 1
  • 6
0
votes
2 answers

CSS Float on resize: unwanted pushdown of element (cause of margin/padding) (responsive design)

I have following problem: My header consists of the menu, some news sliding with flexslider and a search input: The problem: when I manually RESIZE the browser, or reload it with smaller width; the right element jumps down (pushdown because no space…
Fl0R1D3R
  • 862
  • 2
  • 11
  • 22
0
votes
1 answer

Next three holidays for any given country - MySQL or API?

I am not very back-end savvy and could really use someone wiser's guidance. I would like to have a site that lists the next three holidays in any given country, based on the current date. I haven't found a free way to query a database for this…
0
votes
1 answer

Sprites break when floating parent container

I'm using sprites for my navigation for this particular project. The sprites are working fine, and the original list items are floated left so that they stay in order. However, I'm trying to line it up with the right side of the page, not the left.…
Lindsay
  • 877
  • 2
  • 12
  • 30
0
votes
1 answer

Responsiveness on Four Columns to Two Columns

I am creating a responsive website with four columns. When the screen gets narrower I would like the four columns to turn into two columns. However when column two is shorter than column one this approach fails, in that column 3 is below 2 and…
michaellindahl
  • 2,012
  • 5
  • 36
  • 64
0
votes
1 answer

Unable to close and reopen Floating Panel in Dojox

I am trying to open a floating panel, using onClick event, it opens fine but shows this error in the console, this.onClick is not a function. If I close the floating panel and then try to a reopen, it won't open again and I keep receiving the same…
Sam007
  • 8,397
  • 4
  • 24
  • 34
0
votes
1 answer

Android - Button spawning floating context menu

Is it possible to have a button in Android open a floating context menu and if so, how? I'm not sure how to implement the floating context menu, let alone link it to a button so I mainly want to know if it's possible. But if it is, then how would be…
Tim
  • 1,056
  • 4
  • 17
  • 34
0
votes
2 answers

Mozilla canvas adding floating text

In my canvas element,i want to add a draggable text over an image.User should able to move it within the canvas area.I could add text by using some API functions, but i have no idea of movable text.Do i need to use DIV tag to contain text ?,But the…
Selvam