Problem with browsers

Problem with browsers

Post by OscarSS » Wed, 22 Mar 2006 07:49:11


I hope you can help me,
Firefox makes a weird effect , everytime you rollover some links that I have
on the middle of the page, you can check it out here.
http://www.yqcomputer.com/

In W3C CSS it tells me that there is a problem with the "embed scr tag" I
don't know if it has something to do with it.


And I have one more problem, in IE , I have a left menu which everytime you
resize the browser it does not move until you rollover the links, in Firefox
that part works very well.

http://www.yqcomputer.com/
 
 
 

Problem with browsers

Post by cras » Thu, 23 Mar 2006 01:12:29

I see no problem with the center links in FF on the first link

In ie, your center section is off a bit, but I don't see your menu jumping
around anywhere.

 
 
 

Problem with browsers

Post by jcdesign » Thu, 23 Mar 2006 02:16:44

Hey OscarSSS. Your problem intrigues me. I am not a pro, but I like to see if I
can fix problems when I can.

I'm still working on your IE problem with the links not moving with the
resize, but I believe I have a fix for your flash movie blink thing on the
middle links.

Use split mode so you can see the design layout and the code. Click on the
flash file tax_banner, and look at the code. Replace what you have with this:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase=" http://www.yqcomputer.com/ #ve
rsion=6,0,29,0" width="456" height="180">
<param name="movie" value="services_tax_files/tax_banner">
<param name="quality" value="high">
<param name="wmode" value="transparent">
<embed src="services_tax_files/tax_banner" wmode="transparent"
quality="high" pluginspage=" http://www.yqcomputer.com/ "
type="application/x-shockwave-flash" width="456" height="180"></embed>
</object>

You will see 2 things here that I added for you.
1) <param name="wmode" value="transparent">
2) In the embed src line you will see wmode="transparent" added to it.

This should fix that problem up. Google wmode in dreamweaver to find out why
that is.
 
 
 

Problem with browsers

Post by OscarSS » Fri, 24 Mar 2006 01:25:57

Thank you, but I already fix that , it was the browser, for any reason Firefox
was doing that until I upgrade it to their latest version. On the other hand, I
still have a proble with my left menu, which does not move when the browser
gets resize, I hope you could help me.