div posittion |
div posittion |
Jan 3 2007, 08:21 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 280 Joined: Jul 2006 Member No: 436,368 |
on my myspace i have the nav box. and i cant get the conent in there.. i need help on that possitioning. and getting my bg to cover most of the website. could anyoune help? and make the extra bg black?
|
|
|
|
![]() |
| *Infinite.* |
Jan 3 2007, 08:26 PM
Post
#2
|
|
Guest |
Link? and a better description of what you want exactly?
|
|
|
|
Jan 3 2007, 08:52 PM
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 280 Joined: Jul 2006 Member No: 436,368 |
http://www.myspace.com/wildncrazyath3rt
saying i have a nav section i need to get the text down there. and i dont knoe how. like i know how to do the other side. but its more compitaed.? and also the picture. i want it to fill the page and cover. and i have the hide evrything for firefox. i use firefox |
|
|
|
| *WHIMSICAL 0NE* |
Jan 3 2007, 09:51 PM
Post
#4
|
|
Guest |
Well, you need to position a div there, like you did for your main content. You can't make the image the entire background, but you can change the background color to better fit the layout. Just change the color to what you think fits best.
<style>body {background-color:000000;}</style> |
|
|
|
Jan 3 2007, 10:00 PM
Post
#5
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 569 Joined: Dec 2006 Member No: 490,667 |
Well Dee gave you the code to make a background color visible on the sides of your profile.
Which was the CODE <Style>Body{background-color:000000;}</style> Now if you want the whole background to have the same color along with the blue around the ad then you need to add this: CODE <style type="text/css"> table, td {background-color:transparent; border:none; border-width:0;} body{background-image:url(""); background-attachment: fixed; background-position: bottom left; background-repeat: no-repeat; background-color:000000;</style> For your navigation, your best bet is to just make a new div and just make links for all the links you want visible in your navigation space: New Div: CODE <div class="content" style="position: absolute; left:000px; top:000px; width:000px; height:000px; overflow: auto;"><center> CONTENT FOR DIV. </div> Now to have a add link you can simple put this in to the div: CODE <a href=LINK>LINK NAME</a> Link to home: http://home.myspace.com/index.cfm?fuseaction=user Other links, that you may find in your contact box and such: http://www.createblog.com/scripts/download.php?id=80 |
|
|
|
| *WHIMSICAL 0NE* |
Jan 3 2007, 10:16 PM
Post
#6
|
|
Guest |
^ Haha, thanks. I'm having some dull moments tonight. Before the ending style tag for the background you need too add a }
Also, I little reminder: Not having a block link is against myspace TOS now. You don't really need one but if someone notices your profile could possibly get deleted. |
|
|
|
Jan 4 2007, 06:32 PM
Post
#7
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 280 Joined: Jul 2006 Member No: 436,368 |
thanks. how do u hide the fefalt myspace nav?
any thing i should work on? like how do i get the layout in the center? and also i see like block add me and all that on the layout itself.. and how do u link those? |
|
|
|
Jan 4 2007, 08:07 PM
Post
#8
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
How do you hide the default myspace nav?
http://www.createblog.com/scripts/download.php?id=489 http://www.createblog.com/scripts/download.php?id=491 Anything I should work on? Post in showcase for the best results with this one. I suggest making the backgroung color another color besides grey, and the whole rainbow colors thing is ok, but it would look better one solid color for everything. Not bad though! :] Also part of your code is showing too , I think behind the layout. How do I get the layout centered? You can just edit the positioning to center it , but your layout is pretty big on smaller resolutions so the more you move it over the bigger of a scrollbar we get. |
|
|
|
Jan 5 2007, 02:51 PM
Post
#9
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 280 Joined: Jul 2006 Member No: 436,368 |
cool. i tryied moving the layout over and didnt work.
|
|
|
|
Jan 5 2007, 02:55 PM
Post
#10
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Where you editing the following part:
QUOTE <div class="bg" style="position: absolute; left:0px; top:170px; width:1024px; height:768px; overflow: hidden;"> <img src="http://img80.imageshack.us/img80/5451/greycopyjt4.jpg"> </div> You should be editing the left number. |
|
|
|
Jan 5 2007, 07:54 PM
Post
#11
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 280 Joined: Jul 2006 Member No: 436,368 |
thanks ill put it in showcase.
|
|
|
|
![]() ![]() |