Difference between revisions of "Look and Feel Customization - AC7"

From AbleCommerce Wiki
Jump to: navigation, search
Line 7: Line 7:
 
* [http://en.wikipedia.org/wiki/Cascading_Style_Sheets Cascading Style Sheets (wikipedia)]
 
* [http://en.wikipedia.org/wiki/Cascading_Style_Sheets Cascading Style Sheets (wikipedia)]
 
* [https://addons.mozilla.org/en-US/firefox/addon/2104 FireFox HTML Viewer] This is a really handy tool.  When enabled you can mouse over a area on a webpage and it will display it's CSS properties.
 
* [https://addons.mozilla.org/en-US/firefox/addon/2104 FireFox HTML Viewer] This is a really handy tool.  When enabled you can mouse over a area on a webpage and it will display it's CSS properties.
 +
* [https://addons.mozilla.org/en-US/firefox/addon/1843 FireFox Firebug] This is a really handy tool.  When enabled you can change create and view styles on the fly,track styles sheets, debug javascript, explore the information of styles for some specific element by inspecting it through Firebug. A great support when customizing the pages.

Revision as of 14:38, 12 July 2008

Store design would include things that change how the store looks, see Store Customization for topics on changing how the store works.

External Links

  • Customization Guide on the AbleCommerce help site
  • Cascading Style Sheets (wikipedia)
  • FireFox HTML Viewer This is a really handy tool. When enabled you can mouse over a area on a webpage and it will display it's CSS properties.
  • FireFox Firebug This is a really handy tool. When enabled you can change create and view styles on the fly,track styles sheets, debug javascript, explore the information of styles for some specific element by inspecting it through Firebug. A great support when customizing the pages.