CSS, short for Cascading Style Sheets, is a language used to control the presentation (including colors, layout, and fonts) of HTML and XHTML documents.
1
vote
2answers
619 views
How to get browsers to only download CSS/Javascript when it changes?
I had an epiphany earlier when reading codinghorror. On a content website (blog/forum/website) the basic things rarely change if at all. So I was wondering if there was a way to cache them and only ...
2
votes
4answers
179 views
Where can I find resources for best coding practices in web development?
You'd figure that this would be an easy topic to google, but unfortunately I've been looking for a couple weeks and have yet to find really anything that I'm looking for.
The problems I'm running ...
0
votes
1answer
251 views
Collapsible menu and amount of links in a web page [duplicate]
Possible Duplicate:
Collapsible menu and amount of links in a web page
One of my pages contain three levels of a collapsible menu (JS + CSS from mycssmenu.com). There are a dozen first ...
2
votes
1answer
279 views
Collapsible menu and amount of links in a web page
One of my pages contain three levels of a collapsible menu (JS + CSS from mycssmenu.com). There are a dozen first level items displayed to users, each one with various second level items, and finally ...
1
vote
1answer
98 views
PSD To HTML (Recommended service?) [closed]
I have designed a web layout using Adobe Photoshop.
Who do you recommend to convert PSD to HTML from your experience?
There are couple services do them, for example:
www.psd2html.com
...
2
votes
0answers
113 views
two columns text block with an image [closed]
I have a dilemma. Here is the layout:
How should I markup this kind of layout?
P.S.: The columns have different width.
3
votes
2answers
326 views
Is traditional JavaScript image pre-loading taboo
I remember the good-old-days (not really) back when I was still sucking the teet of Dreamweaver to build websites and the lure of playing copypasta with fancy built-in scripts (ex, image-swap) was ...
1
vote
0answers
145 views
problem on my site [closed]
Errors found while checking this document as XHTML
How and from where repaired ,please help my
hello, I have a problem on my site, was discovered by the program (A1 website analyzer) you can fix my ...
1
vote
1answer
53 views
Removing URL styles with CSS + SEO
I want to display a grid of images 4x4 with thumbnails and a title above each of them. I want to highlight the thumbnail and title and add a hyperlink to it. This works well in our CMS.
I would like ...
3
votes
3answers
209 views
Where can CSS be located if not in a CSS file?
I am attempting to locate some CSS rules but they do not exist in the index.php header tag, nor in the only CSS file which the header references.
Where else could they be?
-1
votes
1answer
183 views
Why is there nobody talking about an alternative to HTML & CSS? [closed]
HTML is such an old and cumbersome language, which was intended just to markup text. Today it's very rare to see a static HTML website, or a site with only text or a very simple layout.
As a web ...
1
vote
4answers
1k views
Alt text vs CSS sprites (SEO vs speed)
I'm reworking our site to reduce HTTP requests and blocking requests by concatenating JS, css, gzipping, loading all JS via LABjs and using CSS sprites for images that were loaded individually via ...
4
votes
1answer
1k views
How does the new iPad's (aka iPad 3) resolution play with responsive design?
So "the new iPad" has been released with a new "retina display" resolution of 2048x1536 px, but the screen size is still 9.7 inches as the previous iPad... I am wondering how will CSS media queries ...
30
votes
3answers
3k views
Why do big sites host their images/css on external domains?
Why do big sites (Facebook, Twitter, Google, Tumblr & so on) host their images/css on external domains?
Facebook:
http://static.ak.fbcdn.net/
Twitter:
http://a0.twimg.com
Google: ...
2
votes
2answers
278 views
Personal Web Page
I recently got a domain and am considering hosting a personal web page. I did some research and narrowed my options down to either Google AppEngine or GitHub pages to host my website.
The website is ...
11
votes
1answer
527 views
Refactoring large/old CSS files
I'm currently working on a 100,000 page website, the current design has been in place for over 5 years and sucessive updates have resulted in four 12,000+ line CSS files.
Obviously the CSS has ...
0
votes
1answer
395 views
Background Music on Website and Not Start Over?
Yeah I know, background music sucks. Bottom line, client wants it.
I need to know how to keep it playing when going through the pages.
I'm using a quicktime plugin for the time being but I noticed ...
0
votes
1answer
2k views
How to overcome browser-specific font rendering differences? [duplicate]
Possible Duplicate:
How can I make fonts render the same way across different web browsers?
So I was working on our website and came across an interesting issue.
I usually work with Chrome ...
0
votes
1answer
180 views
Webiste Testing for SQL and CSS injection [duplicate]
Possible Duplicate:
Tools to check for common vulnerabilities?
I would like to ask some tools or code for testing my new created website from SQL or CSS injection. The website in created in ...
15
votes
4answers
15k views
Is the Bootstrap CSS on a CDN yet?
Just checking to see if anyone knows of a CDN for the bootstrap css framework.
2
votes
4answers
327 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 ...
0
votes
1answer
246 views
HTML + CSS Template [duplicate]
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
3answers
70 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 ...
1
vote
3answers
235 views
Wordpress SEO - should the Logo Banner also be a text link?
Wordpress SEO - should the Logo Banner also be a text link?
I noticed that when all CSS is removed, my site doesn't display the Banner (obviously), so I put a text link back to the home with my ...
0
votes
0answers
1k 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
251 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 ...
12
votes
4answers
5k 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
185 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".
3
votes
1answer
1k 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 ...
1
vote
0answers
57 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
95 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
120 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!
3
votes
2answers
2k 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 ...
3
votes
3answers
163 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
142 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
3answers
539 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 ...
4
votes
3answers
361 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 ...
4
votes
3answers
193 views
Adaptive websites - considered keyword stuffing by Googlebot? [duplicate]
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
126 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
2answers
90 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 ...
4
votes
3answers
6k 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
3answers
519 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 ...
1
vote
2answers
58 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 ...
2
votes
3answers
210 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
290 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 ...
36
votes
7answers
5k 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
5k 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
238 views
Can using div with width = 0px affect SEO? [duplicate]
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
1k 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 ...
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 ...

