Author |
Message |
adam
Forum Moderator & Developer
Joined: 26 Jul 2002
Posts: 704
Location: UK
|
Posted:
Sat May 10, 2003 7:35 pm (21 years, 7 months ago) |
|
on the forum index, I think it would look better if the "Who's Online?" and "Statistics" boxes where the same height, rather than one being smaller than the other.
just a thought |
________________________________ It's turtles all the way down... |
|
|
|
SfCommand
Senior WebHelper
Joined: 10 Nov 2002
Posts: 143
Location: UK
|
Posted:
Sat May 10, 2003 7:39 pm (21 years, 7 months ago) |
|
|
|
|
Daniel
Team Member
Joined: 06 Jan 2002
Posts: 2564
|
Posted:
Sat May 10, 2003 7:49 pm (21 years, 7 months ago) |
|
In IE it is the same size, but given that the fact that I had to use a "height" tag on the table to get it to work, which isn't valid HTML, it probably doesn't work in all browsers. I'm open to any other suggestions , but I couldn't find anything which would do it. |
________________________________
|
|
|
|
adam
Forum Moderator & Developer
Joined: 26 Jul 2002
Posts: 704
Location: UK
|
Posted:
Sat May 10, 2003 8:01 pm (21 years, 7 months ago) |
|
use height in css. |
________________________________ It's turtles all the way down... |
|
|
|
Daniel
Team Member
Joined: 06 Jan 2002
Posts: 2564
|
Posted:
Sat May 10, 2003 8:04 pm (21 years, 7 months ago) |
|
You think Code: | style="height: 100%" | would do it?
Or I may just redesign it a little so that all this isn't needed |
________________________________
|
|
|
|
adam
Forum Moderator & Developer
Joined: 26 Jul 2002
Posts: 704
Location: UK
|
Posted:
Sat May 10, 2003 8:12 pm (21 years, 7 months ago) |
|
hmm..redesign it how exactly? |
________________________________ It's turtles all the way down... |
|
|
|
Daniel
Team Member
Joined: 06 Jan 2002
Posts: 2564
|
Posted:
Sat May 10, 2003 8:14 pm (21 years, 7 months ago) |
|
Just put it into one table:
Code: | <table>
<tr>
<th>Stats & Who's Online</th>
</tr>
<tr>
<td width="50%">Who's Online</td>
<td width="50%">Stats</td>
</tr>
</table> |
|
________________________________
|
|
|
|
verto
Senior WebHelper
Joined: 14 Jan 2002
Posts: 220
Location: Cambridge MA USA
|
Posted:
Sat May 10, 2003 8:17 pm (21 years, 7 months ago) |
|
Was just in middle of posting similar suggestion to adam's. One site I checked for info on browser CSS capabilities says it's supported from NS6+ and IE4+, with some quirks in earlier versions of IE, natch
Don't know about '100%' -- probably worth a try though. I usually use pixels for that kind of stuff when I can, although that may give you some problems if your text isn't specced same way.
not a bad idea to redesign it -- you maybe could put some extra space between them to separate the two |
________________________________ >>>>>>>>>>>>>
GENERAL DISCLAIMER:This disclaimer may be void where null in all cases unless explicitly not unprohibited or (p)re-exclusively assigned by sufficient presedimentation on behalf of every non-interested party to wit (or so it was said).
:::
.: :. . : :....: :.: .: :. verto .: :. . : :....: :.: .: :. |
|
|
|
adam
Forum Moderator & Developer
Joined: 26 Jul 2002
Posts: 704
Location: UK
|
Posted:
Sat May 10, 2003 8:25 pm (21 years, 7 months ago) |
|
I think combining them is a good idea |
________________________________ It's turtles all the way down... |
|
|
|
SfCommand
Senior WebHelper
Joined: 10 Nov 2002
Posts: 143
Location: UK
|
Posted:
Sat May 10, 2003 8:29 pm (21 years, 7 months ago) |
|
|
|
|
Hoobastank6889
WebHelper
Joined: 29 Apr 2003
Posts: 53
|
Posted:
Sat May 10, 2003 9:11 pm (21 years, 7 months ago) |
|
|
|
|
Daniel
Team Member
Joined: 06 Jan 2002
Posts: 2564
|
Posted:
Sun May 11, 2003 7:26 am (21 years, 7 months ago) |
|
umm... Hootbastank6889, this is already a custom template, and it suits the design of the main site. Why would we go and take a template which is already done, but which doesn't suit our design?? |
________________________________
|
|
|
|
Daniel
Team Member
Joined: 06 Jan 2002
Posts: 2564
|
Posted:
Sun May 11, 2003 8:45 am (21 years, 7 months ago) |
|
Done. Better? |
________________________________
|
|
|
|
adam
Forum Moderator & Developer
Joined: 26 Jul 2002
Posts: 704
Location: UK
|
Posted:
Sun May 11, 2003 10:15 am (21 years, 7 months ago) |
|
much better |
________________________________ It's turtles all the way down... |
|
|
|
Darren
Team Member
Joined: 05 Feb 2002
Posts: 549
Location: London
|
Posted:
Tue May 13, 2003 9:18 am (21 years, 7 months ago) |
|
As a finishing touch why not make the statistics title link to the stats page, just as the who's online link goes to who's online. |
|
|
|
|
|