Log In · Register

 
 
Closed TopicStart new topic
Can't make 'extended network box in internet explorer disapear completely
eb2000
post Feb 22 2009, 09:16 AM
Post #1


Member
**

Group: Member
Posts: 25
Joined: Feb 2009
Member No: 715,788



Hi
I'm trying to get rid of the extended newtork box on my myspace.
I'm using the table.extendedNetwork {display:none;}
it works perfectly in fire box but internet explorer leaves this little line and it's annoying my layout. stubborn.gif

here's the site http://www.myspace.com/snapnight

any help would be awesome
 
creole
post Feb 22 2009, 09:47 AM
Post #2


Senior Member
*******

Group: Staff Alumni
Posts: 4,665
Joined: Aug 2008
Member No: 676,364



Try this.
Maybe just take out the "table" part out?
 
Mickey
post Feb 22 2009, 09:53 AM
Post #3


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



I removed a bit in your code that sets a background to all your tables and I just added a code to add a background to only some of them (the ones that are showing). That fixed it. Here are your revised About Me codes:

CODE
<style>
table table, td td {border:0px; background:none;}
.extendedNetwork {display:none!important; height:0px; width:0px; padding:0px; border:0px solid!important;}
</style>

<img src="http://www.dravalanche.com.au/snap/about.jpg" />
<br />
<br />

Hands up if you like good music to dance to?
Good. So do we!
<br />
<br />
That is why we put on the SNAP! night at the Baroque night spot above the Carrington in Katoomba.
<br />
<br />
Each night features live bands and DJ’s playing an even blended mix of reggae, punk, rock n roll and ska.
<br />
<br />
If you like the bands from the above list then you will surely love this night of SNAP!
<br />
<br />
<br />
<br />
<img src="http://www.dravalanche.com.au/snap/coming.jpg" />
<br />

<br />
Snaps! opening night is happening soon. Info coming up soon so stay tuned to this space.
<br />
<br />
<br />


<div class="masthead"><span></span></div>

<style>

NOTE {THIS SETS THE COLOUR FOR THE BACKGROUND MAIN TABLE}

NOTE {Reduce font metrics to tighten up top of screen... apply background color... apply IE-only background image if desired}

body {background-repeat: repeat-y; background-position: top center; background-color:332816; background-image: url(http://www.dravalanche.com.au/snap/background.jpg);}

NOTE {Apply better spacing to paragraphs}

p {margin: 0px 0px 1em 0px; font-family: Verdana, sans-serif !important}

NOTE {Set standard color and style for links}

a, a:link, a:visited {color:437538; text-decoration: none;}

a:hover {color:76996E; text-decoration: none}

img {border: none}

NOTE {Set the BR height to create a vertical space between modules which is equal to the horizontal space between columns... gotta keep the grid tidy}

br {line-height: 20px;}

NOTE {Apply standard form-taming}

form {border-width:0px;background-color:none;}

input {background-color:transparent !important}

NOTE {Shifts banner ad over by a few pixels to re-center it}

body>div {margin-left: 10px;}

NOTE {Zeros out messed up colors and spacing that are inherent to most MySpace tables}

table, tr, td, table table, table table td {border:0px; background-color: transparent;}

table table table td {background-color:transparent;margin:0px;padding: 0 26px 15px 26px}

NOTE {These are your standard content modules... apply desired background color}

table table table table {border:0px;background-color:transparent;padding:0px;margin:0px; background-image: none;}

table table table table td {padding:0px;margin:0px;border;0px;}

NOTE {THIS SETS THE COLORS FOR THE TABLES}
table table table {margin:0px; width: 100% !important;}

NOTE {THIS SETS THE HEADER}
.masthead {width: 800px; height: 200px; position: absolute; margin-left: -430px; left: 53%; top: 175px; background-image: url(http://www.dravalanche.com.au/snap/header.jpg);}

NOTE {Pushes your content down to make room for the masthead}
body table {margin-top:190px;}
body td table, body div table {margin-top: 0;}

NOTE {THIS CHANGES THE NAME HEADING}
.nametext {background-image: url(http://www.dravalanche.com.au/snap/nameHeading.jpg); background-position: bottom center; background-repeat: no-repeat; overflow: hidden; height: 83px; width: 250px; font-size: 1px; text-align: left; color: f4f3d8; padding: 0px 0px 0px 30px; display: block; margin: 14px 0px 8px 0px; border-width: 0px 0px 3px 0px; border-style: none; border-color: none;}

NOTE {This hides about & meet}
.blurbs td.text {display:none;}
.blurbs td td span.orangetext15 {display:none;}

NOTE {This hides my details}
.userProfileDetail {display:none;}

NOTE {This hides my URL}
.userProfileURL {display:none;}


NOTE {This hides my interests}
.interestsAndDetails td.text {display:none;}
.interestsAndDetails span.lightbluetext8 {display:none;}
.interestsAndDetails td {width:0px;}

NOTE {BLOG HEADER }
.latestBlogEntry .btext {
background-image:url("http://www.dravalanche.com.au/snap/blog.jpg");
background-repeat:no-repeat;
background-position:left;
height:60px;
display:block;
font-size:0px;
line-height:1px;
color:ffffff;
}

NOTE {FRIENDS HEADER }
.friendSpace .orangetext15 {
background-image:url("http://www.dravalanche.com.au/snap/friends.jpg");
background-repeat:no-repeat;
background-position:left;
height:50px;
display:block;
font-size:0px;
line-height:1px;
color:ffffff;
}

NOTE {COMMENTS HEADER }
.friendsComments .orangetext15 {
background-image:url("http://www.dravalanche.com.au/snap/comments.jpg");
background-repeat:no-repeat;
background-position:left;
height:60px;
display:block;
font-size:0px;
line-height:1px;
color:ffffff;
}

NOTE {THIS MOVES DOWN LEFT COLUMN }
table.profileInfo, table.contactTable, table.interestsAndDetails {position:relative; top:40px;
}

.profileInfo, .latestBlogEntry, .contactTable, .blurbs, .interestsAndDetails, .friendSpace, .friendsComments {
background-color:F3B701;
}

</style>
 
eb2000
post Feb 22 2009, 11:43 AM
Post #4


Member
**

Group: Member
Posts: 25
Joined: Feb 2009
Member No: 715,788



hey Mike, worked perfectly!
Thanks heaps for that. I owe you one. biggrin.gif

Can close thread now.
 
Mickey
post Feb 22 2009, 03:28 PM
Post #5


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



Topic closed & moved.
 

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