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!
IE vs Firefox
Started by Dekline, Sep 19 2005 08:33 AM
6 replies to this topic
#1
Posted 19 September 2005 - 08:33 AM
#2
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!
#3
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
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
Edited by coolaid, 19 September 2005 - 06:06 PM.
#4
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
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.
<table><tr><td></td></tr></table>
is the same as
<div></div>
the problem with cross browser is the css.
#6
Posted 20 September 2005 - 08:10 PM
What should I do then? Get rid of the CSS completely?
#7
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
but i dont know how you would fix it
Update : sorry, didnt read it properly. Umm.. i hate how IE always displays thing wrong
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
