Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Website Design Forum


You are currently viewing our Website Design Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Problem with 2 Column layout
Old 06-25-2009, 10:20 AM Re: Problem with 2 Column layout
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
Like I said, I didn't see any misalignment in Firefox, hence my question above. IE6 has some alignment problems and that looked like it was coming from the graphics.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 06-26-2009, 04:19 PM Re: Problem with 2 Column layout
Skilled Talker

Posts: 90
Name: Ed
Trades: 0
ok so I made a test page where I uploaded the version of the site with the content area floated right and the nav wrapper with the overflow: auto.

http://lavabarrestaurant.com/test/index.php

This is what it looks like.

CSS code
Code:
#wrapper{
    margin-right: auto;
    margin-left: auto;
    width: 982px;
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
}
#header{
    margin: 0px;
    padding: 0px;
    height: 297px;
    width: 982px;
}
#header_right_bg{
    background-image: url(images/layout1wslices_04.gif);
    text-align: right;
    min-height: 297px;
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-left: 265px;
    padding-right: 50px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-repeat: no-repeat;
    margin-top: -297px;
    height: 297px;
}
#nav_bar{
    float: left;
    width: 241px;
    top: 0px;
    padding: 0px;
    margin: 0px;
    height: auto;
    background-image: url(images/layout1wslices_22.gif);
    background-repeat: repeat-y;
}
#content_area{
    background-image: url(images/layout1wslices_08_new.gif);
    width: 741px;
    max-width: 741px;
    min-height: 607px;
    background-repeat: repeat-y;
    position: relative;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 241px;
    padding-top: 25px;
    padding-right: 39px;
    padding-bottom: 39px;
    padding-left: 39px;
    float: right;
    overflow: auto;
}
#footer{
    width: 981px;
    height: 69px;
}
body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    text-align: center;
    background-image: url(images/main_bg.gif);
    background-repeat: repeat-x;

}
.style3 {font-size: 14px}
.style6 {
    font-size: 24px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style7 {
    font-size: 16px;
    font-weight: bold;
}
.style1 {color: #FF0000}
.style8 {color: #000000}
.style9 {font-size: 21px}
.style10 {font-size: 21px; font-weight: bold; }

#nav_content_wrapper{
    background-image: url(images/nav_content_bg.gif);
    background-repeat: repeat-y;
    overflow: hidden;
}
#nav_highlight{
    background-image: url(images/layout1wslices_23.gif);
    height: 324px;
    background-repeat: repeat-y;
    position: static;
    margin-top: -324px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
mrflume is offline
Reply With Quote
View Public Profile
 
Old 06-26-2009, 04:37 PM Re: Problem with 2 Column layout
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
Well, you do have something out of place here (red);
Quote:
<div id="header">
<link href="stylesheet4.css" rel="stylesheet" type="text/css" />
<img src="http://www.webmaster-talk.com/images/layout1wslices_03.gif" width="265" height="297" />
I would make the header background 1 image the width of your layout without the logo. Then you can put the logo in separately in the header div and make it linkable.

Wow.. I just dug into your layout and code - you are really making this harder than it needs to be.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Last edited by LadynRed; 06-26-2009 at 05:11 PM..
LadynRed is offline
Reply With Quote
View Public Profile
 
Old 06-26-2009, 05:26 PM Re: Problem with 2 Column layout
Skilled Talker

Posts: 90
Name: Ed
Trades: 0
ok fixed both of those issues. now what should my next step be to get this to look right in IE 6+7 & Firefox?

Last edited by mrflume; 06-26-2009 at 05:32 PM..
mrflume is offline
Reply With Quote
View Public Profile
 
Old 06-26-2009, 05:35 PM Re: Problem with 2 Column layout
Skilled Talker

Posts: 90
Name: Ed
Trades: 0
Quote:
Originally Posted by LadynRed View Post
Well, you do have something out of place here (red);
I would make the header background 1 image the width of your layout without the logo. Then you can put the logo in separately in the header div and make it linkable.

Wow.. I just dug into your layout and code - you are really making this harder than it needs to be.
Yeah the thing is their are certain little details that I'm not quite aware of, but I think I will be alot better off once I get through this cause your pointing out things that are making alot more sense to me now, and I really appreciate the help.

Last edited by mrflume; 06-28-2009 at 02:02 PM..
mrflume is offline
Reply With Quote
View Public Profile
 
Old 06-28-2009, 02:02 PM Re: Problem with 2 Column layout
Skilled Talker

Posts: 90
Name: Ed
Trades: 0
Would you be able to point out exactly what you see wrong with my code?
mrflume is offline
Reply With Quote
View Public Profile
 
Old 06-28-2009, 02:55 PM Re: Problem with 2 Column layout
Brian07002's Avatar
Defies a Status

Posts: 2,138
Name: ...
Location: ...
Trades: 0
why don't you just change the style altogether? It looks terrible. Btw, no offence, just a bit of criticism that's all.
__________________
Made2Own

Please login or register to view this content. Registration is FREE
Brian07002 is offline
Reply With Quote
View Public Profile
 
Old 06-28-2009, 04:28 PM Re: Problem with 2 Column layout
Skilled Talker

Posts: 90
Name: Ed
Trades: 0
well thanks for the input, I'm already aware that I should do a re-design. The only thing is I want to have something up in the mean time for the client so that there isn't a blank page..ya know? That's why I'm still pushing to get it to look right across browsers...plus I want to gain that knowledge anyway for future websites.
mrflume is offline
Reply With Quote
View Public Profile
 
Old 07-01-2009, 03:10 AM Re: Problem with 2 Column layout
ericajoieake's Avatar
Super Talker

Posts: 125
Trades: 0
most of the new web designers encounter this problem, so you need to test it first in all of the browser available right now and also on mobile phones. And I've also encounter this problem before I just check carefully the codes and I found out there is a break but sometimes a special character that shouldn't be there on that part.
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

Last edited by ericajoieake; 07-01-2009 at 03:13 AM..
ericajoieake is offline
Reply With Quote
View Public Profile Visit ericajoieake's homepage!
 
Reply     « Reply to Problem with 2 Column layout

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.28074 seconds with 11 queries