|
Posted by Beauregard T. Shagnasty on 12/05/06 00:43
J. Muir wrote:
> Would one, or a few, of you talented web coders/designers mind stopping
> by one of my sites -- http://www.SloCountyWineries.com -- and give me
> some tips on how I can make its appearance more consistent on a variety
> of browsers.
Your code is old-style, circa 1995. Look at some modern three-column
templates:
http://css-discuss.incutio.com/?page=ThreeColumnLayouts
I like Ben Meadowcroft's and the Ruthsarian templates.
Use a complete (Strict) doctype, such as:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
Your Java applet didn't crash my Firefox or Opera; I got a same-sized
white box offering to "download the plugin" (I do have the latest Java
installed).
With Internet Explorer 6, the light green sidebars are way wider than
the other two browsers, and cause the page to have a horizontal scroll
bar, not fitting in the IE window.
Think fluid.
Think CSS.
--
-bts
-This message has been tested for polonium-210 and found to be safe
Navigation:
[Reply to this message]
|