Forum: HTML and CSS Oct 9th, 2009 |
| Replies: 8 Views: 654 Thanks for repeating my answer. Anything new to say? |
Forum: HTML and CSS Oct 8th, 2009 |
| Replies: 8 Views: 654 We all hate a scrollbar at the bottom of the page (left/right scrolling), but we don't care it there is one on the right site (top/down).
If I remember right, some browsers don't know what to do... |
Forum: HTML and CSS Jan 18th, 2009 |
| Replies: 3 Views: 2,148 Just change line 26 to this: (tested in Firefox 3.0.5 under Linux)
<td style="border:thin solid #33ff00; border-bottom:thick solid #CC3333"> </td>
This gives a cell with green borders and a... |