|
Bro, css is turning out to be the biggest cluster fuck of all times. I changed all my shit over to pure css a few months ago. Then spent a tremendous amount of man hours trying to get it to work correctly in all browsers. Then...when I finally got it (three colum layout is the hardest of them all) I realized that the columns made in css DON'T resize when the browser window does! So if someone had the window not full screen then parts of the fucking content was overlapping itself.
After researching, reading, consulting, experimenting, and basically wasting a huge part of my life...I went back to a table setup using css for styles. But with the tables still intact.
Guess what? The site looks like it should in every browser and at every screen resolution, etc.
My thought is that until they come up with a single standard for browsers, markup language (there is a new html coming), and css...nothing is ever gonna work "right"
|