Top "Floating" questions

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.

Convert double to float in Java

I am facing an issue related to converting double to float. Actually, I store a float type, 23423424666767, in a database, …

java double floating
Set precision of std::to_string when converting floating point values

In C++11, std::to_string defaults to 6 decimal places when given an input value of type float or double. What …

c++ string c++11 double floating
Check empty float or integer value in golang

I'm trying to check if my integer or float value is empty. But type error is thrown. Tried: if foo == …

go integer floating
Moving Floating Action Button up and down to avoid getting blocked by a snackbar

I'm using this library to implement a floating action bar and I can't seem to find a way to move …

android floating floating-action-button
How to float an element left with full height of the wrapper?

HTML: <div class="wrapper"> <div class="left"> Foo </div> <div class="right"> …

css css-float floating
How do I get a float value when dividing two integers? (PHP)

Hi I am trying to divide two integers ex: 12/13 but I always get a whole integer 1 not a decimal number. …

php floating divide
HTML CSS div floating left goes under , below div floating right?

I'm hoping someone can help me: I have a left column container #left-column, with a float:left; and some elements (…

css html css-float floating
Floating view on Android screen

I was trying to make a floating view which user can drag around on the screen. The idea is to …

android view android-custom-view floating
How to make a floating menu appear after you scroll past a certain point?

I want to make four menu tabs appear after you scroll past a certain point (ex: 1000px) on the page. …

jquery html css header floating
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" …

css html floating