Layout problem

This is a discussion on "Layout problem" within the Web Page Design section. This forum, and the thread "Layout problem are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jul 31st, 2007, 19:04
SuperMember

SuperMember
Join Date: Apr 2007
Location: Ireland
Age: 15
Posts: 332
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Pádraig
Layout problem

If you visit this link, you will see that the box on the left is being pushed down.

I can't figure why its doing this! Can anyone help?
Reply With Quote

  #2 (permalink)  
Old Jul 31st, 2007, 19:46
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Layout problem

Change the order of the code. If you want that left box called "side" to move up to the left of the flash... place it in the code first.
See here.
Code: Select all
<div id="container">
        <div id="side">
                <!-- Advert -->
            </div>
            <div id="content">
                <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase=            "http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="550"                                                                                                                             height="495">
                  <param name="movie" value="flash/flashsofar.swf" />
                  <embed src="flash/flashsofar.swf" width="550" height="495"></embed>
                </object>
            </div>

            <div id="lower">
                <!-- Advert -->
            </div>
            
            <div class="clearing"></div>
            <div id="footer">
                <ul>

                    <li><a href="#">Home</a></li>
                    <li><a href="#">About Us</a></li>
                    <li><a href="#">Leather</a></li>
                    <li><a href="#">Fabric</a></li>
                    <li><a href="#">Other</a></li>
                    <li><a href="#">Search Sofa</a></li>

                    <li><a href="#">Our Stores</a></li>
                </ul>
            </div>
        </div>
Reply With Quote
  #3 (permalink)  
Old Jul 31st, 2007, 19:46
SuperMember

SuperMember
Join Date: Apr 2007
Location: Ireland
Age: 15
Posts: 332
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Pádraig
Re: Layout problem

Wouldn't that be bad for SEO, though?
Reply With Quote
  #4 (permalink)  
Old Jul 31st, 2007, 20:03
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Layout problem

I guess that depends on what content you put in it.

If you are orried about SEO, then you will have to put it back where it was and position it with absolute positioning.
Reply With Quote
  #5 (permalink)  
Old Jul 31st, 2007, 20:52
Marc's Avatar
Moderator

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Age: 15
Posts: 1,649
Thanks: 0
Thanked 8 Times in 8 Posts
Send a message via MSN to Marc Send a message via Skype™ to Marc
Re: Layout problem

Why cant they just have a 'float:left', 'float:right' and 'float:center'? It would make life soooo much easier
Reply With Quote
Reply

Tags
layout

Thread Tools

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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
CSS layout problem in FF benracer Web Page Design 4 Mar 28th, 2008 16:30
CSS Layout Problem AlexDS Web Page Design 7 Aug 14th, 2007 10:48
layout problem samv Web Page Design 21 Feb 17th, 2007 10:21
Problem with Layout dg81 Web Page Design 3 Jan 15th, 2007 03:31
layout problem bean_2k1 Web Page Design 3 Sep 13th, 2006 02:53


All times are GMT. The time now is 07:04.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43