Click to See Complete Forum and Search --> : Border disappears in IE
seawind
09-12-2006, 08:26 PM
http://www.hrvarealestate.com/apa/admin/template.php
In IE:
I'm using dreamweaver and when I add a Layer in to another layer the border disappears on the original layer. If I click off the page on to another browser window then click back to that browser window the border shows up.
In FireFox:
You don't see any borders.
Please help me with this! I just can't seem to figure it out...
Thanks!
ray326
09-13-2006, 12:40 AM
Change your border defs to border:2px solid #0000CC;
seawind
09-13-2006, 09:41 AM
Thanks! That fixed the problem in FireFox but IE is still doing the same thing...?
WebJoel
09-13-2006, 10:59 AM
#Layer3 {
float:right;
width:200px;
height:100px;
margin:20px 4px 0 0;
/*border:1px solid red;*/
}
-->
</style></head>
<body>
<div id="main1">
<img src="/apa/images/header.jpg" alt="American Pride Automotive Logo" width="775" height="77" /></div>
<div id="main2">
<!-- DO NOT MOVE! The following AllWebMenus linking code section must always be placed right AFTER the BODY tag-->
<!-- ******** BEGIN ALLWEBMENUS CODE FOR menu ******** -->
<span id='xawmMenuPathImg-menu' style='position:absolute;top:-50px;left:0px'><img name='awmMenuPathImg-menu' id='awmMenuPathImg-menu' src='http://www.hrvarealestate.com/apa/menus/awmmenupath.gif' alt=''></span>
<script type='text/javascript'>var MenuLinkedBy='AllWebMenus [4]', awmBN='626'; awmAltUrl='';</script><script charset='UTF-8' src='http://www.hrvarealestate.com/apa/menus/menu.js' language='JavaScript1.2' type='text/javascript'></script><script type='text/javascript'>awmBuildMenu();</script>
<!-- ******** END ALLWEBMENUS CODE FOR menu ******** --></div>
<div id="main3">
<div id="Layer3">Here is the layer inside the original layer if you delete this it shows the border???</div>
<p class="margin">We Specialize in: </p>
<p class="margin">Family owned and operated, (etc.)....
Try this. :)
seawind
09-13-2006, 10:32 PM
That worked but I can't use absolute positioning which I need to on part of the page so that fix can not be incorporated to work for the whole page... right?
This is what it looks like with the above code... http://www.hrvarealestate.com/apa/admin/temp2.php
Thanks atleast it's getting somewhere!