FireFox allignment when scroll bar is active

liunx

Guest
Hi all

i have noticed in FireFox that if the webpage is long and the scroll bar is active, then the page moves to the left (to make space for the scroll down bar) but now, the drop down boxes are not alligned. the drop down are a bit to the right.


Please see attached code


as Fang suggested, i changed these:

Add to script:

Code:

window.onresize=function() {ddm1.init();};


Change/add to css:
Code:

.ddm1 {
margin:auto;
width:10%;
font: 11px verdana;/* fonts of BAR */
}

.ddm1 a {white-space: nowrap;}




and also, what is the syntax of the command to show a GIF image in FireFox?

i have this, but the pictures are not displayed:

<img src=http://www.webdeveloper.com/forum/archive/index.php/"http://www.multicards.com/images/bg_footer_poweredby.gif" width="260" height="26" alt border="0">
<img src=http://www.webdeveloper.com/forum/archive/index.php/"http://www.multicards.com/images/footer_website.gif" alt height="22" width="460">

thanks in advance,

warm regardsAdd this for scrollbars in FF:
body {overflow:-moz-scrollbars-vertical;}

<img src=http://www.webdeveloper.com/forum/archive/index.php/"http://www.multicards.com/images/bg_footer_poweredby.gif" width="260" height="26" alt="text here" border="0">
<img src=http://www.webdeveloper.com/forum/archive/index.php/"http://www.multicards.com/images/footer_website.gif" alt="text here" height="22" width="460">Hi Fang

you are the greatest :):)

the drop down menus work nicely now.

but still, that didnt fix the problem with the gif images and FF

any suggestions?


best regardsI've seen the images, so the src is correct. The problem must be elsewhere in the document. Can you give a link?hi Fang


here is the link

<!-- m --><a class="postlink" href="http://www.websms.com.cy/buycredits.asp">http://www.websms.com.cy/buycredits.asp</a><!-- m -->




thanks in advance
 
Back
Top