Log In · Register

 
 
Closed TopicStart new topic
HELP DIV FIREFOX AND IE7 !, AND HOVERS!! IF YOU CAN !
themusicworld205...
post Oct 15 2007, 09:17 PM
Post #1


Senior Member
***

Group: Member
Posts: 81
Joined: Jun 2007
Member No: 530,057



THIS WORKS FOR FIREFOX BUT NOT IN IE7. WHY?
ANOTHER QUESTION HOW YOU PUT HOVERS LIKE IN THIS PAGE : http://www.divoverlay.com/myspace-layouts/preview/56

About Me:
CODE
<style type="text/css">



.BOTTOM-BG {
background-color:000000; color:000000;
border:15px solid; border-color:000000;
width:953px; height:130px; overflow:auto;
position:absolute; z-index:1; left:50%; top:0%;
margin-left:-490px; margin-top:1160px;
visibility:visible;}


.TOP-BG {
background-color:000000; color:000000;
border:15px solid; border-color:990000;
width:953px; height:980px; overflow:auto;
position:absolute; z-index:1; left:50%; top:0%;
margin-left:-490px; margin-top:150px;
visibility:visible;}

.NAV {
background-color:000000; color:000000;
border:0px solid; border-color:ffffff;
width:983px; height:30px; overflow:auto;
position:absolute; z-index:2; left:50%; top:0%;
margin-left:-490px; margin-top:315px;
visibility:visible;}

.TOP-BANNER {
background-color:000000; color:000000;
border:15px solid; border-color:990000;
width:953px; height:130px; overflow:auto;
position:absolute; z-index:2; left:50%; top:0%;
margin-left:-490px; margin-top:150px;
visibility:visible;}

.LEFT-BOX {
background-color:000000; color:000000;
border:2px solid; border-color:FFFFFF;
width:200px; height:500px; overflow:auto;
position:absolute; z-index:2; left:50%; top:0%;
margin-left:-475px; margin-top:350px;
visibility:visible;}

.CENTER-BOX {
background-color:000000; color:000000;
border:2px solid; border-color:FFFFFF;
width:515px; height:500px; overflow:auto;
position:absolute; z-index:2; left:50%; top:0%;
margin-left:-255px; margin-top:350px;
visibility:visible;}

.RIGHT-BOX {
background-color:000000; color:000000;
border:2px solid; border-color:FFFFFF;
width:200px; height:500px; overflow:auto;
position:absolute; z-index:2; left:50%; top:0%;
margin-left:275px; margin-top:350px;
visibility:visible;}


.BOTTOM-BOX {
background-color:000000; color:000000;
border:2px solid; border-color:FFFFFF;
width:953px; height:200px; overflow:auto;
position:absolute; z-index:1; left:50%; top:0%;
margin-left:-475px; margin-top:860px;
visibility:visible;}

</style>




<style type="text/css">
.userProfiledetail, .userProfileURL, .userProfileSchool, .interestsAndDetails, .friendsComments,.extendedNetwork, .latestBlogEntry, .friendSpace, .orangetext15, .navigationbar, .profileInfo, .contacttable { display:none;}
a.text, table div font a, table div div {visibility:hidden;}
table tr td div font {display: none;}
table, td, tr{ background-color:transparent;}
</style>

<style type="text/css">

.a {hide top search bar}
div div select, div div form {display:none !important;}
<style>



I'd Like to Meet:
CODE

<div align="center"><div class="BOTTOM-BG">
</div>

<div class="TOP-BG">
</div>

<div class="NAV">
</div>

<div class="TOP-BANNER">
<img src="http://i96.photobucket.com/albums/l179/themusicworld2050/hvhdr.jpg">
</div>

<div class="LEFT-BOX">
</div>


<div class="CENTER-BOX">
</div>


<div class="RIGHT-BOX">
</div>


<div class="BOTTOM-BOX">
</div>




<style type="text/css">

