CSS, short for Cascading Style Sheets, is a language used to control the presentation of HTML and XHTML documents.

learn more… | top users | synonyms

1
vote
4answers
193 views

Starting responsive web design from desktop planning? (project time crunch)

Backstory: Our product team has begun finalizing details for a user accounts project, which will be worked on in a fluid framework. But, responsive web design had just been brought up to the product ...
1
vote
2answers
153 views

Tag form interface

This is my form: I need some help because i have no experience with web interfaces. I would like it to be estethically pleasant without taking too much space (it's rendered several times for every ...
1
vote
1answer
746 views

CSS-based form display of data (not input controls) examples [closed]

I'm looking for examples for how to show data (not form inputs) with field name/field value on a form. Everything I find on CSS is always form INPUT fields. I'm looking for a css layout for form DATA. ...
1
vote
1answer
169 views

Search result template and readability

This is my current layout: The sentence on top means "Results in the WHOLE SITE for: abc" "Whole site" becomes the name of the section if you're searching in a single section. Then you see each ...
1
vote
3answers
255 views

Do you use a CSS framework? [closed]

If so - which framework do you prefer and why?
0
votes
2answers
109 views

How can I improve this simple form?

I have a simple form with 2 text fields and a searh button. I.e. something like this: I don't like the checkbox as it is. How could I improve this better?
0
votes
3answers
170 views

Different approach for this layout

Here's my form layout. Clicking the add school will add another form table at the bottom. And I think the "Add School" button is too long.. How can I improve this..
0
votes
2answers
900 views

How many CSS Files should there be for one website? [closed]

Well, the title is my question. I (the programmer) want exactly one for caching and compressing reasons but my designer keeps sending me separate files for each site. Maybe there's a designer point ...
0
votes
2answers
119 views

Different ways to show photo being selected with tag

I am trying to do a UI that show a photo (or box) being selected and tagged. For example: http://behance.vo.llnwd.net/profiles/59549/projects/3012199/8c0a114a08fa35bfbb0e6bc32936a525.jpg Original ...
0
votes
1answer
469 views

nice way to display data row by row

I often see many tutorials about how to make forms pretty, but I don't see as many showing how you can display the result in a pretty way. I mean, when the data has been input and you'd like to ...
0
votes
2answers
343 views

Improve the User Interface of Website [closed]

So I am using Visual Studio 2008, ASP.net 3.5, with the basic toolkit provided. Now I have made the GUI with a lot of functionality but the design is very basic and looks too old. I need to give it ...
0
votes
2answers
45 views

Red text for confirmation message [duplicate]

I'm working on a site which has its main colors as a dark red and carbon fiber as main colors. After an email is sent, a confirmation message is displayed. Would it be acceptable to make this ...
0
votes
0answers
68 views

How to choose a CSS Framework that fits me? Which criterias should I consider? [closed]

Since today, I wrote plain CSS and html. I always followed the evolution of CSS and HTML (and Javascript) so yes, I'm aware of the new features here and there. However, since I want to stop using ...
0
votes
0answers
86 views

Liquid vs responsive design [duplicate]

I have gone through this post but there is still one thing that confuses me. This is my understanding of the 2 kinds of layouts: Liquid Design For instance, i have a 3 column layout and i decide to ...
0
votes
0answers
148 views

Does css3 pie work with IE9 [closed]

Probably my second post on UX :) Just wanted to know if the css3 pie works with IE9? I'm not sure of the current version the site is running. But it does work on IE7 and 8 but not IE9. Any ideas? ...
-1
votes
2answers
124 views

What does ?v2 mean after a file extension [closed]

A site I get on allot has updated a few of their files, and I wanted to know the meaning of them. For example, their CSS, and majority of their images. Before their update, the file was called ...
-1
votes
2answers
2k views

Gallery of form Progress Tracker UIs for web apps? [closed]

I'm building web UI for a "wizard" workflow with 4 sequential steps-- users proceed in order from Step 1 through Step 4. I'd like to include a progress indicator showing the user where in the ...
-1
votes
5answers
1k views

Mixing percent and fixed CSS [closed]

I cannot delete the question but I have moved it to SO: http://stackoverflow.com/questions/3600204/mixing-percent-and-fixed-css Should you ever apply percentage and fixed CSS together? Will it cause ...
-1
votes
0answers
16 views

.animate not working along with .mouseenter/.mouseleave events? [migrated]

I have a div as follows. html: <div id="leftdock"></div> css: #leftdock { position: absolute; float:left; height: 400px; width: 200px; margin-left: -50px; ...
-2
votes
1answer
804 views

Use of typekit fonts [closed]

I was wondering if Typekit fonts are used on any big sites. I know on their site https://typekit.com/ it says Twitter and NYTimes use it, but actually checked out the source on their pages, it doesn't ...
-2
votes
3answers
503 views

XHTML / HTML / CSS or HTML5 and CSS3 [closed]

Should I learn HTML / XHTML / CSS first, or should I just dive into HTML5 and CSS3? I am a bit confused about this process. I do know basic HTML / CSS, but am planning on re-learning everything these ...
-2
votes
1answer
83 views

Using media queries what are the best breakpoints for desktop, tablet, and mobile [closed]

If I am using media queries to change the layout of my site, which width 'breakpoints' should I set e.g. @media all and (min-width:500px) { … } for desktop, tablet, and mobile versions of my site?
-3
votes
1answer
1k views

metro style UI is too early or not [closed]

I think metro style UI is just beautiful and user friendly. It is suitable for both Tablet and PC. Should I make my new website design in metro style or conventional standard?
-3
votes
1answer
69 views

using custom css rules while surfing websites [closed]

Everyday I visit some websites regularly. Some of them have great content but terrible design. So is there a way to use custom css rules for that ones, without changing every time in Firebug? For ...
-3
votes
1answer
185 views

Is it bad to have two levels of drill-down data shown at once? [closed]

As a general rule of design is it looked down upon to have more than one div on top of the page contents? I have a table displaying a list of records. When one is clicked, another table is added ...

1 2