View Single Post
Old 04-23-2009, 02:08 PM   #23 (permalink)
ftaylor
.scot
 
ftaylor's Avatar
 
Name: Finbarr Taylor
Last Online: 11-11-2009 07:46 AM
iTrader: (4)
Join Date: Apr 2008
Posts: 468
DNF$: 4,244
Location: Glasgow
Country:

Send a message via MSN to ftaylor

Do this to fix the 5 lists of forums at the bottom of each page:

CSS declaration for .inner {}

Quote:
width:900px;
height:180px;
change to:
Code:
width:1024px; /*remove the height declaration*/
CSS declaration for #bottom-panel {}

Quote:
height: 215px;
change to:
Code:
/*remove height declaration*/
CSS declaration for .nav li{}
Quote:
margin: 0 30px 0 10px;
change to:
Code:
width: 204px;/*remove the margin declaration*/
replace
http://www.dnforum.com/images/bg-footer.jpg

with
http://www.fbar.org/bg-footer.jpg

Why?

-The lists at the bottom are currently not centered.
-The lists at the bottom are currently being chopped at the right hand side, and also at the bottom - a number of list items are cut off as a result of the fixed height/width design.
-In order to display all of the list items, the height must be increased, and the current bg-footer.jpg isn't tall enough.
-If a user has enlarged font size these code changes will ensure the design doesn't break.

http://www.fbar.org/before.png
http://www.fbar.org/after.png

Thanks,
Finbarr
__________________
GlasgowSEO.com is on auction on Sedo! Rank 2 on Google for 'glasgow seo'. CPC £3.35/$5.31. High advertiser competition. Glasgow is Scotland's largest city with over 1,000,000 inhabitants.

Last edited by ftaylor; 04-23-2009 at 04:59 PM..
ftaylor is offline