Log In · Register

 
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
 
 
Start new topic
Replies
digitalfragrance
post Oct 16 2007, 11:45 PM
Post #2


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).
 

Posts in this topic
themusicworld2050   HELP DIV FIREFOX AND IE7 !   Oct 15 2007, 09:17 PM
Insurmountable   Can you give me a screen shot of what it looks lik...   Oct 15 2007, 09:24 PM
themusicworld2050   IE7 http://i96.photobucket.com/albums/l179/the.....   Oct 15 2007, 09:42 PM
Insurmountable   find this: QUOTE.TOP-BANNER { background-color:000...   Oct 15 2007, 10:15 PM
themusicworld2050   THAT WORK GREAT THANX BUT THERES ANOTHER PROMBLEM...   Oct 15 2007, 11:30 PM
digitalfragrance   Have you tried aligning your tables in IE and addi...   Oct 16 2007, 12:52 PM
themusicworld2050   yea and did not work it moves the tables to te bot...   Oct 16 2007, 08:55 PM
digitalfragrance   Have you tried spacing the tables out correctly, b...   Oct 16 2007, 09:27 PM
themusicworld2050   how u do that?   Oct 16 2007, 09:29 PM
digitalfragrance   Wait, nevermind, that wouldn't work on Myspace...   Oct 16 2007, 09:37 PM
themusicworld2050   so then what can i do ?   Oct 16 2007, 11:11 PM
digitalfragrance   Hm. I think that's just one of those Firefox/I...   Oct 16 2007, 11:29 PM
themusicworld2050   0k but can u help me with the hovers?????   Oct 16 2007, 11:35 PM
digitalfragrance   Okay, here's what the person did. She named th...   Oct 16 2007, 11:45 PM
themusicworld2050   do u now any site or anything that will help me ma...   Oct 17 2007, 12:04 AM
Insurmountable   Help is what were here for But first I suggest r...   Oct 17 2007, 02:01 AM
themusicworld2050   If i make a div from using information from this s...   Oct 17 2007, 04:53 PM
IVIike   yeah it will work in all browsers   Oct 17 2007, 07:00 PM


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