The following code works in Firefox.
<li><a href="#self" onclick="document.getElementById('products').innerHTML='<iframe src="open/1.html" width="400%" height="600" scrolling="no" frameborder="no"></iframe>'">5-6-6 Starter Fertilizer</a></li>
But blows the right side out in IE.
Page = http://cloneconnection.net/ans/products.html
Any help would be great.
Thanks
Ked
On this page http://northjacksonfd.com/personnel.html the table color in IE is a light gray, In Firefox 3 its orange. Any idea as to why?
Here is the css for that table.
.bdr {
border-style:solid;
border:#D2D2D2;
border:thin;
}
I saved this script to a jsp. menu.jsp
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}
#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
Is it possible to add code, where the news ticker opens in a new window. Seen here = http://northjacksonfd.com/home.html
If you click on the Firehouse image a new window opens. If you click on the news link, it opens in the current window.
This form (see here - http://www.christiangamers.net/forum/template.php?page=36) is suppose to submit (via email). It seems to process fine, but no email. Do you see anything wrong?