Tagged Questions

0
votes
3answers
42 views

method to display float in datetime format

I need a method in c# that makes me a string that look like a datetime out of a double/float. for example 1.5 -> 01:30 2.8 -> 02:48 25.5 -> 25:30 (note: don't display as day, di …
0
votes
3answers
62 views

Getting CSS to “float: right” and vertically center

Hello.. I am having some problems getting a small piece of text to be centered while floating next to an image. <html> <head> <style type="text/css"> img { floa …
0
votes
2answers
35 views

CSS Parent DIV Overflow

I have a problem with a website I'm putting together. I have a simple div layout. Which is as follows: <body> <div id="Container"> <div id="Logo"></div&gt …
1
vote
2answers
58 views

How can a float representation be off 1 from a decimal representation in perl?

I ran across an interesting issue in some of my "humanize_bytes()" code. This loop represents the issue without all the other logic. The loop needs to stop when the bytes have be …
0
votes
0answers
31 views

IE 5.5 Float Drop in css div layout

Hi, I'm testing a site for a friend and I've got it to work in all browsers, except IE 5.5 (Looks great in Adobe Browser Lab for all Browsers.) You may ask why I care about IE 5. …
0
votes
2answers
47 views

Wrong float warping in IE7

Hello, here's test page, which looks differently in IE7, while OK in Firefox & Opera. Looks like FF & Oprah are adequate about .twoColLiqRtHdr #mainContent { margin …
3
votes
5answers
98 views

Non-exponential formatted float

Hello, I have a UTF-8 formatted data file that contains thousands of floating point numbers. At the time it was designed the developers decided to omit the 'e' in the exponentia …
0
votes
1answer
70 views

Ie7 float right bug?

I have a div floated right. Inside that div are two other divs. The first div has a background color and when I refresh, it's "bleeding" into the second div. (Sometimes in front …
0
votes
5answers
72 views

Convert float to string with cutting zero decimals afer point in Python

Hi all! I am feeling difficult to convert a float to string in the following manner: 20.02 --> 20.02 20.016 --> 20.02 20.0 --> 20 Seems "%g" format is the best for …
0
votes
1answer
58 views

sprintf() to truncate and not round a float to x decimal places?

Hi folks, When calculating a golf handicap differential you are supposed to truncate the answer to 1 decimal place without rounding. No idea why but... I know how to do this usi …
0
votes
1answer
56 views

CSS Problem with Overflow with div

I want to use overflow on a div to show all div and image, and text to but for this example i used only images. i need a horizontal scroll, if i only use image its work well with …
0
votes
1answer
24 views

error C2664 + generic classes + /Wp64

Hi! I've got the following lines of code: p_diffuse = ShaderProperty<Vector4>(Vector4(1,1,1,1)); addProperty(&p_diffuse, "diffuse"); p_shininess = ShaderProperty<flo …
0
votes
3answers
59 views

IE6 bumps down content when the parent container is too narrow

In the following example, the right side container appears to the right of the left side one in standards compliant browsers, but in IE6 the blue right side container appears below …
0
votes
4answers
88 views

parsing float into string

Hi I have a number like so: 4.47778E+11 Can anyone give me a way of converting that into its number representation easily in c#? Thanks
0
votes
2answers
47 views

Floats and Margin Collapse

Hi, so I'm having a hard time understanding the circumstances under which a float can have margins collapse through it and how that affects the position of the float. I've include …

1 2 3 4 5 16 next
15 30 50 per page