- last post: 01.01.0001 12:00 AM PDT
Posted by: Shishka
Personally, I hate websites that require you to download a special plugin in order to view them. Even if it's as common a plugin as Flash. It's fine to have flash applications on the side, such as for minigames or the like, but to require it for navigation is crap. Just my opinion, of course.
What technology is used to create the same effect when I move my cursor over the big seventh column symbol on the right-hand side of the bottom nav-bar? If this isn't flash, maybe his post can be changed to include that type of coding instead of flash?
I've said it before, and I'll say it again. I know very little about how webpages are constructed, so if it sounds dumd, excuse my stupid.
[edit]Looks like simple HTML to me:
<!-- ------------------------------- Store Slideout ---------------------------------------- -->
<div id="bottomSlideOutStore" onmouseover="NavOpen('Store', 1)" onmouseout="NavClose('Store', 1)">
<div class="SlideoutBackground">
<table border="0" cellpadding="0" cellspacing="0" width="422">
<tr valign="top">
<td class="SlideoutStoreHomeBackground"><a href="http://www.bungiestore.com" target="_blank" class="SlideoutStoreHome"></a></td>
<td class="SlideoutStoreGamesBackground"><a href="http://www.bungiestore.com/productcart/pc/viewCat_ h.asp?idCategory=7" target="_blank" class="SlideoutStoreGames">T-Shirts</a>< ;/td>
<td class="SlideoutStoreWearablesBackground"><a href="http://www.bungiestore.com/productcart/pc/viewCat_ h.asp?idCategory=14" target="_blank" class="SlideoutStoreWearables">Multi-Media</a ></td>
<td class="SlideoutStoreMerchandiseBackground"><a href="http://www.bungiestore.com/productcart/pc/viewCat_ h.asp?idCategory=15" target="_blank" class="SlideoutStoreMerchandise">Accessories< /a></td>
<td align="right"><a href="http://www.bungiestore.com" target="_blank" class="SlideoutGamesMore"></a>
<span class="SlideoutText">Newest Item:</s pan>
<div class="SlideoutText1">
<a href="http://www.bungiestore.com" class="SlideoutText1" target="_blank"><span class="SlideoutLink">The entire <b r>
store! </ span></a></div></td>
</tr>
</table>
</div>
</div>
<!-- ------------------------------- End Slideout ---------------------------------------- -->
I don't know what "<div>" does though.
[Edited on 11/27/2005]