CSS, short for Cascading Style Sheets, is a language used to control the presentation (including colors, layout, and fonts) of HTML and XHTML documents.
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 ...
1
vote
2answers
625 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 ...
0
votes
1answer
252 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 ...
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.
1
vote
0answers
146 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 ...
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 ...
2
votes
3answers
330 views
What is the best way to position div for mobile purpose viewing?
I have a issue whereby images that are I div because of the style percentage width property will get resize weirdly and will not display correcty in pc or mobile iPhone
What is the best way to ...
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 ...
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 ...
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 ...
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
529 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
396 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 ...
1
vote
1answer
61 views
Tool or plugin required to show out in which html files a given css selectors is used [duplicate]
Possible Duplicate:
How to identlfy unused css selectors and rules for css pages which cover multiple pages and are installed locally?
I'm looking for a tool which is capable of indicating ...
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 ...
1
vote
3answers
71 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
1answer
247 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 ...
0
votes
2answers
113 views
Recommendations for affordable and reliable Drupal theme designer [closed]
Can anyone recommend an affordable and reliable Drupal theme designer, who can take a concept and produce a Drupal 6.19-compliant theme?
The backend functionality and structure of the web site is ...
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
253 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 ...
2
votes
2answers
187 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
165 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 ...
17
votes
4answers
969 views
Why insert static files ( css, images, js, ecc ) in a subdomain?
Why so many big and little sites inserts static files ( css, images, js, ecc ) in a subdomain like media.example.com or s2.static.example.com ?
What are the advantages ?
Why not just a directory ...
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 ...
1
vote
2answers
300 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 ...
4
votes
3answers
362 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 ...
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
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 ...
10
votes
2answers
284 views
How to identlfy unused css selectors and rules for css pages which cover multiple pages and are installed locally?
I'm looking for a tool which would be able to identify unused and/or duplicate css selectors and rules, with the following two restrictions:
The tool would have to be able to analyze css pages which ...
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, ...
4
votes
8answers
2k views
If CSS is getting better why do big-brands websites still use tables for layout?
Everybody is referring to how content should be separated from layout and I am one strong advocate of that architecture, I find it easy too to use CSS to layout, much much easier than tables,
But ...
2
votes
3answers
212 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
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
1answer
805 views
Is there a way to use @media queries with pages embedded into Facebook?
Would a @media query recognize the 520px Facebook iframe limitation?
1
vote
5answers
283 views
Book recommend: Start learning web design with css with basic HTML knowledge
I've already known some HTML, tables, link, image,...etc but just at a basic level. Now I want to learn how to build a layout for a website and design also. I want to start building a layout right a ...
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 ...
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 ...
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
215 views
Layout Columns - Equal Height
I remember first starting out using tables for layouts and learned that I should not be doing that. I am working on a new site and can not seem to do equal height columns without using tables. Here is ...

