Jump to content

square corner


Recommended Posts

One thing that is INVALUABLE for figuring this stuff out is Firebug extension for Firefox.
It allows you to select something on the page, right-click and select Inspect Element. It will then "scroll" to the place in the HTML where that part is and show you the CSS for that element, too.

You can see real-time mods to the CSS if you edit it in the CSS pane. However, the new values are not saved.

Link to comment
Share on other sites

In Firefox, click Tools->Add Ons. and select Get Add Ons, then search for Firebug.

There is a new one that I also use called FirePHP but that involves making changes to the code to use.

There is also one called Smart Firebug: http://www.ecartservice.net/06012010/the-ultimate-prestashop-module-and-theme-development-tool/

I haven't tried it but it looks great. Use with care, however.

Link to comment
Share on other sites

×
×
  • Create New...