I'm programming a forum, and I have everything done so far except the CSS.
To separate the topic titles, how many posts it has, and when the last post was, I used a span around each thing. Then, with CSS, I set each span's position to absolute, then used left: to move the spans to the left a certain percentage.
This looks good with my screen resolution, but when I change it to a smaller resolution it overlaps.
Should I not use spans to do this, and switch to tables? I've always been told to only use tables for tabular data, and forum posts and topics don't really seem like tabular data, so yeah...
To separate the topic titles, how many posts it has, and when the last post was, I used a span around each thing. Then, with CSS, I set each span's position to absolute, then used left: to move the spans to the left a certain percentage.
This looks good with my screen resolution, but when I change it to a smaller resolution it overlaps.
Should I not use spans to do this, and switch to tables? I've always been told to only use tables for tabular data, and forum posts and topics don't really seem like tabular data, so yeah...
