Jump to content


IE vs Firefox


6 replies to this topic

#1 Dekline

    Young Padawan

  • Members
  • Pip
  • 32 posts

Posted 19 September 2005 - 08:33 AM

http://sacredlegion.dns04.com

I'm having a bit of troubles with this. This is my first actual site I'm making without help of Geocities, etc. Its all in HTML, Javascript, and CSS.

My first problem is if you view the 3rd song, it stretches the table cells on the left menu's. Is there any way to prevent this from happening?

My second problem is that it messes up in IE, but it looks perfectly fine in Firefox. I've searched for the answer for this, but couldn't find one that would help me.

If anyone could help me, I'd greatly appreciate it!

#2 hobulus

    Jedi In Training

  • Members
  • PipPip
  • 346 posts
  • Location:United Kingdom

Posted 19 September 2005 - 09:59 AM

nice one... a great question that about coding for IE and firefox... Let me know if you find out how to do it!
:lol:

#3 coolaid

    P2L Jedi Master

  • Members
  • PipPipPipPip
  • 1,435 posts
  • Gender:Male
  • Interests:i wonder..

Posted 19 September 2005 - 06:06 PM

thats not a great question....

i'll be lookin for the awnserS because atm, it looks like you picked off code here and there and your not sure what does what so you got a lot of wierd code you dont need. in the meantime, you might want to learn what the css and xhtml you use actually does.. you might also want to learn to code with divs not tables
click this link to the tutorial that i like to tell everyone about :hi:

Edited by coolaid, 19 September 2005 - 06:06 PM.


#4 hobulus

    Jedi In Training

  • Members
  • PipPip
  • 346 posts
  • Location:United Kingdom

Posted 20 September 2005 - 02:50 AM

so basically coding with div tags and not in tables sorts out the hassles between IE and Firefox... Is that whats being said?

#5 coolaid

    P2L Jedi Master

  • Members
  • PipPipPipPip
  • 1,435 posts
  • Gender:Male
  • Interests:i wonder..

Posted 20 September 2005 - 05:27 PM

divs and tables are nearly exactly the same.
<table><tr><td></td></tr></table>

is the same as

<div></div>

the problem with cross browser is the css.

#6 Dekline

    Young Padawan

  • Members
  • Pip
  • 32 posts

Posted 20 September 2005 - 08:10 PM

What should I do then? Get rid of the CSS completely?

#7 finlay

    Young Padawan

  • Members
  • Pip
  • 45 posts
  • Interests:Adobe, PHP

Posted 21 September 2005 - 10:00 AM

Looks fine in firefox..

Update : sorry, didnt read it properly. Umm.. i hate how IE always displays thing wrong :huh:

but i dont know how you would fix it

Edited by finlay, 21 September 2005 - 10:02 AM.






1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users