Tagged Questions

5
votes
5answers
983 views

Are there reasons to still use the “@import” css rule?

I recently came across a use of the @import rule on Coda.com. They're actually using to import the main style sheet for the site, specifically the format: <style type="text/css" media="screen"> ...
3
votes
3answers
181 views

CSS better to change cursor on hover, or on stateless?

Say you, or I, have coded an HTML element... <a id='hydrogen' href='#'>H</a> ...and some :hover CSS... #hydrogen:hover { background:red; } ...and now we want to put a fancy hand ...
1
vote
2answers
98 views

Website not rendering properly on boss's computer / browser, but all others seem to work fine. Help?

I'm a university student, and just built my first website for an internship. We are approaching the launch of the site, however during my debugging process I've found that of all places, it doesn't ...
0
votes
2answers
49 views

I can't load my CSS-file?

I am PHP programmer now. And I am writing new project. When I want to load file using: <!DOCTYPE html> <html> <head> <base href="http://quest.my/" /> <title>Quest The ...
0
votes
3answers
77 views

Webdev - datepicker GUI recommendations/inspiration

As a user, I generally don't like working with calendar GUI (e.g. on airline booking pages). Too often, they feel clunky, difficult, and unfriendly. I'm coding a calendar now (again) and I'm looking ...