Doug Stewart on 19 Dec 2011 06:01:55 -0800


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: [PLUG] plug Digest, Vol 85, Issue 33


Why bother using the web developer extension AND Firebug. FB allows for live CSS changes as well.


On Mon, Dec 19, 2011 at 8:50 AM, Matt Mossholder <matt@mossholder.com> wrote:
On Mon, Dec 19, 2011 at 8:40 AM, Mike <coolgeek1987@yahoo.com> wrote:
There is no pulldown element.  Pulldowns are (usually) based on nested <ul> elements, with the top level <ul> displayed inline, and lower level <ul>s displayed with an offset. 

As such, Firebug's ability to let you dig into the DOM is invaluable in trying to figure out how things like this are defined. 

Also, the Web Developer extension for firefox (compare to Chrome's developer console) lets you edit CSS and see the changes immediately, without having to reload the page. 

https://addons.mozilla.org/en-US/firefox/addon/web-developer/

Note that the changes are only made to the copy of the script in the browser, not the version on the server.

My flow in situations like this is to

- find out where the problem is via Firebug's DOM inspector
- use the Web Developer's CSS editor to quickly iterate to a solution
- apply the solution to the server copy of the stylesheet
- run the page through the CSS validator


Actually, there is a pulldown element. It is named "select", just like it is in HTML,  and there is very little you can do to theme it, unfortunately.

     --Matt

___________________________________________________________________________
Philadelphia Linux Users Group         --        http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion  --   http://lists.phillylinux.org/mailman/listinfo/plug




--
-Doug



___________________________________________________________________________
Philadelphia Linux Users Group         --        http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion  --   http://lists.phillylinux.org/mailman/listinfo/plug