Hi Guys,
I hoping someone would be able to help me with this. IE (as usual) is giveing me grief!!
The easiest way to explain is going to be to show you.
Look here:
In FF the RED content box fits snugly where is should do
but in IE it doesn't fit and goes onto the next line. grrrrr!!
I cant seem to sort it.
heres my css:
Can any one solve it??
Thanks
Ele Beezzzzzzzzzzzzzzzzzzz
I hoping someone would be able to help me with this. IE (as usual) is giveing me grief!!
The easiest way to explain is going to be to show you.
Look here:
In FF the RED content box fits snugly where is should do
but in IE it doesn't fit and goes onto the next line. grrrrr!!
I cant seem to sort it.
heres my css:
Code:
/* THESE THREE DIVS ARE THE CULPRITS */
#bodyblock
position:relative;
background: #ffffff;
color: #333333;
width:760px;
padding:0;
}
#l-col {
float:left;
background:#FFFFFF;
width:275px;
}
#cont {
width:485px;
background:#ff0000;
color: #333333;
}
/* THESE THREE DIVS ARE THE CULPRITS*/
body {
margin:5px;
background:#FFFFFF;
color: #333333;
text-align:center;
padding:0;
}
#outer {
text-align:left;
border:2px solid #6B124E;
width:760px;
margin:auto;
}
#hdr {
height:128px;
background:#FFFFFF;
color: #333333;
}
#bar {
position:relative;
height:12px;
background:#FFFFFF;
color: #333333;
overflow: hidden;
}
#barr {
position: absolute;
right:4px;
top:0px;
background:ffffff;
}
#ftr {
height:25px;
background:#c0c0c0;
color: #333333;
border:solid black;
border-width:1px 0 0 0;
margin:0;
}
Can any one solve it??
Thanks
Ele Beezzzzzzzzzzzzzzzzzzz