Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Closed Thread
Firefox display problem
Old 06-28-2006, 08:30 PM Firefox display problem
snoz's Avatar
Novice Talker

Posts: 8
Name: Bruno Bernardino
Trades: 0
I've got this problem on Firefox:

A text that changes when you hover an image is over my table with the images...

I can't make a better explanation... better if you see it:

http://www.thearkeotekjournal.org/e_...3&id_article=1

click on the link on the bottom that says "Une pratique à l'échelle domestique" and then you'll see my problem...

I've tried to solve this problem through CSS, but I think it's not where's the problem... I believe there's something wrong with the closure tags or something like that...

This problem is haunting me for like 2 hours... I just can't take it anymore, I need help :|

On the source you can get the Firefox Stylesheet and see if there's anything wrong there, but, as I've said before, I think the problem is in HTML coding...

What gives me an headache is the fact that in IE (much more... "sensitive") it works as it should...

Any thoughts?
__________________
<?php if ($youreaniceperson) echo $my->persInfo(); else die('Go away!');?>

Last edited by snoz; 06-28-2006 at 08:31 PM..
snoz is offline
View Public Profile
 
 
Register now for full access!
Old 06-29-2006, 09:56 AM Re: Firefox display problem
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Nope, IE is much more loosey-goosey about your code in what it will just display vs. Firefox which will NOT accept such coding slips.

Without downloading your source and CSS and actually trying to pick apart that mess of code, I think your problem IS css. You have images and divs floated but nowhere do I see you CLEARING those floats. I believe that is the problem you're having . Clear the float for that image and the caption text should then be forced BELOW the image rather than appearing on top of it.
http://www.pixelsurge.com/experiment/clearers.htm
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
View Public Profile
 
Old 06-29-2006, 11:56 AM Re: Firefox display problem
AliKat's Avatar
Extreme Talker

Latest Blog Post:
Save the Children
Posts: 176
Location: MS
Trades: 0
You have quite a few errors in your code:

http://validator.w3.org/check?uri=ht...id_article%3D1

Check the validator it might help you fix your problem too.
AliKat is offline
View Public Profile Visit AliKat's homepage!
 
Old 06-29-2006, 12:03 PM Re: Firefox display problem
snoz's Avatar
Novice Talker

Posts: 8
Name: Bruno Bernardino
Trades: 0
Quote:
Originally Posted by AliKat
You have quite a few errors in your code:

http://validator.w3.org/check?uri=ht...id_article%3D1

Check the validator it might help you fix your problem too.
Thanks, but I've already seen that, and none of those errors can generate this type of problem, most of them are "no onmouseover attribute" and "&"'s and "< >"'s on javascript or just code that is dinamically inserted and has nothing there (<ul></ul>)

Quote:
Nope, IE is much more loosey-goosey about your code in what it will just display vs. Firefox which will NOT accept such coding slips.
Well, I think you're right, but sometimes it differ's from what you're trying to do.

Quote:
Without downloading your source and CSS and actually trying to pick apart that mess of code, I think your problem IS css. You have images and divs floated but nowhere do I see you CLEARING those floats. I believe that is the problem you're having .
Thanks for the tip, but I've already cleared it up and the problem continues... it can be CSS, but I have no idea where... and imo the code isn't that messy, it's just all together, not making the reading easy.

Thanks anyway, more ideas?
__________________
<?php if ($youreaniceperson) echo $my->persInfo(); else die('Go away!');?>
snoz is offline
View Public Profile
 
Old 06-29-2006, 04:07 PM Re: Firefox display problem
AliKat's Avatar
Extreme Talker

Latest Blog Post:
Save the Children
Posts: 176
Location: MS
Trades: 0
onMouseOver should be onmouseover and onMouseOut needs to be onmouseout tthat will clear up that problem.

You need to put <CDATA> </CDATA> around your javascript to make those errors go away. Or put your javascript in an external file.

