I don't understand how to make divs at all..., Can someone help me make one? |
I don't understand how to make divs at all..., Can someone help me make one? |
Jul 23 2007, 01:28 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 25 Joined: Jul 2007 Member No: 544,574 |
I'm new to this forum, and I read the pinned topics, but I don't understand a single thing they say. I want to make a page that has a pic of my choice as the background, my "About Me" info towards the right of the page, links towards the left of the page and maybe a flash from myflashfetish.com or something to the bottom of the links. If this isn't too much to ask, can someone help me with this?
|
|
|
|
![]() |
| *SinfullySweet* |
Jul 23 2007, 01:41 PM
Post
#2
|
|
Guest |
Okay. The second step in the pinned topic is all your css attribute. I.E. - how your fonts, links, and colors will look.
Since Insumountable recommended you use the third version of the css, I'm going to go ahead and use this for an example. CODE <style type=text/css> body { background-color: ######; background-image: url(""); background-position: bottom right; background-repeat: no-repeat; background-attachment: fixed; scrollbar-arrow-color:######; scrollbar-track-color: ######; scrollbar-shadow-color: ######; scrollbar-face-color:######; scrollbar-highlight-color:######; scrollbar-darkshadow-color:######; scrollbar-3dlight-color:######;} table, tr, td {background-color: transparent; border: 0px; padding:2;} table table {border: 0px;} table table table table{border: 0px;} {sets the default style for the body, table data, list data, divisions and text areas} body,table, td, li, p, div, textarea {font:normal 9px arial; color:######; font-weight:none; border:0px; text-transform: none; line-height:12px;} {class for the basic font for the page} .text {font:normal 9px arial; color:######; font-weight:none; border:0px; text-transform: none; line-height:12px;} {This is how all anchor points will be displayed; anchor points appear before all links.} a{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; } a:link{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;} a:active{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;} a:visited{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;} a:hover{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;} {Default Links} a:link, a.man{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; letter-spacing: 0px;} a:active{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;} a:visited{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;} a:hover{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;} {bolded words} .standard b, p b, B, strong { font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; } </style> Alot of the css given arent needed for a div overlay. So I'm going ahead and take out the ones that arent needed. (The codes may vary depending on whether you want a div with comments or not) |
|
|
|
gotryce22 I don't understand how to make divs at all... Jul 23 2007, 01:28 PM
SinfullySweet I can help you with this. Which parts aren't ... Jul 23 2007, 01:31 PM
gotryce22 Well, on this topic: http://www.createblog.com/for... Jul 23 2007, 01:36 PM
gotryce22 Okay, that clears up that part. What about the thi... Jul 23 2007, 01:50 PM
SinfullySweet CODE<div class="bg" style="positio... Jul 23 2007, 01:55 PM
gotryce22 So now that all that is done, how do I start on ma... Jul 23 2007, 02:00 PM
SinfullySweet Correct, the positioning is the same.
CODE<di... Jul 23 2007, 02:04 PM
gotryce22 You guessed right... Jul 23 2007, 02:05 PM
SinfullySweet LOL. Okay, the overflow tells the div content wet... Jul 23 2007, 02:11 PM
gotryce22 All right, so that's done, but now I need to k... Jul 23 2007, 02:18 PM
SinfullySweet You can get the links by right clicking a defualt ... Jul 23 2007, 02:25 PM
gotryce22 Okay, I think I'm good to go. Thank you so muc... Jul 23 2007, 02:34 PM
SinfullySweet No problemo. If you need any more help, feel free... Jul 23 2007, 02:35 PM![]() ![]() |