what is the significance of... |
what is the significance of... |
Sep 26 2008, 10:55 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 90 Joined: Jul 2008 Member No: 666,978 |
step three in making a div/overlay layout? here's the code that i hav 4 that step.
CODE <div class="bg" style="position: absolute; left:0px; top:165px; width:320px; height:240px; overflow: hidden;"> <img src="<a href=" /><img src="http://img228.imageshack.us/img228/9761/basketballvl9.th.jpg" border="0" alt="Free Image Hosting at www.ImageShack.us" /></a><br /><br /><a href="http://www.msplinks.com/MDFodHRwOi8vaW1nNjA0LmltYWdlc2hhY2sudXMvY29udGVudC5waHA/cGFnZT1ibG9ncG9zdCZmaWxlcz1pbWcyMjgvOTc2MS9iYXNrZXRiYWxsdmw5LmpwZw==" title="QuickPost"><img src="http://imageshack.us/img/butansn.png" alt="QuickPost" border="0" /></a> Quickpost this image to Myspace, Digg, Facebook, and others!"> </div> |
|
|
|
![]() |
Sep 28 2008, 03:27 AM
Post
#2
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
Yes, you can have as many layout images as you want. If you want your yellow boxes to be the same size, please post your code so it's easier for me to help.
That code wasn't the one that added 5 little boxes. Those are what you call DIV scrollboxes. They're the same as for the layout image. It's used to place content on your page, so that's where you would put your information. By changing a DIV scrollbox's attributes, you can have it look how you want: CODE <div class="content" style="position: absolute; left:50%; margin-left:0px; top:0px; width:0px; height:0px; overflow: auto;"><center> CONTENT HERE </div> To change its positioning, change the margin-left and the top pixels. To change its height and width, change the height and width pixels. It's basically replacing the 0's. Just don't mess with left:50%; because that helps to have your profile look right on other resolutions. To add information to a DIV scrollbox, just replace the text that says CONTENT HERE with your information. |
|
|
|
dreamsbecomereality what is the significance of... Sep 26 2008, 10:55 PM
XTC CODE<div class="bg" style="positio... Sep 26 2008, 11:31 PM
Anarchy Step three is for putting up the main/background i... Sep 27 2008, 11:05 AM
dreamsbecomereality QUOTE(Anarchy @ Sep 27 2008, 11:05 AM) St... Sep 27 2008, 01:45 PM
Anarchy It's technically having an image inside a DIV,... Sep 27 2008, 02:01 PM
dreamsbecomereality QUOTE(Anarchy @ Sep 27 2008, 02:01 PM) It... Sep 27 2008, 08:35 PM
dreamsbecomereality QUOTE(Anarchy @ Sep 28 2008, 03:27 AM) Ye... Sep 28 2008, 12:09 PM
dreamsbecomereality QUOTE(dreamsbecomereality @ Sep 28 2008, 12... Sep 28 2008, 12:21 PM
Anarchy If you want to remove the yellow stuff, look for t... Sep 28 2008, 12:21 PM
Anarchy Mind clarifying your question? Sep 28 2008, 12:25 PM
dreamsbecomereality QUOTE(Anarchy @ Sep 28 2008, 12:21 PM) If... Sep 28 2008, 12:33 PM
Anarchy Ah, that code. What you first need to do is put a ... Sep 28 2008, 12:41 PM
dreamsbecomereality QUOTE(Anarchy @ Sep 28 2008, 12:41 PM) Ah... Sep 28 2008, 12:46 PM
Anarchy It can end up anywhere you want it to be. If you w... Sep 28 2008, 12:48 PM
dreamsbecomereality QUOTE(Anarchy @ Sep 28 2008, 12:48 PM) It... Sep 28 2008, 12:57 PM
dreamsbecomereality ok thnx! u've been such a help 2 me! ... Sep 28 2008, 01:03 PM
jaeminnie Everything fixed? Topic closed and moved to MySpac... Sep 28 2008, 01:14 PM![]() ![]() |