Does the z-index change itself, or do you want the "update" to change it automatically ?
2010/12/28 danilo <[email protected]> > First off firebug is the coolest thing since energy drinks. With that > being said i think a cool update would be to allow a way for css > properties that we copy via the inspector to be copied as one line of > code. > > so we can copy the inspector properties that usually look like this: > > #header { > background: url("/img/header-bg.png") no-repeat scroll 0 0 > transparent; > margin: 0 auto; > position: relative; > width: 950px; > z-index: -1; } > > > and paste it as: > > #header { background: url("/img/header-bg.png") no-repeat scroll 0 0 > transparent; margin: 0 auto;position: relative;width: 950px;z-index: > 0;} > > By the way the getfirebug site is a little broken. The #header class > on line 36 needs a z-index of 0 so the links can be clickable. Thanks! > > -- > 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]<firebug%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/firebug?hl=en. > > -- 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 http://groups.google.com/group/firebug?hl=en.
