The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
107 views

Tool to view currently used CSS definitions [duplicate]

Possible Duplicate: Refactoring large/old CSS files Wondering if anyone knows of a product that would help you to "see" all the css styles currently defined on a page. For example... Say ...
0
votes
1answer
297 views

Using style.less from lesscss.org doesn't properly show changes I make to the style.less file?

I inherited a wordpress project that was initially developed by another developer and for the CSS they utilize the script from: http://lesscss.org (which so far seems to not only be overkill but ...
3
votes
2answers
317 views

How to force browsers to always reload xslt files?

Related: Apache: How can I force the browser to reload CSS files? I'm building an xml page (on an apache2) that is supposed to be translated to xhtml by the browser, so my server also serves a ...
1
vote
1answer
74 views

CSS style is gone on the homepage in IE8

I wondered if it's because the homepage's size is big? I only see my stylesheet working on pages other than the homepage. Any ideas?
5
votes
1answer
911 views

Majority of mobile devices support media queries for screen width?

Where I can find statistics on what % of mobile devices browsing the web support media queries for screen widths? I want to know whether for mobile optimization I can assume the majority of users' ...
1
vote
2answers
195 views

changing <b> tag style to font-weight normal

I am highlighting key words on my web pages using the <b> tag. I have set all <b> tags to font-weight: normal in my global stylesheet and was wondering if this would be considered a 'black ...
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 ...
0
votes
1answer
166 views

Componentheading and contentpagetitle joomla

If have a problem with the componentheading and the contentpagetitle. I got a sectionblog for my articles. The title of the page is a componentheading. The title of the articles (intro) is a ...
4
votes
2answers
232 views

Need a CSS framework that has variables and “mixins”

I was using Less CSS but it creates too much duplication. Each HTML page I have includes 3 different stylesheets; two are common to all the pages (IE-support and 960 grid system) and the third ...
6
votes
3answers
497 views

How does XML+XSLT affect SEO?

I have a site that is built completely in XML and is transformed by a single XSL file. How does this affect SEO? Is it possible to store page-specific metadata? Will robots see the transformed page ...
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 ...