PDA

View Full Version : Add text link in header div



Cued4
15 Dec 2010, 09:35 PM
Hello all! Thanks in advance for any help


I'm looking to add two text links above 'apps' and 'logout' . Basically beside the header image i need two add a space where i can add two text links, or just text..
http://sexyconnects.com/header.PNG

here's the top of my template html

<div id="art-main">
<div class="art-sheet">
<div class="art-sheet-body">
<div class="art-header">
<div class="art-header-jpeg"></div>

troelsy
18 Dec 2010, 02:59 AM
This i how i would do it:

HTML (Feel free to edit the name :D)


<div class="beyond_the_apps_botton"> [THE LINKS IN HERE] </div>


CSS


div.beyond_the_apps_botton{
position:absolute;
top:40px;
left:900px;
height: 45px;
width: 150px;
z-index:150;
}



ASK IF YOU HAVE ANY TROUBLES!!!