extrovertive Posted August 12, 2006 Share Posted August 12, 2006 td.resulttab1{ height: 20px; width: 100px; background-color: #FFCC66;}td.resulttab1{ height: 20px; width: 100px; background-color: #FF9933;}Anyway to mkae height and width appear only once? Link to comment https://forums.phpfreaks.com/topic/17365-minimizing-this/ Share on other sites More sharing options...
AndyB Posted August 12, 2006 Share Posted August 12, 2006 I don't understand the question. The second declaration for td.resulttab1 simply supersedes the first one. Link to comment https://forums.phpfreaks.com/topic/17365-minimizing-this/#findComment-73868 Share on other sites More sharing options...
extrovertive Posted August 13, 2006 Author Share Posted August 13, 2006 woops...second declaration should be resulttab2 Link to comment https://forums.phpfreaks.com/topic/17365-minimizing-this/#findComment-73912 Share on other sites More sharing options...
ToonMariner Posted August 16, 2006 Share Posted August 16, 2006 td.resulttab1, td.resulttab2{ height: 20px; width: 100px;}td.resulttab1{ background-color: #FFCC66;}td.resulttab1{ background-color: #FF9933;} Link to comment https://forums.phpfreaks.com/topic/17365-minimizing-this/#findComment-75468 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.