Log In · Register

 
border around navbar, dotted?
KTEEBell051091
post Jan 21 2008, 08:47 PM
Post #1


Cait
***

Group: Member
Posts: 79
Joined: Sep 2005
Member No: 231,070



how do i put a dashed border around my navbar?
and a scrollbox
 
 
Start new topic
Replies (1 - 3)
newkidontheblock
post Jan 21 2008, 09:10 PM
Post #2


Offline.
*****

Group: Official Designer
Posts: 609
Joined: Mar 2007
Member No: 507,591



For the navbar use this
CODE
<style type="text/css" >
  .navigationBar { border:5px red solid; }
</style>


post you scroll box code and i'll add the border for you.
 
MissHygienic
post Jan 21 2008, 09:30 PM
Post #3


Resource Center Tyrant
******

Group: Official Member
Posts: 2,263
Joined: Nov 2007
Member No: 593,306



Except, instead of, "solid" use, "dashed."
 
newkidontheblock
post Jan 22 2008, 05:41 AM
Post #4


Offline.
*****

Group: Official Designer
Posts: 609
Joined: Mar 2007
Member No: 507,591



you can change the solid to dashed if you want.
CODE
<style type="text/css" >
  .navigationBar {
    border-color:FF0000;
    border-width:5px;
    border-style:dashed; }
</style>


You can change
  • the FF0000 to any color number you want numbers
  • the 5px to any number you want ex.2px., that is for the width.
  • dashed to and border-type you want, like : solid, dotted, groove, double, ridge and inset.
 

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