As you already underlined in your screenshot the width property is defined inside the style attribute of the element. That's a so called inline style. Therefore it's listed inside in the fictive element.style rule inside the * Style* side panel <https://getfirebug.com/wiki/index.php/Style_Side_Panel>. See the description of the *Style* side panel<https://getfirebug.com/wiki/index.php/Style_Side_Panel>and http://www.webstartcenter.com/howto/css_inc.php for more info.
Sebastian On Friday, December 28, 2012 4:25:09 AM UTC+1, Mario Kayel wrote: > > Whilist using Firebug, I usually click on an item, and on the bottom > right, it displays me the flawed CSS, I do some alterations and fix it, but > I ran into a strange issue. The CSS style of a drop down list box is > implemented listed in the right, but on the far right where it usually says > from which CSS file it is, this isn't displayed at all, and I don't know > what to alter to fix my issue :/. > Please be kind, for I'm a beginner. > > Here's a picture of the issue: > http://i141.photobucket.com/albums/r63/Devil_Lock/CSSIssue_zps00c07ca2.png > > The URL is http://bizjob.biz/ > > Thank you > -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at https://groups.google.com/forum/#!forum/firebug
