Advanced Search
Search Results
17 total results found
How do I identify the stylesheets in Plone?
In Plone, you can list, debug, enable and disable and change the order of all the stylesheets by:...
The importance of "!important" in CSS
Normally, CSS works by having the most recently-declared rule take precedence. However, this isn’...
Stanford Self-Help Web Design Resources
Stanford Self-help Web Design Resources http://itservices.stanford.edu/service/web/design Templat...
What's a solid starting point (global reset) for a CSS file?
Browsers often have different ways of rendering the same element. For example we expect lists to...
The advantages of Javascript
IntroductionJavascript is a browser-interpreted language that was created to access all elements ...
How can I get standard cross browser font-sizes?
A short while ago I was overjoyed to rediscover an article that I lost track of long ago. I read ...
Should I use plonecustom.css when changing the layout for my Plone site
As stated in plonecustom.css, if you are going to be making heavy modifications to your layout, y...
CSS Design Concerns for IE6, IE7, and Firefox
Below is the beginning of (hopefully) an ongoing collection of design-related CSS issues concerni...
a:visited property not working in Firefox, but working in IE
When the a:visited property is customized to use a certain property (i.e., change its color when ...
How do I remove the icons in Plone?
This will allow you to remove the navigation icons that appear in Plone’s navigation portlet. go ...
What to do when CSS stylesheets refuse to apply
There are a number of common mistakes users make when writing CSS stylesheets that are difficult ...
How to get rounded corners on web pages
The traditional way to get pretty-looking corners for all your tables (and divs, and menus, and w...
Web Development Standards - Best Practices
For better or for worse, everyone developing web sites at UCLA abides by different rules. For tho...
What sort of menus can I make with CSS?
There are practically no limits to what you can do with CSS, the trick is figuring out how to mak...
Learning about CSS
CSS, or Cascading Style Sheets, have taken over the design end of websites, it seems. I’m not tha...
Why can't I make a copy of a Movie DVD?
Most DVDs have two issues preventing you from making a copy of a DVD:1) DVDs are encrypted with a...
Sass versus LESS
Quoting, "One of the hot new trends in web design is CSS pre-processed languages and there’s two ...