View Full Version : 2 questions! absolute positioning? centered positioning?


blackmascara
04-15-2005, 04:34 PM
Hey there people :)

Just 2 quick questions regarding image positioning:

I have a myspace account that I've almost completed personalising. I just have one more thing to do but I can't seem to figure out how to do it! As you know, there is a default layout that comes with every myspace profile, and you can change it through css. Well, how would I insert an image under the navigation but above the profile?

if you go here (http://myspace.com/blackmascara) you will see what I mean. Do you see the image that says "she's a predator posing as a housepet" near the top? At the moment I have used absolute positioning to insert it as an extra layer. But how would I actually insert it in between the two using CSS and centering it?

Secondly, if inserting the image isn't actually possible: is there anyway of using absolute position for the vertical positioning but still having it centered horizontally without absolute positioning? I want the image to stay where it is at the moment - slightly in between the links and the start of my profile - but I can't figure out how to keep it centred so that different resolutions will have it centred horizontally too.

I'm so sorry this is a long question. lol Any help will be greatly appreciated.

J. :)

pb&j
04-15-2005, 05:29 PM
i dont know the limitations of myspace.
do you have access to the coding, like can you do...

<div>
<image tag here>
<div>

cause then i might have a solution for you by applying css coding to the surrounding div tag.

blackmascara
04-15-2005, 05:45 PM
I'm pretty sure we are only limited to css...

But I can try your idea :)

blackmascara
04-16-2005, 03:49 AM
I'm still waiting for your advice...

pb&j
04-16-2005, 07:59 AM
i am waiting to know if you are able to put a div tag around the image tag.
if you cant, then there is no use going through explaining a fix using it.