decart2000ro Posted May 4, 2007 Share Posted May 4, 2007 Hello!!! Please helpppppppp me!!!!!!!!!! I have a IT market online with many categories like:notebook,monitors...... and i want for every product to have description with designed fields something like that http://www.greenprice.ro/details.php?id=120&idp=6135 ,example: for notebooks have fields : Procesor: HDD: Memory: OS: ................................................... and the field have another colour like: 1.blue 2.grey 3.blue 4.grey I dont now how make the fields and after colour them!!!! Thank you in advance!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! :blink: Quote Link to comment Share on other sites More sharing options...
Guest Posted May 5, 2007 Share Posted May 5, 2007 Hello!!! Please helpppppppp me!!!!!!!!!! I have a IT market online with many categories like:notebook,monitors...... and i want for every product to have description with designed fields something like that http://www.greenprice.ro/details.php?id=120&idp=6135 ,example: for notebooks have fields : Procesor: HDD: Memory: OS: ................................................... and the field have another colour like: 1.blue 2.grey 3.blue 4.grey I dont now how make the fields and after colour them!!!! Thank you in advance!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! :blink: You probably be best off using css, like is used for selecting certain field in the default oscommerce. first define the table row(td) as a class.. e.g: <td class="myfield">text here</td> that defines the td as myfield.. then in your css file put something like: td.myfield{background-color:#ffffff;} td.myfield:hover{background-color:#ff0000;} that should work Quote Link to comment Share on other sites More sharing options...
decart2000ro Posted May 7, 2007 Author Share Posted May 7, 2007 You probably be best off using css, like is used for selecting certain field in the default oscommerce. first define the table row(td) as a class.. e.g: <td class="myfield">text here</td> that defines the td as myfield.. then in your css file put something like: td.myfield{background-color:#ffffff;} td.myfield:hover{background-color:#ff0000;} that should work Is not work :( ,but thanks anyway,i use extra field contributions !!!!!!!!!!!!!!!! If you have another sugestions!!!!!!!!!!! Please help me!!!!!!!!!!! Quote Link to comment 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.