Jump to the post that solved this thread.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Solved: 10 Years, 9 Months, 4 Weeks ago Notice? & round trow corners
#31
Solved: 10 Years, 9 Months, 4 Weeks ago
[Image: 5af926d5cf202e62a0663be3cfdb519f.png]

This is with the Transparent
TWISTED SISTER ROCKS!
[Image: bCRctmd.jpg]
#32
Solved: 10 Years, 9 Months, 4 Weeks ago
oh that border. Try this:

table >tbody>tr>td:first-child {
border-left: 1px solid red;
}
table >tbody>tr>td:last-child {
border-right: 1px solid red;
}

if you want it only to affect tables with the class of tborder, do this:

table.tborder >tbody>tr>td:first-child {
border-left: 1px solid red;
}
table.tborder >tbody>tr>td:last-child {
border-right: 1px solid red;
}
Random Fish and Sims Maniac
MY PLUGINS
Help MyBBSupport help you - remember to mark your threads as solved


#33
Solved: 10 Years, 9 Months, 4 Weeks ago
Worked Perfect Thank you Smile
TWISTED SISTER ROCKS!
[Image: bCRctmd.jpg]
Jump to the post that solved this thread.


Forum Jump:


Users browsing this thread: 1 Guest(s)