Log In · Register

 
Space Above Ad [FF vs. IE], Looks fine in FF, but not in IE.
shaunyshotgun
post Sep 23 2006, 07:57 PM
Post #1


Member
**

Group: Member
Posts: 10
Joined: Sep 2006
Member No: 465,382



How do I solve this problem? The space above the ad, my picture, is where I want it to be in FireFox; but, it's not Internet Explorer.

CODE
<div class="banner">
<img src="http://i9.tinypic.com/2vm62wm.jpg" border="0" /></div>

<style type="text/css">
.banner {width: 600px; height:450px;position: absolute;margin-left: -302px;left: 50%;top: 40px;}
body {margin-top:535px;}
</style>


Help?
Thanks.
 
 
Start new topic
Replies
*This Confession*
post Sep 23 2006, 08:38 PM
Post #2





Guest






Change your codes to this now :

CODE
<div class="banner">
<img src="http://i9.tinypic.com/2vm62wm.jpg" border="0" /></div>

<style type="text/css">
.banner {width: 600px; height:450px;position: absolute;margin-left: -302px;left: 50%;top: 150px;}
body {margin-top:800px;}
</style>

<style type="text/css">

body{background-image:url('http://img.photobucket.com/albums/v296/normajean771/backg.jpg');}

a img {border:none;}

a img { filter:none; }
a:hover img { filter: xray; }

input, form {background-color:ffffff;}

input, form, td.text input, td input {visibility: visible !important;}



a:active , a:link , a:visited { color:000000;font-size:11px;font-family:arial;cursor:help; }


a:hover { cursor:crosshair; color:000000; text-decoration: default;font-weight: none; font-size: 8pt;border-bottom:1px dashed;border-bottom-color:333333; }



table table table table{border:0px;}

a.text
{
    font-weight:normal;
    font-family:small fonts;
    font-weight:normal;
    font-size:7px;
    text-transform:uppercase;
    color:000000;
    text-decoration:none;
}
a.text:hover
{
    font-weight:normal;
    font-family:small fonts;
    font-weight:normal;
    font-size:7px;
    text-transform:uppercase;
    color:000000;
    text-decoration:none;
    border-bottom:1px dashed;
    border-bottom-color:333333;
}



.text {color:black; font-family: arial; text-transform: lowercase; font-size:11px; line-height: 12px; }

.whitetext12 {color:000000; font-family: arial; text-transform: case; font-size: 8pt; line-height:12px;}

.nametext { text-align: center; text-transform:lowercase; font-family: color:000000; font-weight:normal; line-height:8px;letter-spacing:1px;arial; font-size:8pt; }

a.searchlinksmall {color:; font-family: arial; text-transform: lowercase; line-height:12px;font-size: 8pt; }


.btext { color:000000; font-family: arial; text-transform:lowercase; font-size:8pt;   }

a:link.searchlinksmall {color:000000; font-size: 8pt; line-height: 12px; font-family: arial; text-transform: lowercase;  }

.descripts {border: 1px solid black; background-color:ffffff;}

.lightbluetext8 {color:000000; font-size:7px;font-weight:normal;text-transform:uppercase;letter-spacing:1px; font-family:small fonts; }

.blacktext12 {color:000000; font-size:7px;font-weight:normal;text-transform:uppercase;letter-spacing:1px; font-family:small fonts; }

.orangetext15 {color:000000;line-height:9px;font-family:arial;letter-spacing:1px;text-decoration:none;font-size:11px;font-weight:normal;border-bottom:1px dashed;
    border-bottom-color:333333;}

.redbtext {color:000000;text-transform:lowercase;font-size:8pt;font-family:arial;line-height:12px;}

a:link.redlink , a:active.redlink , a:visited.redlink , a:hover.redlink {color:000000; font-family: arial;font-size: 8pt; line-height:10px; text-transform:lowercase; color:000000;}

.blacktext10 {color:000000; font-family:Times new roman; letter-spacing:1px;text-decoration:none; text-transform:uppercase; font-size:30px;}

a.navbar:link , a.navbar:active , a.navbar:visited {font-family:arial;font size:8pt;font-weight: normal; color:000000; background-color: padding:1px;text-transform:lowercase;}

font, td, body, input, textarea, p, div, tr, table, a {font-family: arial; font-size: 8pt; color:black; border: 0px; align:justify; line-height:12px;letter-spacing:1px;}


i { color:000000;font-family:times new roman;font-size:11px;font-weight:normal; }

u { border-bottom:1px dashed;
    border-bottom-color:333333; text-decoration:underline;}

</style>



<style>.orangetext15{display: none;}</style>

<style>.nametext{color:000000; font-family:Times new roman;text-decoration: none; font-size: 38pt;font-weight:;letter-spacing:;border: none; letter-spacing:-2px; line-height:14px;background-color:;text-transform: lowercase;display: inline; position: relative; top: -10px; left: 100px;}</style>

<style type="text/css">.lightbluetext8 {display:none;}
table table table table td {width:0px;}
.contactTable td, table table td.text table td,
table table table table table td {width:auto;}</style>

<style type="text/css">
table td table tr td.text table {visibility:hidden;}
table td table tr td.text table table, table td table tr td.text table table td.text {visibility:visible;}
</style>

<style type="text/css">
.contactTable {
position:absolute; left:50%;
top:1000px; margin-left:22px;
z-index:3;}
</style>

<style type="text/css">
td.text a img {
width: 125px !important;}
td.text td.text a img {
width: 100px !important;}
</Style>

<style type="text/css">
table table table table td.text {
font-size:8px;
font-family:small fonts;
letter-spacing:1px;}
</style>

<style type="text/css">
.comt td td td a{visibility:hidden!important;font-size:0px!important;}
</style>


<style type="text/css">
a.navbar:link, a.navbar:visited {color:white;
background-color:grey; }
a.navbar:hover {color:grey;
    background-color:white;
    text-decoration:none;}
</style>



Tell me on AIM when you got this, so I can erase it. So no one tries and takes all your layout code. Don't think you would care. but some do at times. -shrugs-
 

Posts in this topic
shaunyshotgun   Space Above Ad [FF vs. IE]   Sep 23 2006, 07:57 PM
This Confession   top: 40px; change the 40 to 0 If that doesn...   Sep 23 2006, 08:06 PM
shaunyshotgun   No, it didn't work. code removed. feel free ...   Sep 23 2006, 08:12 PM
This Confession   Change your codes to this now : CODE<div clas...   Sep 23 2006, 08:38 PM


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: