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.

CSS Forum


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



Reply
Easy fixed width column layout pixel precise in most browsers?
Old 02-03-2008, 02:48 PM Easy fixed width column layout pixel precise in most browsers?
Junior Talker

Posts: 2
Trades: 0
This is what I want to achieve: http://free.elixhosting.com/frp/index.html (yes it'll be graphically heavy, but in the end it will fit in 800x600 browser with a vertical scrollbar. and the more active part [namely forums] will be lighter)

There are a few places where I can use repeating tiling texture: mid of paper area, right side after the black image and the bottom after I have removed the funky banner there. Thus saving a bit in size + adding to manageability.

I have encountered several problems, but main issue being mid part(the one with repeating paper) not showing up, I will later on tackle IE's quirks(because the site shows only white in IE atm).

I need the sections/layers to be pixelwise 100% accurate in all modern and most other browsers without javascript.

Here's the css so far:

Code:
#wrapper {
    text-align: left;
    margin: 0px auto;
    padding: 0px;
    border:0;
    width: 800px;
    background: url("tausta.jpg") repeat;
}

#header {
    margin: 0;
    background: yellow;
}

#side-a {
    margin: 0;
    float: left;
    width: 217px;
}

#side-b {
    margin: 0;
    float: right;
    width: 74px;
}

#content { 
    margin: 0;
    float: left;
    width: 509px;
    height: 1000px
    background-image: url("paper.jpg") repeat;
}

#footer {
    clear: both;
    background: #A2A2A2;
}
The content part is not showing up. It is mentioned without typos in html.

How do I get the content to show up? Did I mess something with margins?

- eRat
eRat is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 02-03-2008, 04:51 PM Re: Easy fixed width column layout pixel precise in most browsers?
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
Quote:
I need the sections/layers to be pixelwise 100% accurate in all modern and most other browsers without javascript.
That's just NOT achievable and you'll test your sanity even trying. There ARE differences between the browsers and you have to accept that.
__________________
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
 
Old 02-03-2008, 09:10 PM Re: Easy fixed width column layout pixel precise in most browsers?
Junior Talker

Posts: 2
Trades: 0
Thank you for a quick and precise answer. Back to tables. Partially.
eRat is offline
Reply With Quote
View Public Profile
 
Old 02-04-2008, 04:31 PM Re: Easy fixed width column layout pixel precise in most browsers?
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
There's no reason to go back to tables. You can get maybe 98-99% the same, but 100% perfection just isn't going to happen and you shouldn't expect it.
__________________
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
 
Reply     « Reply to Easy fixed width column layout pixel precise in most browsers?
 

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.13233 seconds with 12 queries