473,396 Members | 2,106 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

IE 6 Float Sinks

Aloha,

Can anyone tell me why this works in safari, netscape, msie 5.x mac but
not msie6 windows? There is supposed to be a green stripe, a yellow
box, a red box, and another green stripe all on one line. In windows
the red box is below the yellow one.

Thanks,
Gary

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title></title>
<style type="text/css" title="text/css" media="screen">
body
{
font-family: Verdana, Arial, san-serif;
font-size: 11px;
line-height:16px;
margin: 0;
padding: 0;
background-color: #fff;
text-align: center;
color: #595959;
}
#page
{
display: block;
width: 745px;
margin: 0px auto 0px auto;
text-align: left;
padding: 0px;
background-color: green;
}
#contentRightLargeNoDivider
{

width: 564px;
padding: 0px;
margin: 0 ;
margin: 0 0px 0 180px;
background-color: red;
}
#leftPanel
{
display:inline;
float: left;
width: 179px;
margin: 0 0px 0 1px;
padding: 0;
background-color: yellow;
}
</style>
</head>

<body>
<div id="page">
<div id="leftPanel">Yellow</div>
<div id="contentRightLargeNoDivider">Red</div>
</div>
</body>
</html>

Jul 21 '05 #1
1 2341
"KauaiCoder" <ga**@tsunamimarketing.com> wrote in message
news:11**********************@c13g2000cwb.googlegr oups.com...
Aloha,
[etc...]


Gary, I can understand that you post the same message twice by accident. But
not six times! If you're hoping to draw more attention to yourself and thus
expect more replies, don't. It only puts people off.
Jul 21 '05 #2

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

Similar topics

0
by: KauaiCoder | last post by:
Aloha, Can anyone tell me why this works in safari, netscape, msie 5.x mac but not msie6 windows? There is supposed to be a green stripe, a yellow box, a red box, and another green stripe all on...
1
by: Serge Shimanovsky | last post by:
Hi, I have a situation where I need to clear the event sinks from an event. But let's say I don't know which methods (by name, I mean) signed up for that event. I do have a control with...
1
by: aler45dcom | last post by:
I write a flying text script,but it sinks at the bottom and it stays there forever. How to change it so that it flies in the webpage? <html> <head> <title>Flying text</title> <script...
0
by: GnanaPrakash.R | last post by:
Hi All, Iam totally confused about message sink, context sink, channel sink. I would like to know when and where to use these sinks? One of my requirement is that need to provide authorization...
0
by: Paul Fi | last post by:
what is the point of asyncronously processing requests or responses at channel sinks when we can do asyncronous calls at the .net remoting application level ? do we consider AsyncProcessResponse...
0
by: Razzie | last post by:
Hey all, I'm... pretty stuck. I've created a ISmtpInCommand sink following this tutorial: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnsmtps/html/writingmngsinks.asp ...
11
by: Marc Pelletier | last post by:
Hello, I am having trouble implementing the following callback: CNCSError CECWCompressor::WriteReadLine(UINT32 nNextLine, void **ppInputArray) where ppInputArray is a 3 by x array. The...
20
by: ehabaziz2001 | last post by:
That program does not yield and respond correctly espcially for the pointers (*f),(*i) in print_divide_meter_into(&meter,&yds,&ft,&ins); /*--------------pnt02own.c------------ ---1 inch = 2.51...
3
by: RobofNZ | last post by:
Hi Guy's, I'm a little new to the .NET enviroment but need to put together a custom sink chain for a mini project I've got.... The problem that I'm having is that the system needs to be more...
0
by: NiTiN | last post by:
Hi! I'm using the Microsoft Enterprise Library 3.1 for logging with the Enterprise Library Configuration tool. I've seen a couple of screenshots for the configuration tool, but I can't seem to...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.