Log In · Register

 
9 Pages V  « < 4 5 6 7 8 > »   
Closed TopicStart new topic
simple div overlay
JoshPgh296
post Jul 12 2006, 09:40 PM
Post #126


What a gangstah!?
**

Group: Member
Posts: 11
Joined: Aug 2005
Member No: 206,078



This helped me so much, thanks aton now my layout site is beatiful thanks again dude/ette!
 
jessicale351
post Jul 12 2006, 10:27 PM
Post #127


Newbie
*

Group: Member
Posts: 5
Joined: Jul 2006
Member No: 437,757



[font=Arial][size=1][b]oooh. goshh. i need help. myy page is so hideous. lol. well ok i made my background and i used the code. and i got my picture to show. but i dont know how to make my comment box, text, and scroll content box to show over it. pleezie will sumwhun help me? this is my myspace. and i plan on hiding the rest of the profile.ooo goshh. help. [=
 
*This Confession*
post Jul 12 2006, 10:36 PM
Post #128





Guest






well first off, not to be rude but the age limit to have a myspace is 14 years or older.

Also to hide the profile use this-
http://www.createblog.com/forums/index.php?showtopic=141722

now to insert stuff

after putting the image up you need to position it to where you want it. by changing the top and left.

Then add these after it.


CODE
<div class="content" style="position: absolute; left:000px;  top:000px; width:000px; height:000px; overflow: auto;"><center>

CONTENT IN DIV

</div>



and then you can use one of these layouts any of them to customize how everything works, I suggest you read the whole 3rd one so you understand what everything does and such.

http://www.createblog.com/forums/index.php?showtopic=84325


and for a comment box

use this

CODE
<form method="post" action="http://collect.myspace.com/index.cfm?fuseaction=user.confirmComment"><input name="friendID" value="RAWRR" type="hidden"><textarea name="f_comments"  style="border-width: 1px; width: 110px; height: 120px; border-style: solid; border-color: 000000; font-family: arial; text-transform: none; font-size: 9px; text-align: center; padding: 2px; color: 000000; font-weight: normal; background-color: transparent;" style="overflow:auto;">Comment here</textarea><br> <input value="doom." style="border-width: 1px; border-style: solid; border-color: 000000; font-family: arial; font-size: 9px; color: 000000; font-weighT: normal; letter-spacing: 1px; text-transform: none; background-color: transparent;" type="submit"></form><BR><BR>


theres a RAWRR change that to your friend id
and theres a comment here you can change that to change whats already written in the comment box.
 
jessicale351
post Jul 12 2006, 10:44 PM
Post #129


Newbie
*

Group: Member
Posts: 5
Joined: Jul 2006
Member No: 437,757



thank yoo so much. [= im so happy!
 
*This Confession*
post Jul 12 2006, 10:49 PM
Post #130





Guest






haha your welcome, if you have any other questions just create a new topic in this forum happy.gif
 
* loserISH . [ s...
post Jul 13 2006, 11:32 AM
Post #131


Newbie
*

Group: Member
Posts: 2
Joined: Jul 2006
Member No: 435,917



I'm not really understanding this. I've made my own div overlay layout on PSP and I'm a little lost on coding it. I was trying to see if these codes would help me out, but I'm not understanding the whole process. Help!
 
freeflow
post Jul 13 2006, 11:25 PM
Post #132


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



QUOTE(Aja . L0VE @ Jul 13 2006, 9:32 AM) *
I'm not really understanding this. I've made my own div overlay layout on PSP and I'm a little lost on coding it. I was trying to see if these codes would help me out, but I'm not understanding the whole process. Help!


Well there may be another div tutorial soon. But you position like this:
CODE
<style type="text/css">
.divnamhere{
position: absolute;
top: #px;
left: #px;
width: #px;
height: #px;
}
</style>


Thats code one. Change div name here to any name. For left & top read the first page on regular left and top numbers. Becaues you need to put random numbers there to position them. Width and height you choose.

Then for the content:
CODE
<div class="divnamehere">
content here
</div>


Put the same div name for that particular div put content where it says content here.
 
* loserISH . [ s...
post Jul 14 2006, 01:35 PM
Post #133


Newbie
*

Group: Member
Posts: 2
Joined: Jul 2006
Member No: 435,917



And putting the layout that I have over top of the links and all that would require which code, because I've tried a couple and they're not working, even when I hide my profile. By the way I love you icon. Ne-Yo's the theme of my layout.
 
aahhhh_its_amy
post Jul 14 2006, 06:57 PM
Post #134


Newbie
*

Group: Member
Posts: 1
Joined: Jan 2006
Member No: 359,646



um how do you add a div picture in a div layout, because its not working for me

<div class="bg" style="position:absolute; left:250px; top:200px; width:61px; height:21px; overflow: hidden;">
<img src="">
</div>
^^^^^^^^
this code isnt working for me
 
*digital.fragrance*
post Jul 14 2006, 06:59 PM
Post #135





Guest






you have to have an URL of a picture for the <img src="URL HERE"> part
 
DiGitaL
post Jul 14 2006, 10:54 PM
Post #136


Newbie
*

Group: Member
Posts: 2
Joined: Dec 2004
Member No: 71,860



this works out great thank you so much =] but I was wondering. I dont remember exactly the html code to have the scrollbar [for overflow] on the left side rather than the right? Does anyone know?
 
jessicale351
post Jul 15 2006, 07:31 PM
Post #137


Newbie
*

Group: Member
Posts: 5
Joined: Jul 2006
Member No: 437,757



uhmm. ok. so if yoo wanted a scroll content box to show on top of your div background what would yoo put in overflow: ????; cause my pics are on top of my background and that works fine but i cant get my comment box and scroll content box to show over it. ohh. gosh. i need help. im so new at divs. lol. [=
 
*This Confession*
post Jul 15 2006, 07:39 PM
Post #138





Guest






^ Overflow:auto;
 
three24
post Jul 16 2006, 07:58 AM
Post #139


Newbie
*

Group: Member
Posts: 6
Joined: May 2006
Member No: 410,185



this was a really good tutorial. my myspace turned out great! go take a look!
 
jessicale351
post Jul 16 2006, 03:20 PM
Post #140


Newbie
*

Group: Member
Posts: 5
Joined: Jul 2006
Member No: 437,757



could sumwhun help me? uhmm myy content is still not going over my background so if anyyone will help me ill give yoo myy about me and who id like to meet codes and could sumwhun tell me whats wrong and what i should change? thanks. sorryy i dont really get it tho. [=
 
pumatalk
post Jul 22 2006, 04:48 PM
Post #141


Member
**

Group: Member
Posts: 23
Joined: Jul 2006
Member No: 439,650



Hello,

Tank for the help... im trying to figure where I've done... here's my CSS (about me) and content (interests)

appreciate your help thanks!

http://www.injoeface.com/aboutme.txt
http://www.injoeface.com/interests.txt
 
tylerxp2002
post Jul 23 2006, 09:44 PM
Post #142


Newbie
*

Group: Member
Posts: 3
Joined: May 2006
Member No: 416,196



very helpful.....
 
im gangsterr
post Jul 29 2006, 11:06 PM
Post #143


Newbie
*

Group: Member
Posts: 2
Joined: Jul 2006
Member No: 445,816



ok i did all that & it still didn't turn out right?! idk what to do!
 
freeflow
post Jul 30 2006, 02:54 AM
Post #144


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



Try reading the other div topic.
 
fxkmehxrder
post Aug 1 2006, 11:49 PM
Post #145


Newbie
*

Group: Member
Posts: 1
Joined: Jun 2006
Member No: 429,125



This like tutorial made the profile i was making off. like nothing was aligned like i wanted it to be. and i dont need help cuz i figured it out, cuz im not really a noob when it comes to div layouts. I just wanted to try a different tutorial than i normally use.
 
*StanleyThePanda*
post Aug 2 2006, 12:00 AM
Post #146





Guest






^ Okay? huh.gif ... I dont understand what you are saying exactly...
You want a different tutorial?
 
Lmmartell
post Aug 3 2006, 09:32 AM
Post #147


Newbie
*

Group: Member
Posts: 1
Joined: Aug 2006
Member No: 448,144



I need help...I made a dummy site so I didn't have to sacrafice my real site while I was learning to make a div. overlay. Then when I got it the way I wanted I could transfer code and delete the dummy site. So far, I am doing well, however I have a few questions and will provide the link to my page for you to see as well as the code. When I made the buttons for "add me" Message me" ect... it just came out wrong, they aren't buttons just links, and the code for the buttons shows up on my div. I think I am putting them in the right places, however I peiced my information together from several websites, before stumbling across this one. And FYI, my links, on the dummy page, are for my real page, so if that has anything to do with it... Help would be appreciated! Thank you very much.

~Laura

Link to page-My Myspace

-----This is posted in the Music section- As per BBZ.s-------


</td></tr></table></td></tr></table></td></tr></table></div>

<div class="bbzContainer">
<div class="div0">
<font size=5>bottom div</font>
</div>

<div class="div1">
<font size=5>left div</font>
</div>

<div class="div2">
<font size=5>center div</font>
<br>
<a href="http://myspacehotline.com">bbzSpace</a>
<br><br>
<img src="http://groups.myspace.com/images/no_pic.gif">
.buttons {
width:142px;
background-color:hotpink;
border:3px solid black;
padding:12px;
text-align:center;
}

.messageme {
position:absolute;
left:50%;
top: 400px;
margin-left:-350px;
z-index:2;
}
.addme {
position:absolute;
left:50%;
top: 450px;
margin-left:-350px;
z-index:2;
}
.blockme {
position:absolute;
left:50%;
top: 500px;
margin-left:-350px;
z-index:2;
<div class="messageme buttons"><a href="http://www.myspace.com/index.cfm?fuseaction=mail.message&47885919=bellalola22_ID" class="link1">Message Me</a></div>

<div class="addme buttons"><a href="http://collect.myspace.com/index.cfm?fuseaction=invite.addfriend_verify&47885919=bellalola22" class="link1">Add Me</a></div>

<div class="blockme buttons"><a href="http://www.myspace.com/index.cfm?fuseaction=block.feedback&47885919=bellalola22" class="link1">Block Me</a></div>
}
<BR>
<p align="center"><font color=FFB6C1>♥</font>My name is Laura<font color=FFB6C1>♥</font><br> I am originaly from Washington state.<br> I L<font color=FF1493>♥</font>ve my boyfriend.<br> I'm Indian and Italian.<br> Yup, I'm a mean drunk.<br> I have a smart mouth.<br>And a short temper.<br> I could live on pasta and pizza alone.<br> Comfortably.<br> I think healthy food is over rated.<br> I can't sing and don't care.<br> My bikini is my favorite outfit.<br> I wear it 24/7 in the summer.<br> Chihuahua's=UGLY RATS.<br> Melvin<font color=FFB6C1>♥</font>Marilynn<b>=</b>My other 2 L<font color=FFB6C1>♥</font>ves.<br> I l<font color=FFB6C1>♥</font>ve all my friends. <br> I l<font color=FFB6C1>♥</font>ve my girls the most. <br>They get me into trouble.<br> Or maybe its the other way around?<br><font color=FFB6C1>♥</font>I'll do whatever I want and you can't tell me what to do<BR><BR><BR>
</div>

<div class="div3">
<font size=5>Loves</font><BR><font size=3>Who I'd Like To Meet...</font><BR><BR><span style="color:FF34B3; font-size:16px; font-weight:bold;"> <center>♥I met him♥</span></p><a href="http://photobucket.com" target="_blank"><img src="http://i24.photobucket.com/albums/c50/LauraMartell22/IMG_0086_2.jpg" border="0" alt="Photobucket - Video and Image Hosting"></a><BR><p align="center"> ♥<color= "black">And he was right next door♥</p>

</div>


</font>
</div>

</div>

<style type="text/css">
.frm2 {visibility:hidden;} .frm2 input {visibility:visible;} .bbzURL {content:"http://overlay.bbzspace.com";}
</style>
<div class="frm2"><table><tr><td><table><tr><td><table><tr><td>
 
GREASEbaby
post Aug 5 2006, 12:14 PM
Post #148


What's my name? Janette. and ily. <3
******

Group: Member
Posts: 2,139
Joined: Apr 2006
Member No: 391,911



Mm, well your profile's private.

Sooo, I can't really help you until it's off private.
But maybe just trying <a href="LINKHERE"><img src="IMAGEURLHERE"></a> will help.
 
s_c_c_r11
post Sep 2 2006, 07:26 PM
Post #149


Newbie
*

Group: Member
Posts: 5
Joined: Jul 2006
Member No: 435,041



how do you have a content with a scrollbar. the code isnt there?
 
*mona lisa*
post Sep 2 2006, 08:24 PM
Post #150





Guest






QUOTE(s_c_c_r11 @ Sep 2 2006, 8:26 PM) *
how do you have a content with a scrollbar. the code isnt there?
Horizontal or vertical? For vertical, make sure that "overflow" is set to "auto" in the DIV style properties. If you keep on writing or placing things in the DIV beyond its vertical height, a scrollbar will appear. _smile.gif
 

9 Pages V  « < 4 5 6 7 8 > » 
Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



IPS Driver Error

IPS Driver Error

There appears to be an error with the database.
You can try to refresh the page by clicking here