Hey guys I'm having a couple of issues with floats with this site i'm designing
http://zanthus.co.uk/VBG/membership.html
The photo is a float and the text isn't
what is forcing the text over like that ?
thanks for any advice
The photo has these properties:
#image1 {
float:left;
position:relative;
top:25px;
left:25px;
width:240px;
height:190px;
}
and the text has these:
#membershipcontent {
background-color:#e9e8e5;
border-radius: 15px;
width:650px;
height:600px;
position:relative;
font-family:"Arial Black", Gadget, sans-serif;
top:25px;
left:285px;
padding:10px;
margin-right:35px;
margin-bottom:35px;
}
Thanks
Craig
http://zanthus.co.uk/VBG/membership.html
The photo is a float and the text isn't
what is forcing the text over like that ?
thanks for any advice
The photo has these properties:
#image1 {
float:left;
position:relative;
top:25px;
left:25px;
width:240px;
height:190px;
}
and the text has these:
#membershipcontent {
background-color:#e9e8e5;
border-radius: 15px;
width:650px;
height:600px;
position:relative;
font-family:"Arial Black", Gadget, sans-serif;
top:25px;
left:285px;
padding:10px;
margin-right:35px;
margin-bottom:35px;
}
Thanks
Craig