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
2 answers

Position a div | nest
s

I want to nest a form within a form. But of course that is illegal code. Because of this I want to position this div
(which I have coded at the end of my document) into this table cell: Is this even…
JTJohnston
  • 95
  • 1
  • 2
  • 9
0
votes
1 answer

How do I make a class/div behave like it were floating?

I have an iframe inside a class in the center of my page. If you click any of the two radio buttons at the top, the form expands depending on which one you select. If the form is floated right or left, it will expand when one of these buttons is…
Philip7899
  • 4,599
  • 4
  • 55
  • 114
0
votes
1 answer

divs floating out of window on resize

I want to prevent my divs to float out of the browser window if you resize it. Look at this site, and resize the window, and you will see that the divs is floating out. See here. What is wrong? I have tried to set the divs inside a wrapper with no…
herre.mann
  • 91
  • 1
  • 3
  • 9
0
votes
2 answers

Calculate which numbers cause problems when converting decimal to floating point?

I know when converting some numbers from binary to floating point there can be problems. For example: 1.4 results in 1.39999. 6.2 is 6.1999999, 6.6 is 6.599999, etc. Is there a way to calculate which numbers will cause these problems? Like create…
user2039871
  • 153
  • 1
  • 1
  • 9
0
votes
0 answers

Two column layout - content in second appears under first column thats floated

I have a two column layout with a parent div (container) and the two column divs inside. The left column is floated left with a width and the right column has a margin to the left which is the width of the left floated div + 20px. I want this second…
Dan
  • 11
  • 4
0
votes
1 answer

ExtJS floating panel appeared in a wrong place because other components above it takes time to display

I display Panel A first, then display Panel B below it. Panel A uses JSONP to get the data and is shown in the callback function of the store load. So it takes about 1 sec to show. I aligned a floating panel C to Panel B. The floating panel C is…
skywang
  • 75
  • 1
  • 2
  • 6
0
votes
4 answers

Hotmail (live.mail) css float not supported?

Trying a whole bunch of different ways to get my elements to float (which all work in gmail etc) in hotmail. < div class="plzfloat" id="floats" style="float:left"> #floats{float:left;} .plzfloat { float:left;} I even added css rules for a class…
user1952878
  • 5
  • 1
  • 2
0
votes
2 answers

decimal precision for vat taxes in php and mysql

i have a question that i cannot resolve by myself, and im was thinking that i can be pushed here to get the best precision calculating vat prices in php and mysql. For example: I have the gross price = 1199 The TAX Amount is = 24 to extract the…
user2000260
  • 37
  • 1
  • 7
0
votes
0 answers

Animated, smooth-scrolling border-bottom at the menu

my objective is to have effect something like this: http://css-tricks.com/jquery-magicline-navigation/ but instead of using additional floating
  • I wanted to use border-bottom property - is it even possible? I've tried to do something like…
    lukaszkups
    • 5,790
    • 9
    • 47
    • 85
    0
    votes
    2 answers

    Another Div Alignment issue

    I just posted on here with a problem that I am having with div alignment. My original question was answered but now I am having yet another issue. Link to what I am trying to do: Click here for the images (Nothing harmful by clicking on link) and by…
    lightning
    • 3
    • 2
    0
    votes
    0 answers

    Floating bar error in IE

    I use following plugin for float the left menu, as follows I have initiated it, $('.float-menu').galleryFloatMenu({duration: 800, topPosition: 68}); Problem and the line is shown in below. (function($){ $.galleryFloatMenu = function(el, options)…
    samuk
    • 157
    • 1
    • 3
    • 19
    0
    votes
    2 answers

    Positioning Items in Unordered List

    I have a demo. I want to align red arrows left like in picture. But i couldn't figure out how do i do. By the way red arrows coming from javascript side. function ytplayer_render_playlist( ) { var arrOfListNodes =…
    mcan
    • 1,914
    • 3
    • 32
    • 53
    0
    votes
    2 answers

    is it possible to categorize the different forms of the approximation of floating point numbers

    I am just wondering if we can make rules for the form of the approximation of real numbers using floating point numbers. For intance is a floating point number can be terminated by 1.xxx777777 (so terminated by infinite 7 by instance and eventually…
    Guillaume Paris
    • 10,303
    • 14
    • 70
    • 145
    0
    votes
    3 answers

    overflow:hidden with variable 100% width

    I have some side by side lists in a container div. The container div needs to be a width of 100%. Any lists within the container should overflow out of the window should they exceed the browser width. The only way I can get this to work as desired…
    Jay
    • 1,086
    • 11
    • 25
    0
    votes
    1 answer

    Sidebar wont float right wordpress

    I have used emptycanvas as a starting point for wordpress. I've set the .wrapper to 80% width with a max-width:1250px; The Container, which holds the content/sidebar is set to width 100%, and the content has no width set, and is set to float:left;…
    Matt
    • 5,005
    • 10
    • 32
    • 39