djpete Posted May 18, 2009 Share Posted May 18, 2009 If anyone uses Firefox I get white divider lines on the nav tabs that look very ordinary. All good in IE8. Any ideas. Here is a link. http://www.hostingwebdesign.com.au/customerportal/cart.php?a=add&domain=register 0 Quote Link to comment Share on other sites More sharing options...
BAJI26 Posted May 18, 2009 Share Posted May 18, 2009 I would say check your css. 0 Quote Link to comment Share on other sites More sharing options...
djpete Posted May 18, 2009 Author Share Posted May 18, 2009 yes I have had a look but it seems like that is the way it is as I installed the default header.tpl in default theme and same thing. 0 Quote Link to comment Share on other sites More sharing options...
BAJI26 Posted May 18, 2009 Share Posted May 18, 2009 So when you add back your unedited header.tpl and css it still remains? 0 Quote Link to comment Share on other sites More sharing options...
djpete Posted May 18, 2009 Author Share Posted May 18, 2009 yes the gaps/dividers are there on the default layout when looking at it in firefox but not IE 0 Quote Link to comment Share on other sites More sharing options...
djpete Posted May 18, 2009 Author Share Posted May 18, 2009 for what its worth this sort of solved it. Looks good in IE and Firefox. Edited the header tpl as follows: From this: <embed src="http://www.hostingwebdesign.com.au/customerportal/templates/default/images/headertop.swf" width="780" height="190"></embed> <table class="topnavbar"><tr class="topnavbar"><td id="navbar"><a href="http://hostingwebdesign.com.au">Website Home</td><td><a href="http://www.hostingwebdesign.com.au/customerportal/index.php">Portal Home</td><td><a href="http://www.hostingwebdesign.com.au/customerportal/cart.php">Shopping Cart Home</a></td><td><a href="http://www.hostingwebdesign.com.au/customerportal/cart.php?a=view">View Cart</a></td><td><a href="knowledgebase.php">{$LANG.knowledgebasetitle}</a></td><td>{if $loggedin}<td><a href="logout.php">{$LANG.logouttitle}</a></td>{/if}</tr></table> To this: <embed src="http://www.hostingwebdesign.com.au/customerportal/templates/default/images/headertop.swf" width="780" height="190"></embed> <table class="topnavbar"><tr class="topnavbar"><td id="navbar"><a href="http://hostingwebdesign.com.au">Website Home <a href="http://www.hostingwebdesign.com.au/customerportal/index.php">Portal Home <a href="http://www.hostingwebdesign.com.au/customerportal/cart.php">Shopping Cart Home</a> <a href="http://www.hostingwebdesign.com.au/customerportal/cart.php?a=view">View Cart</a> <a href="knowledgebase.php">{$LANG.knowledgebasetitle}</a>{if $loggedin}<td><a href="logout.php">{$LANG.logouttitle}</a></td>{/if}</tr></table> 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.