CSS3 is an abbreviation of Cascading Style Sheets level 3. CSS is a language for describing the visual presentation of documents described by a markup language. The markup language most commonly used in conjunction with CSS is HTML (Hyper Text Markup Language).

learn more… | top users | synonyms

-2
votes
0answers
40 views

horizontal scroll section within a parralax slide [closed]

HI I have a parralax site that consists of 4 'slides'. One of the slides is for my portfolio. Unfortunately I can't get all the items in the portfolio to fit on the slide. I am wondering if a can ...
3
votes
1answer
24 views

What's the threshold for creating data URI in css?

I'm interested in benchmarking, or best practices. I have 10 icons on my website. They are all background:url(..) no-repeat; Assuming sprites are not the answer (for any god given reason) how big or ...
0
votes
1answer
36 views

suggested ways of handling font-face and minification [closed]

I have a css file with a font-face section in it. Are there any known issues around using minification tools from google/yahoo when applying them on a css file with a font-face section. If so, what ...
2
votes
0answers
30 views

CDN for zocial css file [closed]

I am looking to use zocial css file for a site and need to figure out if any CDN hosts this file. If not, I will resort to using the local server (or my own CDN package). I do not think relying on ...
2
votes
2answers
55 views

Do I need a brand new template for mobile web-app?

I've a web-application currently serving only desktop clients. I will be creating a mobile-friendly version of the application. I am wondering: Do I need to create the design from scratch and use ...
1
vote
1answer
163 views

why isn't mozilla rendering my custom fonts

I working on a website - goodmorninghomes.com The site looks perfect in all browsers including internet explorer but not in mozilla and the problem is the different fonts. I have included some custom ...
0
votes
0answers
15 views

How can I improve this hover state? [closed]

Any ideas on improving this hover state of an image? The image is of a surfer and I am showing basic information about him. I want ideas on improving the box which displays that information. Currently ...
1
vote
0answers
40 views

@Viewport @media use for input type?

I've searched high and low for some way to setup my HTML5/CSS3 for various devices. Going by screen resolution isn't the best route because some times the screen size of one device is the same as ...
-3
votes
1answer
58 views

I want to be a freelance web designer. What other up to date technologies/skills would you add to this list? [closed]

Technologies I need to know: HTML, HTML5, CSS, CSS3, jQuery, CSSLESS, ASP.NET, SQL, WordPress, PHP Skills needed: media querys/responsive design, browser compatability, graphic design, user interface ...
2
votes
2answers
60 views

How and where to place - css, html and images in email to make it a HTML email? [closed]

How and where to place - css, html and images in email to make it a HTML email? I have seen many advertising emails in my inbox and I am curious to know how does the email body display the HTML.
0
votes
4answers
162 views

Web development and tips for building a website and the advantages of using HTML 5 in the site [closed]

I am trying to make a website for my college, and the program starts from jan 13 and we get 15 days of time to develop a running site. The best site will become the college site. I am participating, ...
3
votes
6answers
425 views

Is it a good idea to design website with HTML 5 and css3?

New HTML5 and CSS3 introduced lot of new features,although it is not completely supported by most of the browsers.Is it a good idea to design a website using HTML5 and css3? and for browsers which ...
0
votes
0answers
26 views

Site looks jacked in IE [closed]

I'm helping a friend fix up his site. It uses a few CSS sprites. I didn't think these would be a problem in IE, but check this site out in IE9 and you'll see the problem. http://rattscallion.com/ I ...
0
votes
0answers
90 views

IE CSS3 Compatibility issue using PIE.htc [closed]

A web site I am responsible for, nciml.org, was recently re-designed. The new design is posted at nciml.org/newlook. I am very happy with the new design when viewed in most modern browsers. But ...
0
votes
0answers
179 views

Some new idea/example for making an amazing slider control [closed]

I am looking for a nice/original way for making a nice Slider control. For example I was thinking to a Slider control that is able to show different image when changing the values. <input ...
16
votes
9answers
671 views

Technical website - Should I assume that my visitors will use a modern browser?

I am in the process of creating my own website, which will include a technical blog. I want to build my website using modern technologies such as HTML5 and CSS3. Since my website will be targetted ...
7
votes
3answers
5k views

If I have only WOFF and EOT, what browsers am I supporting with @font-face?

