Slashdot Mirror


User: raphael75

raphael75's activity in the archive.

Stories
0
Comments
51
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 51

  1. Re:Dont' bash CSS... on Styling Web Pages With CSS · · Score: 1

    I work as a front end web programmer for one of the world's largest ministries. We have 4 major websites. I haven't found anything that can't be done with CSS. If you really understand how div's work you can do anything with CSS.

    Tables are a relic, although I agree with the other posters that for stuff that's purely tabular data tables are fine. Although there is display:table... ;)