February 20, 201214 yr My link can someone please look at the link and let me know what i have done wrong. I need the blue box to be on the right hand side of the slide show. But for some reason cant get it to work thanks
February 21, 201214 yr Your right side floated div containing the blue box is inside your left side floated div. It should be more like div.main div.slideshow.left all the ungodly slidecode in here /div.slideshow div.right whatever that blue box is /div.right .clearfix /div.main Use a real clearfix though, the one you have at the moment won't help you much. You're also using the id="main" twice on the page.
February 21, 201214 yr Author i dont know what you mean i have played around and its still not working My link
February 22, 201214 yr Float the divs. This is the bedrock of creating modern sites, you really need to take a step back and learn what you are doing rather than mashing a few scripts together then coming to a forum to ask someone to do work for you.
February 25, 201214 yr Author i have copied what was said and got the box floating to the right but cant get the blue box to the side of slideshow
February 25, 201214 yr i have copied what was said and got the box floating to the right but cant get the blue box to the side of slideshow First you need to float it left and not right! then remove the clear:both and set the width to auto instead of 500px. then go to your script and wrap it so that you can get the desired with through there instead, that should solve your problem. also add a <div> footer with clear:both instead.
February 25, 201214 yr Author excellent thank you berteldk, that has sorted it, i knew it would prob be something really simple thank you again
Create an account or sign in to comment