Question:

I need Myspace Html/CSS Help?

by Guest58762  |  earlier

0 LIKES UnLike

Here is my test account profile. make sure to use Internet Explorer.

http://www.myspace.com/bigtonytestaccount

Notice under "Block Me" on my buttons you see a small box with "big-tony" in it. Thats my chat room box. for some reason no matter WHAT i put for the div position it will NOT move.. Im trying to move it to the big box labeled "big-tony" i will email you my layout code if you think you can help.

 Tags:

   Report

1 ANSWERS


  1. you have the position code in your profile twice

    see this?

    .chat {

    width:200px;

    height:60px;

    overflow:auto;

    position:absolute;

    z-index:2; left:50%; top:0%;

    margin-left:-265px; margin-top:1195px; text-align:center;

    visibility:visible;}

    you have that in 2 places, and are probably changing the one that comes first, because the one that comes second is overriding the values

    remove one of those blocks of code, and that should fix your problem

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.