Tagged Questions
1
vote
1answer
96 views
Combining position: relative with float in CSS
I have always thought of position: relative and float: left as different tools that should be used separately, with some features that overlap. position should be used for positioning things relative ...
-1
votes
5answers
326 views
Web programming most effort? [closed]
To create a website
I create Psd Files for the design (Phase 1)
I Convert these Psd's to html/css static webpages (Phase 2)
I add some javascript to these webpages (Phase 3)
I start the IDE "visual ...
1
vote
1answer
131 views
Should I provide fallbacks for HTML5/CSS3 elements in a web page at this point?
I'm wondering if I should bother providing a fallback for HTML5 tags and attributes and CSS3 styling at this point in time.
I know that there's probably still a lot of people out there who use older ...