We're looking at buying a font which only allows its use on the web in the provided formats: WOFF and EOT. I'm not sure what browsers those work in and can't seem to find up to date information. What ...
2
votes
3answers
312 views

what's a good jquery-based content slider?

I've searched around there's so many but none seems to fit the requirements. so here is what i'm looking for: - needs to be lightweight (10+kb of JS just to slide images around is an overkill in my ...
2
votes
4answers
319 views

Javascript slider with fade [closed]

I've been scouring the web for a slider that offers a particular effect, but I can't find one. I'm hoping that someone here will be able to help out... Specifically, I need a slider that will slide ...
1
vote
0answers
56 views

What are some CSS3 frameworks available? [closed]

I never knew about the idea of a CSS framework until I found Twitter's Bootstrap (http://twitter.github.com/bootstrap/) on StumbleUpon. What are some of the other good CSS frameworks out there?
2
votes
1answer
504 views

How to enable media queries on IE < 9

I am trying to add support for media queries in older versions of Internet Explorer, but I am not having any luck. I only need media queries, so I do not want to add a big package like Modernizr, I am ...
6
votes
4answers
4k views

Responsive Design: Which Framework Should I Use? CSS3 & HTML5

I've been looking for a suitable set of HTML5/CSS3 foundation files to start new projects on. I started off piecing together my own files, but I believe I might be better served in finding a solid and ...
6
votes
3answers
819 views

Hiding and Showing Google Adsense blocks with Media Queries

Is this already acceptable in the Adsense ToS? (can't find any information on this specific case). If the user resizes the browser (css 3): @media screen and (max-width: 980px) { #skyscraper { ...
0
votes
1answer
110 views

Downsides for adapting a site to HTML5/CSS3? [duplicate]

Possible Duplicate: Should I use HTML5 and/or CSS3 to build my website? I've been wondering if there are any serious downsides for switching a websites code to HTML5/CSS3 now (browser ...
0
votes
2answers
788 views

Hangul calligraphy (TTF)

I want a nice hangul font. Can somebody indicate one ? Something elegant and beautiful like this England calligraphy: I would like to apply it using css 3: <!DOCTYPE html> <html> ...
7
votes
7answers
895 views

Can anyone list some real examples of 'HTML5' being used in the wild?

I am using HTML5 in the same way everyone seems to be using it these days, meaning: HTML5 tags, Canvas / 3D / javascript and CSS3. I am struggling to find examples of sites that are using these ...
4
votes
4answers
721 views

CSS3 Validation: Is it worth it?

I'm currently building a project, and I'm writing the site using HTML5 and CSS3. I have validated the HTML and it passed first time (very pleased as it was my first time coding HTML5!). And then I ...
0
votes
1answer
489 views

How to Conditionally Load @Font-Faces via CSS3? [closed]

Curerntly, when you use a beautiful font, like for example the multiligual Calibri fotn (a win7 font), then it even downloads eventhough a user has the font already installed, when i use the following ...
0
votes
4answers
2k views

CSS3 Background Gradient Fixed

I'd like to make my CSS3 background gradient fixed. Any suggestions?
3
votes
6answers
729 views

Which is faster, adding rounded corners to images, or adding rounded corners in CSS

Which of the following will load faster, Creating a square image and adding rounded corners via CSS Adding rounded corners to the image by default and not using the extra css. Also, if 2 is ...
16
votes
3answers
5k views

How to enable CSS3 features in Internet Explorer 6, 7 and 8?

While IE9 looks very promising, IE6, IE7 and IE8 will probably haunt us for many years to come, slowing the spread of CSS3 on the web. A number of projects based on HTC and JS add some CSS3 support ...
10
votes
3answers
1k views

Can CSS be copyrighted?

I know CSS on a website is protected under the website's copyright since it is considered part of the overall design. I also know that images used inCSS are copyrightable. How about when CSS is used ...
20
votes
10answers
1k views

What is new in HTML5/CSS3?

I've seen this site and this site, but that's a lot to digest. What are the main things about HTML5 that make it different/better than regular old (X)HTML/CSS?
13
votes
8answers
3k views

Should I use HTML5 and/or CSS3 to build my website?

The new HTML5/CSS3 (Web8!) stuff sounds cool! Should I start using it now or stick with css/xhtml wait until more browsers can use it?