CSS, short for Cascading Style Sheets, is a language used to control the presentation (including colors, layout, and fonts) of HTML and XHTML documents.

learn more… | top users | synonyms

1
vote
2answers
107 views

Google Cache CSS and HTML files are out-of-sync

I am monitoring the cached version of the main page of one of my sites. I have noticed something strange. Obviously, the cached pages is displayed with the latest CSS file. Yet, the page content is ...
2
votes
0answers
46 views

Design scrollable table structure [closed]

I'm currently looking for a way to design a table structure with HTML and JS which should be Horizontally Scrollable (It has to be possible to dynamically add new columns) Tolerant to changing sizes ...
0
votes
0answers
151 views

Display RokNavMenu as a two-tier menu system [closed]

I am trying to modify the was RokNavMenu displays its dropdown menus. Assuming a 3-level menu, I need to have level 1 and level 2 be horizontal and level 3 drop down from level 2 This image shows ...
4
votes
2answers
1k views

Download CSS with all referenced files

Is there a tool that allows me to point to a CSS URL, and recursively download the CSS, as well as all the image and @import urls referenced within it? For example, if the CSS is at ...
0
votes
0answers
185 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 ...
2
votes
6answers
9k views

How to make background image black and white?

Are there any filters that would make background image black-and-white? I have an image set as the background image using css, but now I need to apply a filter so that an image is shown in black and ...
1
vote
2answers
2k views

Slideshows in elastic or fluid layouts?

I'm building a new WordPress TwentyTen child theme using the ElastiCSS framework ( http://elasticss.com/ ) and am trying to figure out the best way of using some sort of dynamic content slideshow. ...
-1
votes
1answer
56 views

How to make stretchable web layout using images [closed]

I want to develop a webpage. The dimensions of psd that is provided is 1980 x 1280 px. There are lot of background images in it. I have to develop a stretchable design with no scroll. How I can make a ...
0
votes
0answers
265 views

Modern and sexy site without slider bar? [closed]

This might be a bit general question but is just something I wonder myself and I want to share it with you guys to see what you think about all this tendencies. Lately I had designed some product ...
3
votes
2answers
168 views

Implementing inline editing for a web order form without using Javascript

As the title states, I'm trying to find a good solution to implement inline editing for a web order form with just HTML/CSS. The only mediocre solution I have right now is this -> ...
0
votes
0answers
370 views

Simple CSS overlay/popup [closed]

Hey I got a really simple question (though quite confusing to me). Its technical but I figured it would be no problem for alot of the people on here so please bear with me and I would appreciate so ...
1
vote
1answer
211 views

Responsive design best practice: Duplicate html elements for media querying and SEO impact?

I have a page with, in order of html appearance, a figure tag, headgroup tag, and an article tag. In order to make a page's design responsive using media queries, I need a different order for ...
2
votes
3answers
120 views

Can CSS button code be copyrighted?

I used this website which allows you to customize the color, width, height, and other stuff which is generated afterwards and then you can copy the code. I checked the website and didn't see any ...
5
votes
1answer
102 views

buttons (text or images)

I would like to know if I should create CSS buttons or image buttons for my site. What is better? Problem is that the text is formatted with Helvetica Neue ( I like that font very much) and I can't ...
0
votes
0answers
105 views

WYSIWYG CSS-editing? [closed]

Are there any apps or browser extensions that provide rudimentary CSS-editing via WYSIWYG? For example I would like the tool to let me resize any box DIV on a page by selecting it and then dragging ...
2
votes
1answer
21 views

Apply CSS to a particular page element in Firefox

