Go Back   Website Publisher Forums > Website Development > HTML, CSS, Layout, and Design

Notices

Reply
 
Thread Tools Rate Thread
Old 12-06-2004, 11:44 PM   #1
shim
Registered
 
shim's Avatar
 
Join Date: Jan 2004
Location: USA
Posts: 65
Exclamation New Ruthsarian CSS Layout

I'm redesigning my site Import Rival. I am using the Ruthsarian/Skidoo 3 column fluid layout.

When I view through Netscape 6, the columns are fine.

When I view through Internet Explorer 5, all columns are fine, as long as I use TEXT in them.

However, when I use the photolog(weblog) tag in the 3rd column, instead of using text, the 2nd column content get pushed down.

I'm not getting any error messages regarding this when I turn the debug on.

Although the author of the template says that the code will not validate, I've also tried to eliminate the errors I've made.

Is it possible for the pics to be too large for IE without appearing visually so?

This is from a post I found by the Ruthsarian author:

Quote:
> Any particular reason why box model hacks are used so much? Is it just
> preference?
>
> Usually what I do to get around IE's box model problems is doubling up
> key blocks. Example:
>
> <div id="masthead">
> <div class="inside">
> ... content ...
> </div>
> </div>
>
> with CSS looking like this:
>
> #masthead { width: 740px; }
> #masthead .inside { padding: 1em; }
>
> The idea is that the outer block has the width you want and any padding
> you need on the element is provided by the inside element. This is what
> I use in my layouts, which you can see at
> http://webhost.bridgew.edu/etribou/layouts/.
>
> The really big advantage here is the use of fewer hacks (if any) in your
> layout. That means less chance of some of the more obscure or newer,
> future browsers from being caught up in the hacks and destroying the
> layout.
>
> The disadvantage is the redundant markup. But if you approach the layout
> the right way, it might not have to be so redundant.
What am I missing?
shim is offline   Reply With Quote

Old 12-07-2004, 01:32 AM   #2
Blue Cat Buxton
Not that blue at all
 
Blue Cat Buxton's Avatar
 
Join Date: May 2004
Location: UK
Posts: 925
Dont know if this is to do with it but on IE if you make the screen narrower (ie shrink the window it is in) the pictures jump out of the right hand column and sort of sit 3/4 of the way accross the screen.
Blue Cat Buxton is offline   Reply With Quote
Old 12-07-2004, 05:29 AM   #3
shim
Registered
 
shim's Avatar
 
Join Date: Jan 2004
Location: USA
Posts: 65
Quote:
Originally Posted by Blue Cat Buxton
Dont know if this is to do with it but on IE if you make the screen narrower (ie shrink the window it is in) the pictures jump out of the right hand column and sort of sit 3/4 of the way accross the screen.
Thanks for the response. No, I didn't shrink the IE window. What version of IE did you use when you looked at it?
shim is offline   Reply With Quote
Old 12-07-2004, 06:57 AM   #4
Blue Cat Buxton
Not that blue at all
 
Blue Cat Buxton's Avatar
 
Join Date: May 2004
Location: UK
Posts: 925
Sorry, for clarification, by shrink, I meant - if the person looking at that page makes the viewing window smaller - rather than you as the designer.

Im using IE6 with a small monitor 15", which is possibly how I noticed the 'shrink effect'
Blue Cat Buxton is offline   Reply With Quote
Old 12-07-2004, 09:52 AM   #5
Chris
Administrator
 
Chris's Avatar
 
Join Date: Feb 2003
Location: East Lansing, MI USA
Posts: 6,971
Is that layout free to use?
__________________
Chris Beasley - My Guide to Building a Successful Website
Content Sites: ABCDFGHIJKLMNOP|Forums: ABCD EF|Ecommerce: Swords Knives Compost Tumbler
Chris is offline   Reply With Quote
Old 12-07-2004, 10:09 AM   #6
Blue Cat Buxton
Not that blue at all
 
Blue Cat Buxton's Avatar
 
Join Date: May 2004
Location: UK
Posts: 925
It says on the bottom of the page

