CERTiFiEdGANGStAoO9
Jun 6 2009, 12:37 PM
hi, i wanted to change the color of my general section, not where it says "general", or "music", or "heroes". i want that to stay blue. but section where you put the info.
nikx618
Jun 14 2009, 02:01 AM
you can try this:
http://www.createblog.com/myspace-scripts/...e-firefox-only/but in order to keep the "general&music&heroes" backgrounds blue, you have to delete the first hex code input.
for example :
CODE
tr[id="GeneralRow"] td { background-color:EBEBEB; }
td[id="ProfileGeneral"] { background-color:EEB4B4!important; }
delete the "EBEBEB" after "generalrow" &that will allow the box to remain its default color.
&you do that for every little section.
Mickey
Jun 28 2009, 02:36 PM
Mind you, the code Niko posted only works on Firefox. There's no surefire method to do what you're trying to achieve on every browser.