PDA

View Full Version : Image not showing up (only on homepage)


jaime-eduardo
08-04-2008, 11:01 PM
Hey everyone,

I recently made some changes to my homepage
http://www.sunmantechnology.com/

I have placed the old version of the index page
http://www.sunmantechnology.com/indexOLD.html

notice that small red button on the old index, right below the search bar that says Flash Demo? This does not show up on the new index page.. why is this?

the stranger thing is that using firebug, if i hover the mouse over where the button should be, and right click and "inspect element" the button shows up!

I know its probably a simple fix but its got me stumped.

every other page is fine...

Thanks

J


<a onclick="MM_openBrWindow('Media/flash.html','FlashDemo','width=950,height=375')" href="javascript:;">
<img width="65" height="17" border="0" alt="Product Development" src="images/flashDemo_btn.gif"/>

jcdevelopment
08-04-2008, 11:08 PM
try taking this out of the button.. not sure if this is the right button also


new%20buttin.jpg


needs to be

new_buttin.jpg

jaime-eduardo
08-04-2008, 11:19 PM
sorry i should have been more specific

<a onclick="MM_openBrWindow('Media/flash.html','FlashDemo','width=950,height=375')" href="javascript:;">
<img width="65" height="17" border="0" alt="Product Development" src="images/flashDemo_btn.gif"/>

_Aerospace_Eng_
08-04-2008, 11:30 PM
Try this
#blkFlashBtn{
position: absolute;
top: 79px;
left: 919px;
visibility: hidden;
z-index:10001;
width:65px;
height:17px;
line-height:0;
font-size:0;
}

jaime-eduardo
08-04-2008, 11:52 PM
Aero,

#blkFlashBtn{
position: absolute;
top: 79px;
left: 919px;
visibility: hidden;
z-index:10001;
width:65px;
height:17px;
line-height:0;
font-size:0;
}

....Did not work, Im thinking its something when I added those other images ill dig a little bit deeper, Think it might have anything to do with the javascript?

Like i said... im stumped...

Thanks

Jaime

_Aerospace_Eng_
08-05-2008, 04:03 AM
Hmm I don't know but when I try to edit the CSS with the web developer toolbar for firefox or firebug for firefox the image shows up.