![]() |
|
|
#1 | ||
|
College Prospect
Join Date: Jul 2001
Location: Newcastle, Australia
|
I Need Web Design Help
This is the main page for my Baseball Mogul league.
http://www.sportplanet.com/sbb/21c The problem is the ( unintentionally ) little flash banner at the top of the page. I edited the page in Netscape's Composer and it looks perfectly fine in Netscape 7.1 but in IE6 it comes up tiny. I'll be buggered if I know the problem. I inserted the code for the flash object in a cell of a table with the logo ( a static flash object ) occupying the other cell of the table. What am I missing? I've tried adjusting the height and width of the flash object but without any luck. Can anyone help? |
||
|
|
|
|
|
#2 |
|
General Manager
Join Date: Oct 2000
Location: The Satellite of Love
|
It's look like the problem has to do with the table. Under the table tag it's set to width="100%". Well, that's not good.
table height="123" width="100%" cellpadding="0" cellspacing="0" I'm talking about that line. Try setting it width="500" or something like that and see what happens. EDIT: Also, the width of the mlb.swf is set at 100 now, up that too about 350 as well. See how changing those two values effect it. Last edited by sabotai : 09-08-2004 at 02:50 AM. |
|
|
|
|
|
#3 | |
|
College Prospect
Join Date: Jul 2001
Location: Newcastle, Australia
|
Quote:
I changed the mlb.swf width value to 100% and that seemed to fix things. I use the 100% value rather than a fixe width so that it occupies the full window regardless of what size the user actually has. Thanks for taking the time to help. |
|
|
|
|
|
|
#4 |
|
Dearly Missed
(9/25/77-12/23/08) Join Date: Nov 2003
Location: DC Suburbs
|
__________________
NAFL New Orleans Saints GM/Co-Commish MP Career Record: 114-85 NAFL Super Bowl XI Champs In memory of Gavin Anthony: 7/22/08-7/26/08 |
|
|
|
|
|
#5 |
|
High School JV
Join Date: Apr 2003
Location: Akron, OH
|
Try changing this line:
cellpadding="0" width="100%" background="img/topbg.jpg"> to: cellpadding="0" width="100%" background="img/topbg.jpg" valign="middle"> Its about the 24th line down. That seemed to work. Last edited by Silver Owl : 09-08-2004 at 02:47 PM. |
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|