body {
background-color:ffffff;
background-image:url(http://i96.photobucket.com/albums/l179/themusicworld2050/sdfdghj.jpg);
background-position: bottom left;
background-attachment:fixed;
background-repeat: no-repeat;
}
</style></div>
Reason for edit: codebox = holly
 
Insurmountable
post Oct 15 2007, 09:24 PM
Post #2


Cornflakes :D
*******

Group: Staff Alumni
Posts: 4,541
Joined: Dec 2005
Member No: 322,923



Can you give me a screen shot of what it looks like in IE?
 
themusicworld205...
post Oct 15 2007, 09:42 PM
Post #3


Senior Member
***

Group: Member
Posts: 81
Joined: Jun 2007
Member No: 530,057



IE7


http://i96.photobucket.com/albums/l179/the...0/layoutIE7.jpg

FIREFOX

http://i96.photobucket.com/albums/l179/the...youtfirefox.jpg
 
Insurmountable
post Oct 15 2007, 10:15 PM
Post #4


Cornflakes :D
*******

Group: Staff Alumni
Posts: 4,541
Joined: Dec 2005
Member No: 322,923



find this:
QUOTE
.TOP-BANNER {
background-color:000000; color:000000;
border:15px solid; border-color:990000;
width:953px; height:130px; overflow:auto;
position:absolute; z-index:2; left:50%; top:0%;
margin-left:-490px; margin-top:150px;
visibility:visible;}


And change it to this:
CODE
.TOP-BANNER {
background-color:000000; color:000000;
border:15px solid; border-color:990000;
width:953px; height:130px; overflow:none;
position:absolute; z-index:2; left:50%; top:0%;
margin-left:-490px; margin-top:150px;
visibility:visible;}
 
themusicworld205...
post Oct 15 2007, 11:30 PM
Post #5


Senior Member
***

Group: Member
Posts: 81
Joined: Jun 2007
Member No: 530,057



THAT WORK GREAT THANX

BUT THERES ANOTHER PROMBLEM

TABLES MOVE TO THE SIDE

IE7 :
http://i96.photobucket.com/albums/l179/the...d2050/IE7-2.jpg

FIREFOX :
http://i96.photobucket.com/albums/l179/the...0/firefox-2.jpg
 
digitalfragrance
post Oct 16 2007, 12:52 PM
Post #6


Adobe Addict
******

Group: Staff Alumni
Posts: 1,237
Joined: Mar 2005
Member No: 113,043



Have you tried aligning your tables in IE and adding the "!important" attritube to all of the margin values?
 
themusicworld205...
post Oct 16 2007, 08:55 PM
Post #7


Senior Member
***

Group: Member
Posts: 81
Joined: Jun 2007
Member No: 530,057



urgent.gif yea and did not work it moves the tables to te bottom
 
digitalfragrance
post Oct 16 2007, 09:27 PM
Post #8


Adobe Addict
******

Group: Staff Alumni
Posts: 1,237
Joined: Mar 2005
Member No: 113,043



Have you tried spacing the tables out correctly, but then using a DIV layer wrapped around the enitre table code to center it? I know that works for HTML... for both browsers
 
themusicworld205...
post Oct 16 2007, 09:29 PM
Post #9


Senior Member
***

Group: Member
Posts: 81
Joined: Jun 2007
Member No: 530,057



how u do that?
 
digitalfragrance
post Oct 16 2007, 09:37 PM
Post #10


Adobe Addict
******

Group: Staff Alumni
Posts: 1,237
Joined: Mar 2005
Member No: 113,043



Wait, nevermind, that wouldn't work on Myspace. Sorry about that.
 
themusicworld205...
post Oct 16 2007, 11:11 PM
Post #11


Senior Member
***

Group: Member
Posts: 81
Joined: Jun 2007
Member No: 530,057



so then what can i do ?
 
digitalfragrance
post Oct 16 2007, 11:29 PM
Post #12


Adobe Addict
******

Group: Staff Alumni
Posts: 1,237
Joined: Mar 2005
Member No: 113,043



Hm. I think that's just one of those Firefox/IE stupidities... I'm not sure you can correct it to that degree.
 
themusicworld205...
post Oct 16 2007, 11:35 PM
Post #13


Senior Member
***

Group: Member
Posts: 81
Joined: Jun 2007
Member No: 530,057



0k sad.gif

but can u help me with the hovers?????
 
digitalfragrance
post Oct 16 2007, 11:45 PM
Post #14


Adobe Addict
******

Group: Staff Alumni
Posts: 1,237
Joined: Mar 2005
Member No: 113,043



Okay, here's what the person did. She named those links individual names "add, block, etc", and then created normal link CSS according to that, like this for the add link:
CODE
.add a:link, .add a:visited, .add a:active {
    width: 70px;
    height: 35px;
    background-image: url("http://i174.photobucket.com/albums/w111/divoverlaycom/DIV/butyou/add1.gif");
    display: block;
    z-index:5;}
.add a:hover {
    width: 70px;
    height: 35px;
    z-index:5;
    background-image: url("http://i174.photobucket.com/albums/w111/divoverlaycom/DIV/butyou/add2.gif");
    display: block;}


She put height and width attributes accordingly to the images that she used to link. Also, she made the original link a picture [add] (first gif reference) and then made the hover picture [add with the strikeout] (second gif reference).
 
themusicworld205...
post Oct 17 2007, 12:04 AM
Post #15


Senior Member
***

Group: Member
Posts: 81
Joined: Jun 2007
Member No: 530,057



do u now any site or anything that will help me make a div that WORKS for firefox and IE7 ??????
 
Insurmountable
post Oct 17 2007, 02:01 AM
Post #16


Cornflakes :D
*******

Group: Staff Alumni
Posts: 4,541
Joined: Dec 2005
Member No: 322,923



Help is what were here for _smile.gif

But first I suggest reading these topics:
http://www.createblog.com/forums/index.php?showtopic=142922
http://www.createblog.com/forums/index.php?showtopic=97397
 
themusicworld205...
post Oct 17 2007, 04:53 PM
Post #17


Senior Member
***

Group: Member
Posts: 81
Joined: Jun 2007
Member No: 530,057



If i make a div from using information from this sites will they work for firefox and IE7???
 
IVIike
post Oct 17 2007, 07:00 PM
Post #18


Hey, I'm Mike
******

Group: Staff Alumni
Posts: 1,272
Joined: May 2006
Member No: 406,241



yeah it will work in all browsers thumbsup.gif
 

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