CSS, short for Cascading Style Sheets, is a language used to control the presentation of HTML and XHTML documents. Each CSS document is made out of rulesets preceded by a selector - a set of rules for matching HTML and XHTML elements, containing property-value pairs that defines the presentation of ...
0
votes
1answer
33 views
HTML + CSS Template [closed]
Possible Duplicate:
Where is the best place to find stock website templates?
I need some html + css templates (not for wordpress or any kind of cms) used for custom website.
It's not ...
1
vote
0answers
12 views
Incorrect float:left behavior with FireFox 9 & 10 [migrated]
We're having trouble with float:left behavior with what appear to be simple <div>s on Firefox 9 (and evidently also Firefox 10). Here's the screenshot:
The link to the currently misbehaving ...
1
vote
3answers
44 views
Releasing a CSS minification tool - should it be downloadable or accessable through the cloud?
I am thinking of releasing a CSS minifaction library, which has dependencies on other libraries.
Since CSS Minification is not something that occurs a lot (compared to optimising PDFs for example), I ...
0
votes
0answers
8 views
How to make engadget top stories featured? [migrated]
I want to know how to make top stories featured on engadget home page (engadget.com). Engadget has different image size on their homepage top stories, this confuses me how to make an homepage like ...
0
votes
0answers
15 views
CSS Margin or Padding - which renders faster? [migrated]
I would like to know which renders faster - margin or padding.
I know that they are different - padding is for inside and margin is for outside.
I ask this question because when I don't have specific ...
0
votes
0answers
27 views
Adding css class to a dynamically created row using java script [closed]
I have a jsp page in which rows of a table are added dynamically.
Here I am using a different java script than the one in my previous question.
Here I could add elements into table columns, but I ...
0
votes
0answers
15 views
IE shows run time error for innerHTML in jsp page [closed]
I have a jsp page in which rows are created dynamically to a table using java script.
It is working fine in all the browsers except IE.
In IE it is showing the error Unknown run time error..
I have ...
8
votes
4answers
206 views
Is there a way to compile LESS files to CSS (so that every browser doesn't have to)?
I'm considering using LESS but I cringe at the thought of a browser having JavaScript disabled and my CSS not being readable (and the site looking awful).
Also, it offends the engineer in me to force ...
2
votes
2answers
71 views
Is LESS ready for use in a production site?
I'm considering using the Twitter Bootstrap HTML/CSS templates which use Less (a sort of scripting language for CSS)
I've never used it so I was wondering if it's ready for "prime time".
0
votes
0answers
7 views
High density repeatable background [migrated]
So I have this webpage for smartphones. In the header I have the usual meta viewport:
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" ...
0
votes
0answers
12 views
How are the project titles aligned on this page [migrated]
Have a look at this page -
http://bilalh.github.com/projects/
The titles of the projects are aligned(vertically) together in both the columns. The positioning is done on based on div and the height ...
1
vote
1answer
28 views
clearing cache with cloudflare?
Is it possible to clear or avoid cloudflare cache while doing development?
I'm developing a site that has caching on several levels - wordpress supercache, the caching done by the browser, and ...
0
votes
0answers
21 views
Failing to design CSS frames [migrated]
I hope this is the right place to ask. I'm a beginner with CSS and I'm trying to crate a layout that is composed of a header and a mainframe, kind of like facebook.
This is from my CSS file:
...
1
vote
0answers
18 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?
0
votes
1answer
32 views
What is a valid XHTML replacement for <span> to style text inside a form? [closed]
I've a need of span within a form... but it doesn't validate, so I need a better substitute.
So, I've:
[1 text field] [some text] [2 text field] [submit btn]
When I use span for [some text], all is ...
0
votes
0answers
52 views
How is This Site Done? [closed]
https://squareup.com/
I would like to know how to do a site like the one in the link. Any help would be appreciated.
Thanks!
0
votes
0answers
21 views
CSS Hacks or JavaScript? [closed]
I would like to know which is better and why > CSS Hacks or JavaScript to solve css/layout problems.
I cannot decide my self and this is why I ask it here.
Thank you.
2
votes
3answers
148 views
Best and safest SEO way to hide h1 tags
I want to use images that I created in PS for page titles. Because they will be images they will not be picked up by Google, etc. What is the best practice for hiding the <h1>? I was planning on ...
0
votes
0answers
11 views
Highlight current link color on same page as content [migrated]
I have a list of items linking to anchors on the same page and I have been trying to highlight the current link selected because I have a fixed container div with my content beside the list with ...
0
votes
0answers
7 views
How to achieve shadows with text using CSS? [migrated]
How to manipulate with shadows (in CSS) to achieve following kind of effect with text?
0
votes
0answers
24 views
Table cells displaying unwanted padding in Firefox and IE [migrated]
I have two table cells. The first contains a link and an image ("CollegiateLink"). The second contains a form with an image for the submit button ("Pay Dues"):
In Firefox and IE, the cells have ...
3
votes
4answers
55 views
Element Css color changing that allows robust cycling through colors for comparison
I frequently find myself testing out new colors for elements (finding that one doesn't work with the rest of the color scheme). Unfortunately, the process when using even firebug or google chrome is ...
1
vote
0answers
26 views
Three-Column Gallery Layout [closed]
I've been trying to do the following 2 things, but have been unsuccessful. I know they're really simple, but I just can't seem to get them to work. Here's the website I started coding today.
1) I'm ...
0
votes
0answers
6 views
How to specify max-height = min(30em, window.height * 75%) in CSS? [migrated]
I have a div dialog, I want to limit its height no more then 30 lines of text, but also won't overflow the window. Can I?
Well, I guess I can't calculate min value in CSS...
0
votes
0answers
25 views
Using categories on navigation bar instead of pages [migrated]
Check this URL www.linuxstall.com. The top navigation bar has one page (about us). I want the categories there, not pages. How can I do that?
0
votes
0answers
7 views
margin-top doesn't work [migrated]
Here's a simplest html document. I specify margin-top at the h1 style. Here's the document:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ...
0
votes
0answers
7 views
How to move a widget as visitor scrolls down to the post? [migrated]
I have a post-share widget on my wordpress blog.
.post-share {
width: 80px; padding: 10px 0px; padding-bottom: 0; background: #ffffff; border: 1px solid #CCC;
-webkit-border-radius: 8px;
...
0
votes
3answers
96 views
Two column layout: table or CSS?
I'm making a site with two columns. Either of the columns can be larger than the other and they have different backgrounds. My problem in trying to do it with CSS with the clearfix trick, is that ...
0
votes
0answers
5 views
Background image css animate() within setInterval() function call in JQuery [migrated]
I have noticed a behaviour that I can't explain. I'm sure it must be my limited knowledge of JQuery/JavaScript.
When I run the following code on my webpage, everything works as expected - the ...
4
votes
3answers
77 views
Best semantic structure & SEO optimised approach for image replacement for badges?
In the past, I extensively used CSS image replacement techniques for SEO purposes and to separate presentation from content.
But from my reading of the Google Webmaster guidelines and other ...
1
vote
1answer
44 views
html to wordpress plugin
I'm looking for a plugin, or other stuff to convert (import) my html/css/javascript into wordpress quickly.
I've made some research about this but I've found a lot of solutions(tools,plugins) and I'm ...
4
votes
3answers
65 views
Adaptive websites - considered keyword stuffing by Googlebot? [closed]
Possible Duplicate:
Adaptive websites - considered keyword stuffing by Googlebot?
I work on a SEO-dependent content website, and we are in the process of making our site adaptive/responsive ...
1
vote
1answer
35 views
Adaptive websites - considered keyword stuffing by Googlebot?
I work on a SEO-dependent content website, and we are in the process of making our site adaptive/responsive. More technically, we are using CSS media queries to apply different CSS styles as the size ...
0
votes
1answer
33 views
Are there cases where max width of the design can be 960px for 960.gs grid?
I know the standard width of content should be 940px if you want to use all its columns properly. But are there cases where I should use 960px for content? I am just having a dispute with my colleague ...
2
votes
3answers
318 views
Need to use Helvetica in CSS
What's the most suitable font replacement technique - technically, legally and in terms of accessibility - to use a Helvetica font in my website? Up to now I've used sifr as a font replacement method, ...
0
votes
0answers
64 views
How do you customize a Facebook like box?
I've found a few articles that allow you to customize the Facebook like box, but it's mostly just background and border color. Is there a way to customize the text color on a facebook like box? and ...
0
votes
2answers
47 views
How can I automate the IDs of my HTML headings?
<h3 id="My_Heading">My Heading</h3>
<h3 id="My_Awesome_Heading">My Awesome Heading</h3>
Whatever your heading text is, is what the id of the header is
Is this something that ...
0
votes
0answers
9 views
Tag form interface, advices needed [closed]
this is my form.
http://i.stack.imgur.com/ruKrM.png
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 ...
2
votes
3answers
90 views
Cross Browser CSS script?
a few weeks ago I stumbled over a javascript that you can add to your site, and it would automatically modify your css, to work around some bugs in browsers, and add features they don't support (e.g. ...
1
vote
1answer
100 views
What free icons fonts are available? [closed]
With the possibility to embed fonts in websites using @font-face CSS, some creative webdesigners developed their way to display icons using fonts, instead of images.
But most of the available icon ...
30
votes
7answers
2k views
Why should we use tags like p, span, hx tags when we can use CSS instead?
Why should we use tags like p, span, hx tags when we can use CSS instead? Is it important from an SEO point of view?
2
votes
7answers
152 views
What is a good default font family for any IE8/9, Chrome & Firefox?
I have users complaining that fonts are not clear on some browseres (especially displaying data in grids...I'm using Trebuchet MS per default of asp.netmvc3 css site styles)
Q: What is a good overall ...
2
votes
1answer
67 views
Can using div with width = 0px affect SEO? [closed]
Possible Duplicate:
Does google always downrank pages with hidden texts
Right now I'm working on my new website and I'm really concerned about SEO since the old version of my site(which is ...
3
votes
2answers
190 views
Should I change from reset.css to normalize.css
I have been using css reset for quite a while now in different project, and I am quite pleased with it, always get good results.
One thing that always bothered me was that I needed to overwrite a lot ...
5
votes
3answers
234 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 ...
1
vote
2answers
75 views
Dreamweaver: Overlaying an image so it makes it easier to adjust CSS and positioning items?
I have a website i have created in Photoshop, i am exported everything i need. I now need to set things up in dreamweaver and position thing using CSS.
I want to ensure that i align my items in HTML ...
1
vote
1answer
87 views
Where can I find out whether the price I've been quoted for a CSS template is competitive?
I want to get a template designed. A brand guidelines document already exists, and I've already created the HTML. I don't want any graphics or javascript, so basically there's little wiggle-room from ...
0
votes
2answers
82 views
Most CSS Grid frameworks use pixel as css units, why?
I started to develop my own webdesign using an grid framework 960 CSS Framework and also noticed that most of other famous css grid frameworks use 940/960px as maximum page width? Some of them have an ...
1
vote
2answers
74 views
Website Layout Design [closed]
Possible Duplicate:
Any tool to sketch layout?
We use Visio for UML Diagrams / Flow chart Diagrams.
We are actually looking for a Software like Visio, on which we can design the structure ...
0
votes
2answers
32 views
Reducing the number of js or css files downloaded? [closed]
Possible Duplicate:
Optimizing for load time VS staying organized
I would like to speed up my website, and one of the ways YSlow! talks about is to reduce the number of files being ...