Quote:
© Nobody. All CSS/HTML is released into the public domain.
It is rather nice layout - I had bookmarked it for later use....
Blue Cat Buxton is offline   Reply With Quote
Old 12-07-2004, 12:36 PM   #7
James
I'm the oogie boogie man!
 
James's Avatar
 
Join Date: Aug 2004
Location: Canada
Posts: 1,567
So do I.
There is also an article on A List Apart, Creating Liquid Layouts With Negative Margins which could be of use.

Too bad we still have to use these layouts until the release of CSS3, which will allow columns, as are used in Table-based layouts. Effective way to make people want to switch to purely CSS-styled layotus, eh? (yay for CSS)
__________________
Video Game Cheats
James is offline   Reply With Quote
Old 12-17-2004, 01:55 PM   #8
shim
Registered
 
shim's Avatar
 
Join Date: Jan 2004
Location: USA
Posts: 65
Quote:
Originally Posted by Blue Cat Buxton
It says on the bottom of the page
it is rather nice layout - I had bookmarked it for later use....
Yet, I was really surprise that it's in the public domain. The author also has a variation called gargoyle that's pretty cool.
skidoo


Ok. The right column was too small, according to IE

The problem was solved by changing the right column from ems to pixels (because this is how my pics are defined) and by making the column wider.


Now, I'm playing around with color schemes. What do you think of this orange, light orange, dark blue color scheme?


My target audience is males, 16-24, who are interested in modifying their import cars. (ie. 'The Fast and the Furious') for lack of a better example

I would like to hear all opinions before the revised site 'go live.'

Btw, the logo, banner, and top nav buttons have not been revised yet.
shim is offline   Reply With Quote
Old 01-16-2005, 10:58 PM   #9
Percept
web designer
 
Percept's Avatar
 
Join Date: May 2003
Posts: 285
The best way to find find the real problem is adding a 1px solid black border to the element(s) which are involved (in this case the column and the image), that way you can easely see what's going on

It seems your page is offline so I can't check the code but I'm guessing there's some padding/margin on the image you are trying to include. (add the border to check)
__________________
Percept | Webdesign | Desk02 | 7962154zz8x
Percept is offline   Reply With Quote
Old 06-06-2005, 02:43 PM   #10
dvduval
Registered
 
Join Date: Jun 2005
Posts: 55
I really like these layouts. Are there any other good public domain css layout sites?
__________________
PHP Link Directory - a directory script like no other.
Google Speaks on Directory Submission - phpLD Photo - phpLD Article
dvduval is offline   Reply With Quote
Old 06-06-2005, 02:45 PM   #11
r2d2
Future AstonMartin driver
 
r2d2's Avatar
 
Join Date: Dec 2003
Location: UK
Posts: 1,608
This guy is very good: http://www.pmob.co.uk/
r2d2 is offline   Reply With Quote
Old 06-06-2005, 03:38 PM   #12
James
I'm the oogie boogie man!
 
James's Avatar
 
Join Date: Aug 2004
Location: Canada
Posts: 1,567
Ah yes, Paul O'Brian. He's the man--though I'm suprised he hasn't redesigned the site already.
__________________
Video Game Cheats
James is offline   Reply With Quote
Old 06-06-2005, 03:44 PM   #13
r2d2
Future AstonMartin driver
 
r2d2's Avatar
 
Join Date: Dec 2003
Location: UK
Posts: 1,608
Hehe, yeah - dont be put off by the design of the site, or the sometimes dodgy colored examples he has, the CSS underneath is top notch.
r2d2 is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Rate This Thread
Rate This Thread:

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 Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Sitepoint forums home layout incka Site and Forum Feedback 5 10-20-2004 09:20 PM
Football Site Layout hayesb26 User Owned Websites 4 04-22-2004 12:36 PM
tutorial layout Jaffro Search Engine Optimization 6 04-21-2004 03:09 PM
Brochure Layout? Amadeus Advertising & Affiliate Programs 1 09-03-2003 05:53 AM



All times are GMT -7. The time now is 10:56 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
Site Copyright © 2003-2006 Jalic Inc. All rights reserved.