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

cannot have space when exceding three integer with f:converternumber jsf2

I want to see all number like that : 123 456.67 : a space when I exceeded 3 integer and always two fractions number I tested that : and that on each inputText :
begiPass
  • 2,124
  • 6
  • 36
  • 57
0
votes
2 answers

Why are my left floated divs still stacking on top of each other?

hey for some reason the divs on my page are still stacking on top of each other despite having a float left parameter. im embedding a zazzle page store and the divs usually float left but once they're embedded in my page they stack vertically. i'm…
modest_max
  • 41
  • 4
0
votes
1 answer

Div float on text

I am trying to get the div with the 2 images to float on top of columns of text but it keeps fitting into the columns. Ideally I would like the image to be on the top right and the columns to the left and bellow. http://jsfiddle.net/VjSBy/
Matt Ellwood
  • 105
  • 1
  • 13
0
votes
1 answer

formatting double and float once and for all in jsf2 application

I do a lof of manipulations, calculs with numbers (especialy double (#0.00) ) and I ask if is there a way to format those numbers once and for all I use this converter for the momentfor each double : thank you…
simonTifo
  • 307
  • 3
  • 12
  • 29
0
votes
0 answers

A portion of the page (right/left) stays in place as you scroll down but unsticks at a certain point

First here is an example of what I want to do http://www.nbcphiladelphia.com/news/local/Tripathi-Body-Found-River-204452461.html?_osource=SocialFlowTwt_PHBrand A portion of this page (right side) is initiallyt just part of the page and then it stays…
0
votes
3 answers

Simple way to compare doubles

I am writing a numerical code that needs to make extensive (and possibly fast) comparisons among double precision numbers. My solution to compare two numbers A and B involves shifting A to the left (or right) by an epsilon and checking whether the…
Ale
  • 5
  • 1
0
votes
1 answer

CSS: Links float past headerbar?

Demo: http://www.mindtale.com/test.html I'm pretty new to CSS so I am probably using the wrong code for something in here. I am trying to have a website than can resize to any screen size but at the same time, I want the links I have, Portfolio and…
Animatoring
  • 187
  • 3
  • 14
0
votes
2 answers

Floating div and flexible height

Maybee this has been answered before, but can't find an real useful answer, so here goes: I have this layout layout test, where I need the orange box to have the same height as the green, which will have dymanic content. I'v tried different…
Graahf
  • 123
  • 13
0
votes
1 answer

float:none overriden by float:left

Hey all this is my first post here and I am reasonably new to the world of CSS. I have 2 pieces of code .subCatImg.subCatImg { float:none; } Which controls one specific image, and this piece of code which controls several other…
0
votes
1 answer

mips associative floating point

okay just for testing i have this code .data # This shows you can use a .word and directly encode the value in hex # if you so choose num1: .word 0x3F800000 num2: .float 1234.567 num3: .float 45.67834 num4: .float 0.0004 result:…
user2054534
  • 181
  • 3
  • 5
  • 17
0
votes
2 answers

Floating forms next to each other

I'm trying to float my 2 forms next to each other. Now in the results he puts these two under each other. Here is my code:
user2206834
  • 379
  • 1
  • 5
  • 13
0
votes
3 answers

floating elements swapped

I have wordpress page http://war-mobile.h2client.com/corporate-information/our-team/ and am developing a mobile website for it. If you go to the bottom and click on switch to our mobile you will see that the image and the info div have swapped…
Dejan Biljecki
  • 595
  • 1
  • 5
  • 26
0
votes
0 answers

Special case of: Fixed / Floating Sidebar Element

The Situation: I have a pretty regular sidebar on my website. As the last element in the sidebar you can see the Blogroll. Below this I need to create a similar container which only contains a scroll-to-top button. Pretty easy so far. The…
Arrowcatch
  • 1,612
  • 3
  • 19
  • 26
0
votes
1 answer

Div popup of a movie or image

I am looking for a Javascript that will pop up a modal floating div which can hold an image and will ghost our the full background of a web page. Sort of like the way the movie pops up here in this Apple trailer.
Ian Vink
  • 66,960
  • 104
  • 341
  • 555
0
votes
1 answer

Passing a scanner from static to non-static and return a float java

I am working on a project where I need to pass a scanner from the static main method to a non-static method from a text file read by the scanner and have it return a float. So far I have: public class Calculator extends Stack{ public static void…
JRX
  • 35
  • 1
  • 1
  • 7