473,545 Members | 1,989 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Another floating object

...gives me trouble
It is at
http://mapage.noos.fr/dardelf/dardel....htm#errorbusy

On the Mac, it looks fine under Safari
http://mapage.noos.fr/dardelf/dardel...alc/Safari.jpg
and NN7
http://mapage.noos.fr/dardelf/dardel...ixcalc/NN7.jpg ,
whilst iCab does something not as expected, but acceptable:
http://mapage.noos.fr/dardelf/dardel...xcalc/iCab.jpg ,
(you will notice the missing red beads that I try to use as bullets),
the weird alignment of the yes/no text (centering on window width,
apparently), and the fact that it does not float right as "instructed ",
but MSIE 5.2 (MacOS X) does a very strange thing:
http://mapage.noos.fr/dardelf/dardel...xcalc/MSIE.jpg

here the width of the box is more than twice the width of my window, the
second small DIV aligns in the center, but it is the center of this
ultra-wide box...

You will see the HTML on the page
http://mapage.noos.fr/dardelf/dardel...lc/Doc/FAQ.htm
and the CSS for that box is
.sticky {
font-family: Geneva, Arial, sans-serif;
float: right;
padding: 0.7em;
margin-top: 0.5em;
margin-left: 0.8em;
color: #000;
background: #EEE;
border: solid thin #999;
border-right: solid thick #CCC;
border-bottom: solid thick #BBB;
}

is there a way to obtain the desired effect on all browsers?
BTW I started this yesterday on my PC with MSIE 4 (I think) and it was OK...
--
François de Dardel
--
http://mapage.noos.fr/dardelf/
Utilisez mon adresse sur noos seulement
Use only my noos e-mail

Jul 20 '05 #1
0 3197

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

74
5002
by: Michael | last post by:
As if we needed another string reversal question. I have a problem with the following code, that I believe should work. int StringReverse(char* psz) { char *p = psz; char *q = psz + strlen(psz) - 1; while (p < q) {
4
3291
by: Dave | last post by:
Hi folks, I am trying to develop a routine that will handle sphere-sphere and sphere-triangle collisions and interactions. My aim is to develop a quake style collision engine where a player can interact with a rich 3D environment. Seem to be 90% of the way there! My problems are related to calculations where the result tends to zero (or...
10
1548
by: Peter Ammon | last post by:
I'm fuzzy on exactly what I can depend on when doing floating point comparisons. I know that calculated values can differ, e.g. I'm not guaranteed that 1. + 2. == 3. What about comparisons with literals? float f=3.; int v = f==3.; is v guaranteed to be one? What about situations involving conversions
25
3614
by: Gaurav Verma | last post by:
Hi, I want to convert a floating point number (or a decimal number say 123.456) into binary notation using a C program. Can somebody help me out with it? Thanks Gaurav -- comp.lang.c.moderated - moderation address: clcm@plethora.net
6
1985
by: aegis | last post by:
how can I take the fractional part of a floating point value such that I can store that value into an integer type? float foo = 6.180; now take the fractional part such that you can store 180 into an object of type int or any other integer type. I'm looking for way not involving the use of
7
4006
by: DS | last post by:
Is there a way to automatically close the data reader connection? I'm using the MS Data Access Application block to substantially {entirely} separate the data access layer (DAL) from the business layer (BL) and this is great with DataSets since they can be closed off in the DAL, but it doesn't seem possible with the DataReader since it would...
10
2392
by: chanma | last post by:
code1:var x=0xf0000000; alert(x); output:4026531840 code2:var b=0xf<<28; alert(b); output:-268435456
0
1316
by: pat.maher | last post by:
I have an application that is not an mdi but rather made up of multiple sdi forms. I am trying to keep a single set of menus and toobars that change contents depending on the form that has focus. The user has the option to float the dockable windows. When the floating window has focus and they attempt to use the menus or toolbars the...
1
5468
by: hendrakieran | last post by:
Hi Guys, I'd like to get some help regarding creating a floating window with the following scenario: * I have index.html which is contains the frameset definition: <html> <head> </head>
17
5197
by: spooler123 | last post by:
Just a small little program. Can not figure out what am I doing wrong. #include <stdio.h> #include <limits.h> #include <float.h> int main() { double max = FLT_MAX;
0
7934
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7446
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
1
5349
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
4966
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3476
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3459
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1908
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1033
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
731
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.