Quote:
# Error Line 98, column 5: end tag for element "div" which is not open .

</div>
This one error could be throwing off the whole design.

If you don't want to move your javascript then you should consider an HTML 4.01 doctype.

Your code is so jumbled I can't help you much more than this. Suggest you put in \n in your php code. This is a return line

Last edited by AliKat; 06-29-2006 at 04:08 PM..
AliKat is offline
View Public Profile Visit AliKat's homepage!
 
Old 06-29-2006, 04:19 PM Re: Firefox display problem
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
No, your coding is a mess semantically and literally. You've got divs everywhere, spans, unnecessary <br>s, empty <ul>s, and a lot more.

Why don't you move all that javascript to an external file ?
You have tables and divs INSIDE a LI !? .. Not proper markup, you can't do that.

As for clearing the floats, the "clear:both" on .ipropo isn't gonna do it which is obvious, but you have too many other codign errors to fix.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
View Public Profile
 
Old 06-29-2006, 04:38 PM Re: Firefox display problem
snoz's Avatar
Novice Talker

Posts: 8
Name: Bruno Bernardino
Trades: 0
well, thanks anyway
__________________
<?php if ($youreaniceperson) echo $my->persInfo(); else die('Go away!');?>
snoz is offline
View Public Profile
 
Old 06-29-2006, 09:17 PM Re: Firefox display problem
jason_bristol's Avatar
Ultra Talker

Latest Blog Post:
New site - ConnectFrench.com
Posts: 312
Name: Jason Eyermann
Location: england bristol
Trades: 0
Just to say that 'Une pratique a l'echelle domestique' link does'nt work at all in Safari. Plus other parts of texts are out of place. I see also your problem in firefox. I've no ideas for that. sorry.
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

Last edited by jason_bristol; 06-29-2006 at 09:19 PM..
jason_bristol is offline
View Public Profile Visit jason_bristol's homepage!
 
Old 06-30-2006, 05:33 AM Re: Firefox display problem
snoz's Avatar
Novice Talker

Posts: 8
Name: Bruno Bernardino
Trades: 0
Quote:
Originally Posted by jason_bristol
Just to say that 'Une pratique a l'echelle domestique' link does'nt work at all in Safari. Plus other parts of texts are out of place. I see also your problem in firefox. I've no ideas for that. sorry.
Thanks, but at least for now, the only compatibility I'm interested is with IE 6.0 and Firefox 1.5.

No need to reply to this post anymore, the problem is solved. If you're interested to know how, send me a pm.
__________________
<?php if ($youreaniceperson) echo $my->persInfo(); else die('Go away!');?>
snoz is offline
View Public Profile
 
Old 06-30-2006, 10:38 AM Re: Firefox display problem
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
I wouldn't exactly say that.. see attached screenshot.

You still have a lot of invalid markup, you didn't 'solve' that.
Attached Images
File Type: jpg keotekscreen.jpg (16.6 KB, 4 views)
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
View Public Profile
 
Old 06-30-2006, 12:12 PM Re: Firefox display problem
snoz's Avatar
Novice Talker

Posts: 8
Name: Bruno Bernardino
Trades: 0
Please read:
Quote:
No need to reply to this post anymore, the problem is solved.
Thanks for your attention anyway.

I'm aware my markup is invalid, you're not the only person that knows markups, that wasn't what I've asked, if you don't want or can't give a solution for my problem, don't just say "it's not as it should be", "it's invalid markup", etc.

Post useful posts, don't post what everyone can see.

The problem I had is solved, that text over the rest is another problem, due to the table being floated to the right, not what I wanted to solve in this thread.

As I've said before, thanks for your attention anyway.
__________________
<?php if ($youreaniceperson) echo $my->persInfo(); else die('Go away!');?>
snoz is offline
View Public Profile
 
Closed Thread     « Reply to Firefox display problem
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.35030 seconds with 13 queries