IE being a again.

User 574510 Photo


Registered User
55 posts

=/ once again i cant see my site in IE, Opera , Google Chrome , Firefox. I can only see it in Safari ...please help

http://www.nunoandremonteiro.com
User 2000538 Photo


Registered User
1,392 posts

Is it just the home page?

I get the home page in IE7, Firefox, Safari, Sea Monkey and Chrome.
I know you believe you understand what you think I said...but I am not sure you realize that what you heard is not exactly what I meant.


User 122279 Photo


Senior Advisor
14,649 posts

I see the same in all the browsers you mention (except Sea Monkey which I don't have installed); a black page with a picture and logo and some graphics. From looking at your code I see that there is supposed to be a navigation menu someplace, but it doesn't show. You may have to style the menu with some higher z-index than the background.
Ha en riktig god dag!
Inger, Norway

My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com


User 574510 Photo


Registered User
55 posts

There is an home page with one navigation on the top left corner, but that navigation doesn't appear and i would like to get this problem fixed. Its quite frustrating because that navigation is the website content. Someone has any tip to fix this problem?

Thank you, Adriano Martins
User 562592 Photo


Registered User
2,038 posts

No navigation for me either, but I do see all of the graphics in the latest version of firefox.
The philosopher has not done philosophy until he has acted upon the mere conviction of his idea; for proof of the theory is in the act, not the idea.

My Web Development Company: http://www.innovatewebdevelopment.com (Created with Coffee Cup Software).

My Personal Website: http://www.EricSEnglish.com

User 562592 Photo


Registered User
2,038 posts

I am not a javascript expert, but it seems that your CSS looks good. I wonder if there is anything off in the javascript - specifically "colorbox"?
The philosopher has not done philosophy until he has acted upon the mere conviction of his idea; for proof of the theory is in the act, not the idea.

My Web Development Company: http://www.innovatewebdevelopment.com (Created with Coffee Cup Software).

My Personal Website: http://www.EricSEnglish.com

User 603315 Photo


Registered User
938 posts

I think you may have a problem with external javascript. You've got "um_menu.js" which is external and it would suggest obviously that this is your menu file, recheck that and see if there is anything that could be causing the prob.
User 463058 Photo


Ambassador
1,086 posts

You need to allow things to appear over your flash. Try this object code:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="100%" height="100%">
<param name="movie" value="background.swf" />
<param name="quality" value="high" />
<param name="SCALE" value="exactfit" />
<param name="wmode" value="opaque" />
<embed src="background.swf" wmode="opaque" quality="high" type="application/x-shockwave-flash" width="100%" height="100%" scale="exactfit" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>


And don't forget the doctype.
User 562592 Photo


Registered User
2,038 posts

Dang! Cary just pulled a James Bond. :cool:
The philosopher has not done philosophy until he has acted upon the mere conviction of his idea; for proof of the theory is in the act, not the idea.

My Web Development Company: http://www.innovatewebdevelopment.com (Created with Coffee Cup Software).

My Personal Website: http://www.EricSEnglish.com

User 476017 Photo


Ambassador
375 posts

Adriano Martins wrote:
=/ once again i cant see my site in IE, Opera , Google Chrome , Firefox. I can only see it in Safari ...please help

http://www.nunoandremonteiro.com


Hi
This is your 1st line of html code
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">

You have no DOCTYPE for your 1st line.
This may screw things up
Dave Butler
Yorkshire
England

Old Rishworthians Rugby Union Football club http://www.orrufc.co.uk
Tuxedo Junction Yorkshire Function Band http://www.riley-tuxedojunction.co.uk
The Commons Guest House http://www.thecommons-guesthouse.co.uk
all created with Coffee Cup html editor

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.