Talk:MySpace Layouts Questions

From Wix.com

Jump to: navigation, search

Hey!

I followed your advice on repairing/patching MySpace links by placing a blank red box over the top of the areas which I needed to link to external sites:

support.wix.com/index.php/MySpace_Layouts_Questions#What_to_do_if_my_MySpace_links_are_blocked.3F

Here is the result before removing the "background-color:#ff0000" of each box:

twitpic.com/e41df

This has worked very well. However, I feel that it's important to add that the code needs to be adapted depending on the width and height of the red box... For example, if you make the width and height in the first part of the code, say width:300px; height:250px; eg:

<div style=" background-color:#ff0000;position:absolute; left:50px; top:552px; width:300px; height:250px; z-index:9;"><a href="http://www.?????}"><img src="http://static.wix.com/client/spacer.gif" width="55" height="40" border="0" /></a></div>

Then you also need to alter the width and height of the image taken from the second part of the code; eg:

<div style=" background-color:#ff0000;position:absolute; left:50px; top:552px; width:300px; height:250px; z-index:9;"><a href="http://www.?????}"><img src="http://static.wix.com/client/spacer.gif" width="300" height="250" border="0" /></a></div>

  • I have noticed that there is a problem when interacting with the newly patched MySpace profile wherever a browser sidebar is installed or opened. The problem arises when a sidebar pushes the contents of the main web page across to the left or right. As the new overlapping red boxes are not fixed to the background position of the original profile...
  • Anybody got any suggestions as to how to fix this?