jkkenzie Posted December 21, 2009 Share Posted December 21, 2009 I have been having problems with DIV , is it useful? when the browser is resized or restored to a screen size the items on DIV overlap and make the page ugly. Any idea? Quote Link to comment Share on other sites More sharing options...
haku Posted December 21, 2009 Share Posted December 21, 2009 Yes they are useful, and no, I have no idea what your problem is. Quote Link to comment Share on other sites More sharing options...
vinpkl Posted December 21, 2009 Share Posted December 21, 2009 I have been having problems with DIV , is it useful? when the browser is resized or restored to a screen size the items on DIV overlap and make the page ugly. Any idea? you must be using absolute positioning for your divs. provide us code or page to the link to review the problem. vineet Quote Link to comment Share on other sites More sharing options...
lAZLf Posted December 24, 2009 Share Posted December 24, 2009 I have been having problems with DIV , is it useful? when the browser is resized or restored to a screen size the items on DIV overlap and make the page ugly. Any idea? you must be using absolute positioning for your divs. provide us code or page to the link to review the problem. vineet I've also noticed that on my website, when you zoom out from the page and everything is smaller, my div's positioning is slightly messed up, and i'm using position:relative. Quote Link to comment Share on other sites More sharing options...
jkkenzie Posted December 29, 2009 Author Share Posted December 29, 2009 even if you use relative or abosolute, they tend overlap other contents unless they have been put inside a table cell designed specifically for it. Quote Link to comment Share on other sites More sharing options...
JustLikeIcarus Posted December 31, 2009 Share Posted December 31, 2009 relative positioning is less likely to overlap unless you are using negative margins or top/left/right declarations. Regardless it is inpossible for us to even begin to help without your code. Quote Link to comment Share on other sites More sharing options...
jkkenzie Posted January 26, 2010 Author Share Posted January 26, 2010 Is it possible to have DIV used entirely on a site? Must they be inside a <td> ? Quote Link to comment Share on other sites More sharing options...
haku Posted January 26, 2010 Share Posted January 26, 2010 No, you don't need tables at all (unless you have tabular data, i.e. two categories being cross referenced). For that matter, you shouldn't be using tables for the most part. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.