Potrzebuje pomocy ponieważ mam problem w wstawieniem <div id="....">|
Chciałbym aby przed <div id="footer-wrap"> był biały box pod tło facebooka czyli <div id="biale">
Wstawiałem podobnie już jak tam jest ale nie wyglądało to tak jak chce czyli po prostu wklejało sie w stopkę może ktoś pomóc ?
<!DOCTYPE html> <html> <head> <?php if($this->request->params['controller'] == 'posts' and $this->request->params['action'] == 'view'): ?> <?php /* Miniaturka dla facebook'a */ ?> <link rel="image_src" href="<?php echo $config['BaseHref'], '/', ($post['Post']['image_is_animation']) ? str_replace('.gif', '.jpg', $post['Post']['image']): $post['Post']['image'] ?>" /> <link rel="canonical" href="<?php echo $config['BaseHref'], '/', $post['Post']['id'], '/', $post['Post']['slug'] ?>" /> <?php endif ?> <title> </title> <?php $scripts_for_layout; ?> <?php $scripts = 'jquery.js'; ?> <script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share"></script> <script> var appConfig = { }; </script> </head> <body> <div id="header-wrap"> <div id="header"> </div> <div id="menu-wrap"> <div id="menu"> <ul class="left"> <?php $fb_button = ''; if($config['Facebook']['enable_facebook_connect']) { 'req_perms' => 'email', 'next' => $config['BaseHref'] . '/connect/type:facebook', 'cancel_url' => $config['BaseHref'] . '/login' )), 'style' => '' )); } ?> <?php if( ! $this->Session->check('Auth.User')): ?> <?php else: ?> <?php if($this->Session->read('Auth.User.role') == 'admin'): ?> <?php endif ?> <?php endif ?> <li></li> <?php if($config['Facebook']['enable_facebook_connect']): ?> <li class="fb"> </li> <?php endif ?> </ul> <ul class="right"> <li></li> </ul> </div> </div> </div> <div id="page-wrap"> <!--nocache--> <div id="flash-messages"> foreach($_SESSION['Message'] as $k => $m) { } } ?> </div> <!--/nocache--> </div> <div id="footer-wrap"> <div id="footer"> </div> </div> <script> var log = function(a) { if(typeof console != 'undefined') { return console.log(a); } }; </script> </body> </html>