Log In · Register

 
 
Closed TopicStart new topic
how do you do this?, link table? o.o;
xgrizzy
post Oct 25 2008, 09:31 PM
Post #1


Senior Member
***

Group: Member
Posts: 60
Joined: Mar 2008
Member No: 626,923



Like in this layout:

http://www.createblog.com/layouts/preview.php?id=31392

the navigation table has like little rectangles over it.
Does anyone know the code for it? Help me please ^^;
 
berrypop90
post Oct 25 2008, 09:35 PM
Post #2


Jooleeah <3
*****

Group: Official Designer
Posts: 687
Joined: Jun 2008
Member No: 662,481



Check the code for that layout.
 
xgrizzy
post Oct 25 2008, 09:37 PM
Post #3


Senior Member
***

Group: Member
Posts: 60
Joined: Mar 2008
Member No: 626,923



QUOTE(berrypop90 @ Oct 25 2008, 09:35 PM) *
Check the code for that layout.


I tried that & tried using that part of it but it doesn't show up right o___o;
 
Tomates
post Oct 25 2008, 09:37 PM
Post #4


poison
*******

Group: Official Member
Posts: 4,806
Joined: Mar 2008
Member No: 629,020



QUOTE(berrypop90 @ Oct 25 2008, 10:35 PM) *
Check the code for that layout.

wouldnt that be like jocking almost?
 
Marlons
post Oct 25 2008, 09:38 PM
Post #5


Thread Killer
******

Group: Staff Alumni
Posts: 1,012
Joined: Jun 2007
Member No: 530,544



Did you get the links and the coding to make the links?
 
xgrizzy
post Oct 25 2008, 09:39 PM
Post #6


Senior Member
***

Group: Member
Posts: 60
Joined: Mar 2008
Member No: 626,923



^ Yeah I know how to make the links already. :D but not the rectangles on/over it.
 
Marlons
post Oct 25 2008, 09:40 PM
Post #7


Thread Killer
******

Group: Staff Alumni
Posts: 1,012
Joined: Jun 2007
Member No: 530,544



No like, there should be other coding to change the color and other properties of the links.
 
xgrizzy
post Oct 25 2008, 09:42 PM
Post #8


Senior Member
***

Group: Member
Posts: 60
Joined: Mar 2008
Member No: 626,923



Oh I get what you mean now. But anyway Yeah, I've tried that too changing the color but it still just messes it up kinda. :/
 
none345678
post Oct 25 2008, 09:57 PM
Post #9


Sex, Blood, & RocknRoll
*******

Group: People Staff
Posts: 5,305
Joined: Nov 2007
Member No: 596,480



Do you mean the little rectangle that switches color when hovered? Isn't the just a border-left:3px ?
 
xgrizzy
post Oct 25 2008, 09:59 PM
Post #10


Senior Member
***

Group: Member
Posts: 60
Joined: Mar 2008
Member No: 626,923



QUOTE(Drama @ Oct 25 2008, 09:57 PM) *
Do you mean the little rectangle that switches color when hovered? Isn't the just a border-left:3px ?



Yeah that's what I mean!
How do I do that though? >.<
like why would the coding be?
 
none345678
post Oct 25 2008, 10:12 PM
Post #11


Sex, Blood, & RocknRoll
*******

Group: People Staff
Posts: 5,305
Joined: Nov 2007
Member No: 596,480



Heres a code from one of my layouts that has a similar link, change what you need to try and get the same effect.


CODE
.nav1 {display:block;
color:525252 !important;
font-family:arial;
font-size:8pt;
color:9fbec1;
letter-spacing: 3px!important;
font-weight: normal;
width:autopx;
border-left: 10px solid;
border-right: 0px solid;
border-left-color: 1a1a1a;
border-right-color: 9fbec1;
text-transform:none;
text-decoration:none!important;
line-height:13pt;
background-color:0000;margin: 1px;
margin-right:10px;
text-align: right;
}

.nav1:hover {display:block;
color:e5e5e5 !important;
font-family:arial;
font-size:8pt;
letter-spacing: 3px!important;
font-weight: normal;
width:autopx;
border-left: 8px solid;
border-left-color: d2d2d2;
border-right: 0px solid;
border-right-color: b6d7da;
text-transform:none!important;
text-decoration:none!important;
line-height:13pt;
background-color:b9b9b9;
margin: 1px;
text-align: right;
margin-right:10px;
letter-spacing: 0px;
}




CODE
<a href="URL HERE" class="nav1">type typ</a>
 
xgrizzy
post Oct 25 2008, 10:16 PM
Post #12


Senior Member
***

Group: Member
Posts: 60
Joined: Mar 2008
Member No: 626,923



QUOTE(Drama @ Oct 25 2008, 10:12 PM) *
Heres a code from one of my layouts that has a similar link, change what you need to try and get the same effect.
CODE
.nav1 {display:block;
color:525252 !important;
font-family:arial;
font-size:8pt;
color:9fbec1;
letter-spacing: 3px!important;
font-weight: normal;
width:autopx;
border-left: 10px solid;
border-right: 0px solid;
border-left-color: 1a1a1a;
border-right-color: 9fbec1;
text-transform:none;
text-decoration:none!important;
line-height:13pt;
background-color:0000;margin: 1px;
margin-right:10px;
text-align: right;
}

.nav1:hover {display:block;
color:e5e5e5 !important;
font-family:arial;
font-size:8pt;
letter-spacing: 3px!important;
font-weight: normal;
width:autopx;
border-left: 8px solid;
border-left-color: d2d2d2;
border-right: 0px solid;
border-right-color: b6d7da;
text-transform:none!important;
text-decoration:none!important;
line-height:13pt;
background-color:b9b9b9;
margin: 1px;
text-align: right;
margin-right:10px;
letter-spacing: 0px;
}

CODE
<a href="URL HERE" class="nav1">type typ</a>



Do I have permission to use the code? :O
& thank you for your help! (:
 
none345678
post Oct 25 2008, 10:17 PM
Post #13


Sex, Blood, & RocknRoll
*******

Group: People Staff
Posts: 5,305
Joined: Nov 2007
Member No: 596,480



Yes. x]
 
xgrizzy
post Oct 25 2008, 10:19 PM
Post #14


Senior Member
***

Group: Member
Posts: 60
Joined: Mar 2008
Member No: 626,923



Wewt~ >:D
Thank you Drama ^___^
The topic can be closed now.
 
manny-the-dino
post Oct 26 2008, 08:00 PM
Post #15


Senior Member
*******

Group: Administrator
Posts: 8,629
Joined: Jan 2007
Member No: 498,468



Topic Closed & Moved
 

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