eSyndiCat User Forums - View Single Post - GreenLeaves template messed up in FireFox
View Single Post
Old 08-01-2006   #5
Greg
Super Moderator
 
Greg's Avatar
 
Join Date: Oct 2005
Location: Phoenix,Arizona (Valley of the Sun)
Posts: 5,356
Greg is a jewel in the roughGreg is a jewel in the roughGreg is a jewel in the roughGreg is a jewel in the rough
Default

Quote:
Originally Posted by 64North
Firefox 1.5.0.5
GreenLeaves is messed up when clicking any of the navigation buttons.
See: http://www.virtualglobes.org/messed-up-template.png
Try this:
open header.tpl and find:
Code:
	<div class="top-menu">
	<table border="0" align="center" cellpadding="0" cellspacing="0">
		<tr>
			<td>
				<ul class="menu">{$menu}</ul>
			</td>
		</tr>
	</table>	
	</div>
change to:
Code:
	<div class="top-menu">
	<table border="0" align="center" cellpadding="0" cellspacing="0" width="770">
		<tr>
			<td>
				<ul class="menu">{$menu}</ul>
			</td>
		</tr>
	</table>	
	</div>
Just added width="770" to the table.

(moving thread to templates forum)
__________________
Please don't ask me about script questions or sales issues through "Private Messages". Thanks!
Greg is offline   Reply With Quote