Jump to content

phpnewbie81

New Members
  • Posts

    6
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

phpnewbie81's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I want to display a listing (unorder list) with image and link it to other page when it's clicked .. how ?? i have a list as following: <ul> <li>Users</li> <li>Tools</li> <li>Logout</li> </ul> I want to add a background image to each of the list, and when user click on the image, it will link to certain page.. how should i do it ?
  2. Hi, i created a table with two columns - name, and age. When i mouve over any of the cell, i want the whole row background color to be changed... the following css code will only change the cell color, but not the whole row.. any idea ? table.tablelist th { border:1px solid; border-color:#ddd #999 #888 #ddd; background-color:#ddd; font-weight:bold; text-align:left; color:#003; padding:2px; padding-bottom:0px; font-size:.9em; } table.tablelist td { border:1px solid; border-color:#fff #bbb #bbb #fff; background-color:#fff; padding:1px; font-size:.9em; } table.tablelist td:hover { background-color:lightyellow; }
  3. I want to generate a html list, where the 1st column is the select box, 2nd, 3rd columns would be get from particular database table field. It's something like this: http://codeigniter.com/forums/viewthread/47196/#228543 Anyone know if there's any library out there ?
  4. Something like that tom .. but to be exact, this is what im looking for: http://codeigniter.com/forums/viewthread/47196/#228543 anyone can help me out ?
  5. hi all, Im a php newbie here. Now i want to have function called 'GenerateList' to generate a list table where the first column is a check box (to let users multiselect the record), and the rest of the colums are the field from the table. Any guide / any example for that ?
  6. hi all, Im a php newbie here. Now i want to have function called 'GenerateList' to generate a list table where the first column is a check box (to let users multiselect the record), and the rest of the colums are the field from the table. Any guide / any example for that ?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.