i changed three images of the three tabs on this way:
.sun_tab.iphone_element { background: transparent url('../images/style1/demo/IMG-1.png')
.sun_tab.ipad_element { background: transparent url('../images/style1/demo/IMG-2.png')
.sun_tab.galaxy_element { background: transparent url('../images/style1/demo/IMG-3.png')
How do I insert the fourth image?
This way didn't work for me:
.sun_tab.new_element { background: transparent url('../images/style1/demo/IMG-4.png')
Thanks