Date: Mon, 19 Dec 2011
09:01:28 -0500
From: Doug Stewart <
zamoose@gmail.com>
Subject: Re: [PLUG] plug Digest, Vol 85, Issue 33
To: "Philadelphia Linux User's Group Discussion List"
<
plug@lists.phillylinux.org>
Message-ID:
<
CANFh3d6dnEiaKeZvrJsF09JVjD8sH3W905Yc5gPtm0QO4C0Grw@mail.gmail.com" href="/mc/compose?to=CANFh3d6dnEiaKeZvrJsF09JVjD8sH3W905Yc5gPtm0QO4C0Grw@mail.gmail.com">
CANFh3d6dnEiaKeZvrJsF09JVjD8sH3W905Yc5gPtm0QO4C0Grw@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <
http://lists.netisland.net/pipermail/plug/attachments/20111219/8bcf4e9a/attachment.htm>