vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Need help on a vBadvanced Issue (https://vborg.vbsupport.ru/showthread.php?t=122919)

JWL 08-03-2006 03:48 PM

Need help on a vBadvanced Issue
 
1 Attachment(s)
No one seems to want to answer a question or diagnose this issue on the vBadvanced forum

Anyway

The Senareo
On my development site I am testing with. VBA is installed and I have a bbcode Module as the center module. In this Module I use an iframe tag to pull a html page. In the html / iframe page is a flash file that gives some info and such for the site.

Problem
The QLinks (QuickLinks) Drop down when click drops down Behind the Flash in the BBcode Module Here is a Pic
Attachment 51430

As you can see the Drop down Falls Behind the Module or Flash. I believe the issue is that the code for the BBcode Module / HTML TAG is stating the Module to Stay on top, Causing this effect. I do not know how to fix it let alone where to look....

Anyone please with an idea I would be greatful

Also this happens in every theme, both IE and FireFox I am testing

URL = www.riderdown.org/VBdev
you do have to log in to see the qlink.

peterska2 08-03-2006 05:15 PM

please provide details of a test account in order for this to be viewed.

JWL 08-07-2006 06:11 PM

you can login in using the test user ***** pw is *****

Login is at www.riderdown.org/VBdev

Thanks

peterska2 08-07-2006 06:12 PM

<a href="https://vborg.vbsupport.ru/showthread.php?t=118224" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=118224</a> should help

JWL 08-07-2006 06:44 PM

Quote:

Originally Posted by peterska2

Thanks

Tried each and not working yet still falls behind the page.

Quote:

Originally Posted by JWL
Thanks

Tried each and not working yet still falls behind the page.

That works now had to add the following:
Code:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
  <title></title>
</head>
<body>
<param name="wmode" value="transparent">
<style type="text/css">
<!--
body {
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
}
-->
</style><table width="100%" height="100%"  border="0" cellpadding="0" cellspacing="0" bgcolor="666666">
  <tr>
    <td><div align="center">
      <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="750" height="500">
        <param name="wmode" value="transparent">
        <param name="movie" value="main.swf">
        <param name="quality" value="high">
        <embed src="main.swf" wmode="transparent" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="750" height="500"></embed>
      </object>
    </div></td>
  </tr>
</table>
</script>
</body>
</html>



All times are GMT. The time now is 07:11 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01063 seconds
  • Memory Usage 1,726KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete