Trouble with menu in custom template..Thx for looking

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
angrydog

Trouble with menu in custom template..Thx for looking

Post by angrydog »

Hey guys, i have finally managed to get a custom template. But i cant get the menu to go in a horizontal position..

my webpage: djd.djd.majorwebhost.net

screenie to how i want it..: http://home.1asphost.com/angrydog/PICS/ ... wantit.jpg

thanks if you need any other info, jus ask..thx guys in advance for helpin..Peace
angrydog

Re: Trouble with menu in custom template..Thx for looking

Post by angrydog »

oh yeah, heres my template code..










// Dj D. RythEM's Webbie \\



 
   
     
     
       
         



         
         
     
         
         {cms_module module='EllNav' horizontal=1 toponly=6}
         
     
     
       

 
  {breadcrumbs delimiter='»' initial='1'}
    {content}
 
  {cms_module module=Calendar}

 
       
     
     
   
 

   
      © Copyright 2005-2006 Dj D. RythEM
   

Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm
Location: Fairless Hills, Pa USA

Re: Trouble with menu in custom template..Thx for looking

Post by Ted »

Try putting a

Code: Select all

#menu_horiz ul li {
display: inline;
padding: .5em;
}
in your stylesheet.  Playing with the inline editor in Firefox, it looks like it comes out correctly to me.
angrydog

Re: Trouble with menu in custom template..Thx for looking

Post by angrydog »

YESSSSSSSSSSSS!!!!!!!!!!! it worked!!!!!!!!!!!! GOD BLESS YOUR SOUL!!!!!!!!!!!!!!!!!!

man o man..thanks man..i relle do appreciate it.

CMSMS 4 EVA!!!!!
Locked

Return to “Layout and Design (CSS & HTML)”