![]() |
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? |
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. |
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. |
|
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. |
| All times are GMT -5. The time now is 06:19 PM. |
Powered by vBulletin Version 3.6.0
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.