View Full Version : need some web tech help...
Our web guy asked me to post this in hopes of getting some sort of answer...if you can help - it would certainly be appreciated.
please go to www.anspach.net
we would like some advice on completely eliminating the side scroll bar - although the site is in FLASH the side scroll is part of the html coding and we can't seem to completely clear it.
so we attempted to color it so it's not so obvious.
any ideas?
Kim
Bad Hair Day
10-24-02, 11:30 AM
Originally posted by kim
Our web guy asked me to post this in hopes of getting some sort of answer...if you can help - it would certainly be appreciated.
please go to www.anspach.net
we would like some advice on completely eliminating the side scroll bar - although the site is in FLASH the side scroll is part of the html coding and we can't seem to completely clear it.
so we attempted to color it so it's not so obvious.
any ideas?
Kim
As the site is Flash driven, there's no need for the CSS tags at all.
Why not just create a clean page with a black background and embed your "Index.swf"?
And you might remove your javascript too.......
:)
Something like this ought to do it:
<html>
<head>
<title>Name</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#000000">
<center>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#3,0,0,0" width="32" height="32">
<param name="SRC" value="Index.swf">
<embed src="Index.swf" pluginspage="http://www.macromedia.com/shockwave/download/" type="application/x-shockwave-flash" width="32" height="32">
</embed>
</object>
</center>
</body>
</html>
Just add your meta tags.
BHD
There's a simple HTML code to do this,
<body scroll="no">
in your html for the page, hope that helps :)
Bad Hair Day
10-24-02, 11:44 AM
[QUOTE]Originally posted by Bad Hair Day
[B]
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
Of course the 'smiley' shouldn't be there, it looks like vBulletin finds it funny............
That should read as a colon and a D
:)
BHD
vBulletin v3.6.0, Copyright ©2000-2009, Jelsoft Enterprises Ltd.