Tagged Questions

5
votes
5answers
954 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"> ...
1
vote
2answers
87 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 ...
1
vote
4answers
138 views

jQuery :hover Div to reveal Sibling

I have the following in jQuery // Larger sidebar images fades in on :hover $("#left_sidebar .img_contain").hover(function(){ $(this).find(".larger_img").fadeIn("slow"); ...
0
votes
4answers
93 views

Besides Rails, what are other popular web dev tools, frameworks, libs for Ruby?

ORMs, HTML Templates, URL mappers? I'm new to Ruby and I'm wondering what other options are there for web development other than Rails.