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? Quote 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. Quote 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 Quote 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;} Quote Link to comment https://forums.phpfreaks.com/topic/17365-minimizing-this/#findComment-75468 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.