dan_t Posted December 1, 2008 Share Posted December 1, 2008 This is probably a dumb question, but can you do a table with CSS? Also I heard you can put a background image in a table. How? I would like to see what that looks like. Quote Link to comment Share on other sites More sharing options...
dropfaith Posted December 2, 2008 Share Posted December 2, 2008 tables and css is kinda pointless for the most part you can style them with borders and things like that. but really css should be about divs if you know css use divs for your layouts Quote Link to comment Share on other sites More sharing options...
haku Posted December 3, 2008 Share Posted December 3, 2008 You can create a table in HTML and style it with CSS, as dropfaith said. You can also get any element to act like a table-cell using the css: display: table-cell; (and other related table displays). However, these are not supported by IE up to version 7, so they are pretty much useless. Apparently IE8 will implement this CSS, but with the huge majority of IE users using IE6 and IE7, the reality is that this CSS is still mostly useless for the next bunch of years, as you would have to re-code the site for those users anyways. Quote Link to comment Share on other sites More sharing options...
dan_t Posted December 12, 2008 Author Share Posted December 12, 2008 Hi, Thanks haku. I think I have some pretty decent stuff in the works, For an amatuer that is. 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.