FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

Earn 100FRIH$ or more!!!

 


timerecords
Hi,

This is my site: www.mocromusic.tk

The problem is that at the left side you see a shoutbox, well in FF there isn't a problem but in IE there is. In IE you can't post anything, you can't even click on it to enter your name.

On the right side I've got same problem for the things called "Gebedstijden" and "MSN".

If you can fix or tell me what the problem is (ofcourse it need to be solved) then I'll pay you 100FRIH$ or even more...

My HTML Code is:
http://home.deds.nl/~timerecords/MocroMusic/Home.html

My CSS Code for FF is:
http://home.deds.nl/~timerecords/MocroMusic/css/FF/Home_FF.css

My CSS Code for IE is:
http://home.deds.nl/~timerecords/MocroMusic/css/IE/Home_IE.css
ninjakannon
I've had yet another look at your html and the problem could be very simple:

You have put this code at the top of your html to deicde which browser is being used to view the webpage:
Code:
<!--[if IE]>
<link rel=stylesheet href='css/IE/Home_IE.css' type='text/css' />
<![endif]-->

<!--[if !IE]><!-->
<link rel=stylesheet href='css/FF/Home_FF.css' type='text/css' />
<!--<![endif]-->


Should you not replace it with this?:
Code:
<!--[if IE]><!-->
<link rel=stylesheet href='css/IE/Home_IE.css' type='text/css' />
<!--<![endif]-->

<!--[if !IE]><!-->
<link rel=stylesheet href='css/FF/Home_FF.css' type='text/css' />
<!--<![endif]-->


The <link rel=stylesheet href='css/IE/Home_IE.css' type='text/css' /> line never runs because you have formatted your code slightly wrongly.

I hope this fixes it for you Very Happy.
timerecords
ninjakannon wrote:
I've had yet another look at your html and the problem could be very simple:

You have put this code at the top of your html to deicde which browser is being used to view the webpage:
Code:
<!--[if IE]>
<link rel=stylesheet href='css/IE/Home_IE.css' type='text/css' />
<![endif]-->

<!--[if !IE]><!-->
<link rel=stylesheet href='css/FF/Home_FF.css' type='text/css' />
<!--<![endif]-->


Should you not replace it with this?:
Code:
<!--[if IE]><!-->
<link rel=stylesheet href='css/IE/Home_IE.css' type='text/css' />
<!--<![endif]-->

<!--[if !IE]><!-->
<link rel=stylesheet href='css/FF/Home_FF.css' type='text/css' />
<!--<![endif]-->


The <link rel=stylesheet href='css/IE/Home_IE.css' type='text/css' /> line never runs because you have formatted your code slightly wrongly.

I hope this fixes it for you Very Happy.


I've tested that but it didn't fixed the bugs, thanks anyway for looking in to it. I also looked in it (I guess it's the 100000 time now) and I figured out what the problem is but I don't got a solution (yet).

The problem is:
When you look at the code from Home.html (for example) and you search for "divrondommessage" then you see that it's under MSN thing.

So I've putted it above "divrondomlinks" and changest a few things to test it out and I found out that what is below eachother (in my case "divrondommessage" was below MSN") then the above thing doesn't work.

Here is the link of the file I've changest a little bit:
http://mocromusic.frih.net/MocroMusic/TIJDELIJK/Home.html
As you (maybe) noticed, now you can't click on the middle things....

I hope this helps you helping me Laughing

Thanks for your time man.
Time Records
Reply to topic    Frihost Forum Index -> Miscellaneous -> Marketplace

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.