| Author |
Topic Search Topic Options
|
dpyers
Senior Member
Joined: 12 May 2003
Status: Offline
Points: 3937
|
Post Options
Thanks(0)
Quote Reply
Posted: 26 September 2006 at 1:07pm |
|
It's an ie problem with the css box model. A partial work around is:
1. In header.asp, remove " padding:1em;" from the pagecontainer div. This should get rid of the bottom scroll bar.
2. In default.asp (main forum folder): - Around line 801 is a table with a fixed width of 550px. Change it to something like 98%. - delete any occurrence of "nowrap"
I tested this in IE at 1024x768 and it works, but the right body div will float below the left body div at lower sizes.
I won't be able to get back to this for a couple of days but a couple of things to try to get it to work properly in IE at lower viewport sizes would be: 1. Try header.asp and footer.asp on your installation. I modded the forum css file on mine which could be throwing something off. 2. Check the include files referenced in default.asp for fixed length stuff and nowrap attributes.
|
Lead me not into temptation... I know the short cut, follow me.
|
 |
suedechaser
Groupie
Joined: 25 February 2006
Location: USA
Status: Offline
Points: 129
|
Post Options
Thanks(0)
Quote Reply
Posted: 27 September 2006 at 3:04am |
|
Thanks Don,
I will probobly need a few days as well.
regards
suede
|
 |
suedechaser
Groupie
Joined: 25 February 2006
Location: USA
Status: Offline
Points: 129
|
Post Options
Thanks(0)
Quote Reply
Posted: 05 October 2006 at 11:37pm |
|
Hi Don,
I decided that a table based layout is the simplest with one right hand column.
Is there a simple way to also put the author details over on the right hand side of each post instead of the left?
Thanks again in advance
regards
suede
Edited by suedechaser - 05 October 2006 at 11:43pm
|
 |
dpyers
Senior Member
Joined: 12 May 2003
Status: Offline
Points: 3937
|
Post Options
Thanks(0)
Quote Reply
Posted: 06 October 2006 at 12:00am |
|
around line 850 in forum_posts.asp, it writes a table row for the post. one cell in the row - <td>...stuff..</td> - is for the Author info, and the other is for the Message. You'd need to swap them around, and also swap the table header row cells around.
|
Lead me not into temptation... I know the short cut, follow me.
|
 |
suedechaser
Groupie
Joined: 25 February 2006
Location: USA
Status: Offline
Points: 129
|
Post Options
Thanks(0)
Quote Reply
Posted: 06 October 2006 at 1:09am |
|
....ok, I'll have a go at that.
Thanks Don!
|
 |
suedechaser
Groupie
Joined: 25 February 2006
Location: USA
Status: Offline
Points: 129
|
Post Options
Thanks(0)
Quote Reply
Posted: 13 October 2006 at 7:20am |
|
Hi Don,
I've noticed that the size of the middle table changes depending on which page I'm looking at.
Is there a way to make all the pages a uniform size throughout the site?
regards
suede
|
 |
dpyers
Senior Member
Joined: 12 May 2003
Status: Offline
Points: 3937
|
Post Options
Thanks(0)
Quote Reply
Posted: 13 October 2006 at 4:17pm |
|
Send me a PM with links to a couple of pages that display differently.
Don't have access to code rith now, but I'd imagine that the user info cell is fixed width and the post fills in the rest of the row. Switching the order to put the post before the user info made the user ingo appear immediately after the post - instead of the post filling out the row. If you're using a fixed width forum, the easiest method would be to give the cell containing the post a fixed width. If you're using a floating width, it can be fixed, but I'd need to look at code.
|
Lead me not into temptation... I know the short cut, follow me.
|
 |
suedechaser
Groupie
Joined: 25 February 2006
Location: USA
Status: Offline
Points: 129
|
Post Options
Thanks(0)
Quote Reply
Posted: 13 October 2006 at 10:27pm |
Hi Don,
Have a look at the link provided on your site:
http://webwiz.sitetechnique.com/forum/default.asp
After clicking the WebWizForum link under Testing WebWiz Applications, keep a mental note of the size of the centre section - it appears to get larger.
From your wonderful tutorials to date, I have been trying to setup full width header, no left column, centre column 70%, right column 30%, full width footer with the whole lot consistant while navigating through the forum.
I thought I may have messed something up, but I noticed that the same thing happens at the above mentioned link.
EDIT: I forgot to mention that the whole forum page at the above link is left justified. Is there a way to centre the whole forum - header/footer/columns and all?
As always Don, thank you!
regards
suede
Edited by suedechaser - 13 October 2006 at 10:29pm
|
 |