Log In · Register

 
DIV coding help
purpleKat
post Jun 30 2008, 03:13 PM
Post #1


Senior Member
***

Group: Member
Posts: 96
Joined: Jun 2008
Member No: 659,628



ok ive tried the div overlay tutorial on cb like 3 times but i still dont get it! its confusing for me idk y! so if enybody can help me. maybe make it simpler for me,step by step by step, that b great!
i already have div that i want i just need to code it n put it on my myspace>> http://i25.tinypic.com/s4p7av.jpg
 
 
Start new topic
Replies
schizo
post Jul 1 2008, 01:05 PM
Post #2


Senior Member
******

Group: Staff Alumni
Posts: 2,435
Joined: Feb 2007
Member No: 506,205



They don't show up because you didn't make a section for the position of the div they're in. You'll want to add this to the first part of the code:

CODE
.two{
position: absolute;
left: 50%;
margin-left:-210px;
top: 290px;
z-index:5;
width:  212px;
height: 170px;
overflow: auto;}


You'll have to change the size and the positioning just like you did with the other sections.

Here's an example of the codes I use to edit the links. Just add it to the end of the first part of your code.

CODE
<style>a:active,a:visited,a:link,a{
    color:ddc3dc;
    font-size:10px;
    font-weight:normal;
    letter-spacing:1px;
    font-family:tahoma;
    text-decoration:none;}

a:hover{
    color:f9e1f9;
    font-size:10px;
    font-weight:normal;
    letter-spacing:1px;
    font-family:tahoma;
    text-decoration:none;}</style>

 

Posts in this topic


Closed TopicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members: