boondocksaint
01-08-2005, 11:16 PM
Hi,
I need help and a couple of answers.
First of all, why is it that much of CSS doesn't work in IE?
If you go to my web site (http://pig-fart.us) in Firefox and IE, you will see differences, such as background image in the iframe on the front page.
My main concern is javascript popup code which works in Firefox, but does not in IE. Click "matey" button, there is a section BIOS. If you click M, in FF, a window should open, while in IE, it does not.
I have this code in the HEAD section of the page:
<script language="JavaScript">
function michael(){
window.open("images/bios/m.png", "Michael Popov", "width=420px,height=520px,menubar=no,resizable=no,s crollbars=no,directories=no,,toolbar=no");}
</script>
The M button contains this code:
<a href="javascript: michael()"><img src="images/bios/m_thumb.png" border="0px"title="Michael Popov"></a>
http://img.photobucket.com/albums/v397/boondocksaint2k/b00d6bcb.png
What I'm asking is, is there a way to make my website function in both browsers?
I need help and a couple of answers.
First of all, why is it that much of CSS doesn't work in IE?
If you go to my web site (http://pig-fart.us) in Firefox and IE, you will see differences, such as background image in the iframe on the front page.
My main concern is javascript popup code which works in Firefox, but does not in IE. Click "matey" button, there is a section BIOS. If you click M, in FF, a window should open, while in IE, it does not.
I have this code in the HEAD section of the page:
<script language="JavaScript">
function michael(){
window.open("images/bios/m.png", "Michael Popov", "width=420px,height=520px,menubar=no,resizable=no,s crollbars=no,directories=no,,toolbar=no");}
</script>
The M button contains this code:
<a href="javascript: michael()"><img src="images/bios/m_thumb.png" border="0px"title="Michael Popov"></a>
http://img.photobucket.com/albums/v397/boondocksaint2k/b00d6bcb.png
What I'm asking is, is there a way to make my website function in both browsers?