IE divs when data is more than 100% -- please help!
Hi,
I'm working on a page where the 2 divs are placed next to each other. The page looks ok in IE 6 if the content is within 100% but if the content spills out of the range then the 2nd div shows up on the next line below the first div... how can I fix this? It works just fine in FF.. thanks!!
Here's the code ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang='en'>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=ISO-8859-1'>
<title>Untitled</title>
<style type="text/css">
body {
font-family: arial, verdana, helvetica, sans-serif;
margin: 0px;
padding: 0px;
text-align: center;
font-size: 13px !important;
background : #fff;
}
Bookmarks