Covering the MySpace URL box without the table height getting adjusted, Does anyone know how to fix this? |
Covering the MySpace URL box without the table height getting adjusted, Does anyone know how to fix this? |
![]()
Post
#1
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 55 Joined: Jan 2006 Member No: 357,005 ![]() |
Does anyone know of a way to use the first method described here to cover the MySpace URL box without it increasing the height of the table?
I'm currently using the 2nd method, but am getting annoyed with the page changing itself all the time. I constantly have to keep adjusting the coordinates of the div. Anytime I line it up right, the page moves itself again. Either the links above the ad space out or the space above my caption disappears/reappears as is the case this time: See for yourself. Notice how the floating MySpace URL box is too low, even though it was lined up perfectly 2 days ago. It is for this reason that I'd like to switch to the 1st method. It's just a shame I can't get it to work without stretching the box vertically. Any help getting either method to work unconditionally would be greatly appreciated. EDIT: Updated profile, so it's different now |
|
|
![]() |
![]()
Post
#2
|
|
![]() What's my name? Janette. and ily. <3 ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,139 Joined: Apr 2006 Member No: 391,911 ![]() |
No, just the code to hide your myspace url.
But, like Holly I wonder, why do you need to hide it in the first place? |
|
|
![]()
Post
#3
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 55 Joined: Jan 2006 Member No: 357,005 ![]() |
But, like Holly I wonder, why do you need to hide it in the first place? Someone already asked that. I want the table to look the same as the others with the heading in the white bar. I don't see what difference it makes whether I want to put something useless there or a picture of a basket of kittens, I've seen people do it without it changing their table height or affecting the contents of their Blurbs sectionNo, just the code to hide your myspace url. This is the code for if I'm using the 2nd method (the coordinates change, whenever I need to move it): CODE <style> and this is the code I'm currently (and unsuccessfully) using to try to get the 1st method to work: div.myspaceurl {position:relative; background-image:url(http://www.jjjennnnn.x3fusion.com/images/redbox2.gif); background-position:center; background-repeat:no-repeat; left:-347px; top:195px; width:312px; height:57px;} </style> CODE <style> strong {background-image:url("http://www.jjjennnnn.x3fusion.com/images/redbox2.gif"); background-position:center; display:block; width:312px; height:57px;} </style> What I'm asking though is, do you think that maybe somewhere else in my mess of code is something that's making the profile unpredicably space itself out randomly all the time? |
|
|
![]() ![]() |