Click to See Complete Forum and Search --> : Image and text clash


Hellusius
09-07-2008, 03:47 PM
Hello Webdevelopers,

I am trying to get the image not to clash with the text, however this has not been succesfull as of yet, I am not quite sure how to handle this, the page regarding this matter can be found here (http://wow-portal.nl/divinity/divinityvault.php)

Much appreciated for any tips

scragar
09-07-2008, 04:19 PM
position: absolute = Very bad idea

that breaks the box model and makes it near impossible to fix the problem your having

the solution is to not have that sort of thing in your code, I'm not sure how you could get the same layout, but may I point you to some documentation for float (http://www.w3schools.com/css/pr_class_float.asp): right (http://www.w3.org/TR/REC-CSS2/visuren.html#floats)