Firefox display issue.., Shouldn't be too difficult to fix.. |
![]() ![]() |
Firefox display issue.., Shouldn't be too difficult to fix.. |
Aug 12 2005, 11:44 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 22 Joined: Nov 2004 Member No: 62,714 |
Here's my Xanga:
http://www.xanga.com/protegechris My issue in firefox is that it displays both a horizontal and vertical scrollbar, and it shouldn't show either. Here's the header code.. CODE <!-- begin code provided by createblog.com --> <style type="text/css"><!-- body {scrollbar-3dlight-color:white; scrollbar-arrow-color:black; scrollbar-track-color:white; scrollbar-darkshadow-color:white; scrollbar-face-color:white; scrollbar-highlight-color:white; scrollbar-shadow-color:white} --></style> </head> <style type=text/css> TD,P,body { COLOR: black; FONT-FAMILY: verdana, tahoma, helvetica, sans-serif, arial; line-height: 12pt; FONT-SIZE: 10px; cursor:none; text decoration:none } A:link { text-decoration: none; color:"black"; FONT-SIZE: 7pt; cursor:none} A:visited { text-decoration: none; color:"black"; FONT-SIZE: 7pt; cursor:crosshair} A:hover {text-decoration: none; color: gray} table.left { /* this edits the menu module */ width:232px; </style> <STYLE type="text/css"> BODY { background-color: #999999;> </style> <DIV align="center" valign="middle" style="BORDER-TOP: 1px solid FFFFFF; FILTER: alpha(opacity=100); OVERFLOW: auto; BORDER-LEFT: none; WIDTH: 700; BORDER-BOTTOM: none; BACKGROUND-COLOR: #ffffff"> <img src="http://www.protegechris.info/header.jpg"><br> <div align="right"><a href="http://www.xanga.com/signin.aspx">Login</a> <a href="http://www.xanga.com/logout.aspx"> - Logout</a><a href="http://www.xanga.com/private/SubscribeTo.aspx?user=protegechris"> - Subscribe to me </a></div> Anyone know what's up? |
|
|
|
Aug 12 2005, 11:47 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,551 Joined: Feb 2005 Member No: 102,857 |
There is nothing you an really do about it since firefox and IE use different javascripts if I'm correct so it's either you code it in Ie or firefox is all i can say.
|
|
|
|
Aug 12 2005, 11:55 PM
Post
#3
|
|
|
Change Gon Come ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,286 Joined: May 2004 Member No: 18,822 |
try taking off the overflow:auto in your div.
|
|
|
|
Aug 13 2005, 01:26 AM
Post
#4
|
|
|
Member ![]() ![]() Group: Member Posts: 22 Joined: Nov 2004 Member No: 62,714 |
Thanks :) That did it.
|
|
|
|
![]() ![]() |