Is there a Firefox extension that will let me simply select a visible element on a page, get a CSS selector referring specifically to that element (as the Firefox Web Developer extension already ...
0
votes
0answers
14 views

Is there an official CSS or HTML property/attribute to show a table with rows+cols swapped? [closed]

Is there an official CSS or HTML property/attribute to show a table with rows+cols swapped? I.e. I write the code one way, but it shows with rows swapped with columns. Searching google only finds me ...
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?
0
votes
0answers
40 views

Professional looking sites [closed]

Apologies for the somewhat generic question here but I'm starting to design a site and am at the stage where I have most of the basic layout of the page done. But there seems to be something lacking ...
0
votes
0answers
22 views

Initial Loading Problems on Website [closed]

I'm having issues with my website's loading. Here's the link: filmblurb.org When you point to the URL in the browser and it initially loads, the CSS looks glitchy, the text and images look funny and ...
0
votes
0answers
21 views

Problem with shadow class in css [closed]

I was making my first site with php and jquery. I was trying to include this in the website : http://tympanus.net/codrops/2011/09/05/slicebox-3d-image-slider/ But I can't get the shadow and ...
2
votes
2answers
129 views

Use of rare fonts on the web

I have just been peeking at the source code of a web page. I notice that there is a CSS rule that defines what seems to be a rare font for some nice-looking subheadings. Html (Source file) ...
0
votes
0answers
25 views

Suggestion about this menu [closed]

All i want are suggestion about this menu: Do you have some suggestions about the css that i should apply to make it look more beautiful? http://i.stack.imgur.com/5John.jpg This is the code to make ...
8
votes
4answers
6k views

How do you save/export changes made in Firebug?

Using Firebug to edit CSS, how do I save/export changes made to the CSS? TOOLS: Firefox, Firebug MAJOR UPDATE: If you know of a way to lock the forward/back/refresh on a FireFox tab, please let me ...
-1
votes
1answer
570 views

How to retrieve an image from MySQL database and display the image as background on body? [closed]

How do I retrieve an image from MySQL database (I know how to display image by retrieving from database but here i want to display differently) i.e. display the image as background on body and image ...
0
votes
1answer
396 views

Font-size in firefox is bigger than is should

I defined in my CSS file font-size property for the body body { font-size : 12px; } I wanted to have the size of font the same as in http://www.stackexchange.com site. It works in chromium ...
7
votes
3answers
334 views

Directory structure for a website (js/css/img folders)

For years I've been using the following directory structure for my websites: <root> ->js ->jquery.js ->tooltip.js ->someplugin.js ->css ->styles.css ...
11
votes
8answers
1k views

CSS style viewer/tester

Is there a site out there that has a bunch of typical html for seeing what the css looks like once applied? I mean, something full of table, a, div, span, p, whatever. You go there, paste in your ...
1
vote
1answer
94 views

Custom per domain CSS in Internet Explorer

We have an old web app, which would be much more usable if it could be visually tweaked a bit. Being in a corporate environment - IE (always using the latest version) is all I can use. Also app in ...
3
votes
1answer
348 views

CSS framework that support Internet Explorer 6, 8 out of the box

I am developing a new web application that must support Internet Explorer 6 and 8 (it's a strict requirements). I planned to use a CSS framework (like Twitter Bootstrap). However, it did not support ...
1
vote
2answers
62 views

How to hide a piece of code from a wordpress web page?

I installed a plugin called Sociable on my Wordpress website. It displays social media share icons below each blog post, but on my website it's also showing up in the footer. Like here ...
5
votes
5answers
968 views

How to find the exact font used by the browser

I have used the css style sheet as font-family:arial,helvicta,sans-serif,etc... in a php file when i checked it in browser i dont know which font it is using from the font-family . i wanted to know ...
0
votes
1answer
133 views

Is it possible to design website using tablets? And Which tablets support XAMPP? [closed]

I am trying to ditch my laptop for a tablet, and be able to practice PHP, HTML, CSS on the fly. But, I don't know which tablet to buy that can support even basic apps like Notepad++ and XAMPP.
1
vote
1answer
42 views

Is there a general rule of thumb for which browsers to optimize your site for? [duplicate]

Possible Duplicate: At what visitor share do you stop supporting a given browser? I have a site (recently relaunched it with a new design) that I have put off optimizing for ie7 for far too ...
1
vote
2answers
152 views

Formatting HTML lists using CSS

I'm trying to recreate list in HTML which has clauses and subclauses like this: 1. Main Clause (a) Sub clause (b) Sub clause 2. Another main clause (a) Sub clause The problems I'm running ...
5
votes
3answers
3k views

Numbered list with subclauses

I'm trying to create a legal document with decimal numbered subclauses, then alpha and roman subsub and subsubsub clauses. (whew!) `1. MAIN HEADING 1.1 This is an example of a sub-clause and you can ...
7
votes
4answers
419 views

How to go about unused CSS issues

I am running some speedtests on a blog, and I always get complaints about unused CSS. But this is not CSS that I never use, it is just not used on that particular page. Now I work in a structured ...
0
votes
1answer
96 views

Weird CSS-behaviour [closed]

<!DOCTYPE html> <html> <head> <title>PakHet</title> <link rel="stylesheet" type="text/css" ...
2
votes
2answers
486 views

CSS Intelligent Merger

I am looking for a tool very similar to http://www.tothepc.com/archives/combine-merge-multiple-css-files/ However, given this example: test1.css: #admin { background: #c9d2dc; border-color: ...
0
votes
0answers
24 views

Affiliate marketing or Adsense? [closed]

Affiliate marketing vs Adsense, which worths the trouble engaging in? Affiliate marketing, does it really work?
1
vote
0answers
28 views

I am located in a 3rdWC, does it matter for venture capitalism (US)? [closed]

Can one who lives in a third world country (with a promising project) go for a venture capital round with the likes of Ycombinator etc?
2
votes
2answers
4k views

How to show a preview thumbnail on Facebook of a imageless website?

I have recently designed a website with no img tags, only one big fat CSS sprite with everything in it. Though, when I try to publish that website on Facebook, it won't show a preview thumbnail — ...
6
votes
2answers
2k views

Why The W3C CSS Validation Service is showing Value Error : font / is not a font-family value : 11px / 14px “Trebuchet MS”,sans-serif

I tried to validate my css code using W3C tidy and the w3c website is showing me the error that Value Error : font / is not a font-family value : 11px / 14px "Trebuchet MS",sans-serif So ...
-3
votes
1answer
60 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 ...
0
votes
0answers
35 views

How to Organize Subdirectories? [closed]

I am working on my first major (several hundred pages) website design and development project. I want to create subdirectories for each of the website's categories, which in turn have their own ...
0
votes
1answer
21 views

Newer constructs are recommended [closed]

The World Wide Web consortium now regards the tag as outdated. Newer constructs are recommended.What's new?
0
votes
1answer
2k views

jQuery Vertical Tabbed Content [closed]

I need some kind of vertical tabs for switching content. You can find such tabs at microsoft.com (under main large banner). The main problem that I saw such tutorial recently but I forgot to bookmark ...
6
votes
2answers
1k views

Google Chrome for Mac, CSS colors and display profiles

So, I'm aware that some browsers correct the colors in images in accordance with system settings, and that browsers differ in how they do this. But I'm very surprised when a color specified in a ...
1
vote
4answers
2k views

Good free CSS Sprite for icons

I am working on a small project where I need some of the basic icons: edit, favorite, delete. You know them. Now i can download them all seperate, and put them together in a sprite, but I was ...
11
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 ...

1 2 3 4 5 9