erichmond
02-09-2007, 04:15 PM
I have padding or background colour issues between browser - not sure which my css is
.ContentPane img { /* Provides the image container styles for the content area */
float: left;
border: 1px solid white;
background-color: #96ACC3;
padding: 5px;
margin-bottom:10px;
}
can any tell me why IE is rendering differently to FF? image below
http://www.squareonemd.co.uk/foralaugh/ff.jpg http://www.squareonemd.co.uk/foralaugh/ie7.jpg
.ContentPane img { /* Provides the image container styles for the content area */
float: left;
border: 1px solid white;
background-color: #96ACC3;
padding: 5px;
margin-bottom:10px;
}
can any tell me why IE is rendering differently to FF? image below
http://www.squareonemd.co.uk/foralaugh/ff.jpg http://www.squareonemd.co.uk/foralaugh/ie7.jpg