Welcome Guest, Not a member yet? Register   Sign In
Css output screen on browser
#1
Star 

Hallo master ,i'm new in codeigniter n i have problem with css screen output, when i click menu nav the output got affected but when i click another menu such: profile or contact menu it is not affect, why???? i use template lib n i got it from jerome jaglale, my file like this :  in the views
Code:
<div id="menu">
  <ul>
    <li><?php echo anchor('', 'home');?></li>
    <li><?php echo anchor('welcome/profile', 'profile');?></li>
    <li><?php echo anchor('welcome/contact', 'contact');?></li>
  </ul>
</div>
n my css i use internal css
Code:
Body{
Background-image: url(css/image/pattern.png);

Somebody please help thanks....
Reply




Theme © iAndrew 2016 - Forum software by © MyBB