Welcome, Guest. Register Now!
   
Mark Forums Read Mark Forums Read Mark Forums Read


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-04-2008, 09:28 AM
Junior Member
 
Join Date: Jun 2008
Posts: 1
Default About the css issue

Hi,
I have written IndexController and in that controller under indexAction i have called form containing two fields,lets say username and password.Now i applied the decorators to the form so it appears correctly on browser.But when i call the same form under another action lets say locateAction,
all CSS disappeared and only the form is called.
Please anybody help me out regarding how i to handle this.
Thanks
Rohit
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 06-04-2008, 01:20 PM
Junior Member
 
Join Date: Oct 2007
Posts: 26
Default

I use Zend_Layout and put the CSS references in the layout.phtml

My layout.phtml looks like this.

Code:
<?php echo $this->doctype(Zend_View_Helper_Doctype::XHTML1_TRANSITIONAL); ?>                         

<html>
<head>
    <?= $this->headMeta(); ?>                                   
    <?= $this->headTitle(); ?>     
    
    <link type="text/css" rel="stylesheet" media="screen" href="<?= $this->baseUrl() . '/styles/default.css'; ?>">                             
    <link type="text/css" rel="stylesheet" media="screen" href="<?= $this->baseUrl() . '/scripts/jquery.jdMenu.css'; ?>">

    <script src="<?= $this->baseUrl() . '/scripts/jquery-1.2.3.js'; ?>" type="text/javascript"></script>
    <script src="<?= $this->baseUrl() . '/scripts/jquery.dimensions.js'; ?>" type="text/javascript"></script>...etc

I hope that helps.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 08:47 PM.