The floating tag has no wiki summary.
9
votes
1answer
70 views
Why does float.parse return wrong value?
I have a problem. when I parse a string like "0.005" to float or double, it works fine on my computer, but when i install my program to my client's computer, it returns 5. (both my computer and my ...
0
votes
3answers
20 views
CSS floating div falls to bottom of the screen when reducing screen size
I've been taking care of this website for friends of mine (but I barely know the original designer) since last week. I've been working on the PHP mainly, but something bothers me:
Basically the main ...
0
votes
1answer
8 views
firefox floating divs not working correctly
If you view http://www.warriorperformancecentre.com/ in firefox and click menu, you see the two images at the top are not displaying correctly. I have a div for each image, one floating to the right ...
4
votes
1answer
130 views
Set precision of std::to_string when converting floating point values [duplicate]
In C++11, std::to_string defaults to 6 decimal places when given an input value of type float or double. What is the recommended, or most elegant, method for changing this precision?
1
vote
1answer
16 views
CSS Debugging: floating divs in wrong places
On my page I want to move my "complete the look" to the top of the page. It's been floated to the right, but it seems like there is something in the entry-summary that blocks the "complete the look". ...
0
votes
1answer
38 views
Javascript/jQuery get true width and position of float affected element?
Is it possible to get the width (using javascript or jQuery) of a float-affected element? When text is being pushed over due to a floating image is it possible to get its position and true width? I ...
0
votes
1answer
13 views
Percentage widths of floating div tags
I am kind of new to this but I figured the best way to explain my situation was to draw it out so here is the image of what I am trying to do http://d.pr/i/5ez3
Basically is there anyway to have ...
0
votes
1answer
24 views
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 :
<f:view contentType="text/html" locale="en" ...
0
votes
0answers
74 views
destroying and recreating panel in sencha touch
I am working on displaying the pdf viewer app.
Initially I have panel which displays the books images with a view button. On top of the title bar I have bookmark button which displays the listed ...
0
votes
2answers
38 views
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 ...
1
vote
3answers
133 views
How to make a floating menu appear after you scroll past a certain point? [duplicate]
I want to make four menu tabs appear after you scroll past a certain point (ex: 1000px) on the page. I want them to slide in from left to right when they appear. This is what I'm going for, but on the ...
0
votes
1answer
41 views
Width 100% of space between floated left and right div
I have a div on the left side and on the right side, both fixed width. I have a middle div witch is also fixed width. I want the middle div to stay in the middle of left and right div no matter ...
0
votes
1answer
31 views
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 collums to the left ...
0
votes
1answer
19 views
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 ...
0
votes
0answers
27 views
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 ...
0
votes
3answers
63 views
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 ...
1
vote
2answers
75 views
CSS to position one div under another that is float: left
I have this:
<div class="listing-thumbnail"><a href="http://domain-name.com/thislisting/"><img
class="wpbdmthumbs" src="http://domain-name.com/wp-
...
0
votes
1answer
35 views
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 ...
0
votes
0answers
148 views
Floating circle using css3 or jquery or html5
I am trying to make a circle/bubble (50px x 50px) float within an area of about 150x150px. I want it to look organic; ideally not a simple up and down motion with easing. I would like it to appear to ...
1
vote
0answers
81 views
How facebook app implements draggable floating Button
I´m trying to get some information about how I could implement such a Button like Facebook does in the new version of the app. Actually I am not sure if this button comes from Facebook or from ...
0
votes
2answers
32 views
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 ...
0
votes
2answers
51 views
Cant' make nav display next to h1 element
solved - it was a group effort. thank you all so much, my first posting experience on here was wonderful and you all have given me things to learn :)
I am trying to make a site using html5/css(3). I ...
0
votes
1answer
21 views
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 ...
-1
votes
3answers
107 views
Html code for weebly to put floating image on bottom right corner? [closed]
I'm trying to put this picture:
in the bottom right corner floating off the "page".
What code should I use?
0
votes
1answer
26 views
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
...
0
votes
0answers
40 views
Rounding to the nearest?Confusion.. Please help. Assembly
The floating point used here is single precision and the format is based in Microchip
1. EXponent (8bits)
2. AFP2 (8 bits = 1 Sign bit and the MSB of Mantissa)
3. AFP1 (8 bits = middle byte of ...
2
votes
2answers
62 views
How to float an element left with full height of the wrapper?
HTML:
<div class="wrapper">
<div class="left">
Foo
</div>
<div class="right">
Text row 1
</div>
</div>
<div class="wrapper">
...
3
votes
1answer
62 views
Vertical-floating elements in CSS?
Is there any solution for my problem, described in this image?
I have a DIV-tag with a fixed height.
In this element, i have a List.
This List should be floated like columns.
The list-elements have ...
0
votes
2answers
45 views
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:
<id ='AvailabilityFormAM'><form action='availability.jsp' ...
-1
votes
1answer
124 views
TypeError: 'long' object is not iterable Python
I am trying to reclassify a PixelValue in a 32 bit floating raster and get the following error:
bw_liss-3_spring_mosaick_gk3_ndvi_mask.tif
Traceback (most recent call last): File
...
-1
votes
3answers
67 views
Trouble with css floating
I have a little problem with floating.
I need to display my links side by side with 20px margin, but it does not work.
CSS
ul li{
float:left;
display: inline-block;
position:relative;
...
1
vote
0answers
95 views
Android WebView CSS float
Our team is really struggeling right now.
We got a customer and he is giving us some HTML files. In these HTML files there is some text and an image, floated right with a width of 50%. On a mobile it ...
-3
votes
1answer
73 views
Random floating Numbers and compare numbers if it is less than or equal to 0.01
In my homework I suppose to generate 10000 floating Numbers and I have to to compare If the difference between two numbers is less than or equal to 0.01 they are considered equal, then remove the ...
0
votes
3answers
26 views
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 ...
0
votes
0answers
107 views
CKEditor 4 & Floating Space Toolbar
I am using CKEDITOR 4 to replace a textarea (it must be a textarea) and am also using the 'autogrow' plugin to automatically expand the editor height as more content is typed in. The problem I am ...
2
votes
0answers
545 views
How to do android assistive touch like iphone or EasyTouch app?
Title pretty much says it all. I want to have the assistive floating button that stays on top of all other apps (even in games). A good example is EasyTouch in the Play Store. When clicking on the ...
0
votes
0answers
228 views
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 ...
0
votes
1answer
45 views
Passing a scanner from static to non-static and return a float java [closed]
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 ...
0
votes
2answers
80 views
Position a div | nest <form>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
<div id="div_2">
(which I have coded at the end of my document) into this ...
0
votes
0answers
80 views
Single page where floatmenu should start on page two - How to do this?
I am trying to get my floating menu to start on the "second" section of my single page.
I am using a floating menu script which overrides the css.
I tried to use the (window).height(); as a top ...
0
votes
0answers
37 views
Floating Iframe on mobile with android
I've encountered some problem with Iframe on mobile devices using android. It appears, that the iframe is ingoring everythng in my css files or even direct styling. It simply put itselfs in the left ...
1
vote
3answers
190 views
Python: Convert floating point number to certain precision, then copy to String
I have a floating point number, say 135.12345678910. I want to concatenate that value to a string, but only want 135.123456789. With print, I can easily do this by doing something like:
print ...
0
votes
1answer
55 views
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 ...
1
vote
1answer
73 views
Substituting float with decimal causes errors
The program construes equations describing the concentrations of reagents in time in consecutive reactions A->B->C->...
http://en.wikipedia.org/wiki/Rate_equation#Consecutive_reactions
The algorithm ...
0
votes
1answer
77 views
Arrange inline-block divs nicely
I have a set of divs with this layout:
div.post_summary {
clear: none;
width: 170px;
display: inline-block;
float: left;
margin: 5px;
background-color: #FF5900;
}
It now ...
1
vote
3answers
60 views
a list of floating points that returns a list of 2 floating point numbers
In python 3 I have to create a function that takes a list of floating points and returns a list of two numbers which is equal to the sum of all positive floating points and all negative floating ...
0
votes
0answers
50 views
jquery modal falling beneath the page header and other css
When I try to open Jquery model dialog by clicking a link, it opens but parts of it, is falling beneath page header and/or other css/ visual elements such as header. left nav etc here is my js code.
...
0
votes
1answer
146 views
What number registers are the floating point registers in MIPS?
I am trying to write out binary code for machine instructions which have to do with floating point registers. But while I can find the opcode for the special FP instructions, I can't find out what ...
0
votes
0answers
81 views
Area Graph with interactive X axis (times) & superimposed floating bar chart? (using MVC 4)
I am trying to build a webpage that will have an area graph detailing call volume. I want to have an interactive X-axis with times (that will be on top, not bottom). I want each of these times to be ...
0
votes
1answer
43 views
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 ...



