graybox
1 year ago
also, don't be afraid of using JavaScript to emulate the old janky DOM manipulation Dreamweaver did. MM_DragLayer() my beloved...
rbuchanan
1 year ago
Just present gargantuan JPEGs via img elements with numerous, intricately specified ismap attributes, lol
graybox
1 year ago
why used a gif of a striped background if you can layer 4 background-gradients on top of each other?
i give up on this whole "clean CSS" thing cause oh my FUCK. ive spent more time trying to get rid of repetition than actually designing anything
yeah, trying to have "clean css" is hard. i have like 5 seperate CSS files, i tried to put them together before but it just doesn't work, so i just swept it under the rug
I've managed to make it work easily with just a small amount of CSS, however I have to be careful or else it is a mess to update/change anything (not to mention, I'm intentionally trying to keep my layout simple)
i just don't bother
i'm the only person using/editing the code anyway so it doesn't matter
Style sheets are WAY less clunky if you minimize all those newlines and tabs (which I have never understood) and format each selector on a single line