fantomel Posted August 18, 2009 Share Posted August 18, 2009 Hello recently i've read on a blog about a layout coding technique using diplay as table.. it's been a long time since i've coded in css but should i use that technique or stay on the older coding style ? Quote Link to comment Share on other sites More sharing options...
haku Posted August 18, 2009 Share Posted August 18, 2009 Styling and layout should be done in CSS. But using display:table is mostly futile, as IE doesn't recognize it. Which is unfortunate, seeing as it's really handy. Quote Link to comment Share on other sites More sharing options...
fantomel Posted August 18, 2009 Author Share Posted August 18, 2009 yes i've googled and found out that it is not very supported too bad:( because.. it is very useful. wasn't sure... and needed the advice of someone who know's more thank you. Quote Link to comment Share on other sites More sharing options...
SuperBlue Posted August 19, 2009 Share Posted August 19, 2009 I've had some problems in the past by using it, even Firefox had a problem, where it would "throw things" around randomly on the page, atleast i suspect that of being the source. Simply clicking the refresh button would fix it however. Its some time ago now, so they might have fixed it in newer versions. I don't know if its supported by newer IE versions, but i would say, due to better "tested" alternatives, its best to avoid currently. Quote Link to comment Share on other sites More sharing options...
TheFilmGod Posted August 19, 2009 Share Posted August 19, 2009 display: table = float: center (if something like it existed). This would be EXTREMELY HELPFUL. 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.