Richard Brown wrote:

I am still working on the Lostwithiel site. I have taken out the cms for the moment. You can see the latest at:
http://www.swmug.co.uk/index.html
The css is embeded. I am still working fonts through! So any further thoughts would be greatly appreciated. I am trying to get a 'Ye Olde English' font that will work for Mac and Windows...

Think what is a readable font that will work for Mac and Windows. Period. (same answer as yesterday).
Delete the min/max stuff from the /body/ and change the font stuff to:
font: 200 100.01%/1.5 Georgia, "Book Antiqua", Palatino, "Times New Roman", Times, serif;
Delete ***all*** other font-selections throughout style sheet.
Amend this to to include:
#header h1 { font: 200 200% Papyrus, Georgia, "Book Antiqua", Palatino, "Times New Roman", Times, serif; }
You'll need to adjust positioning of h1-- it's crawling over stuff in XP/FF
State font-size of individual sectors in % or em *not* pixels.
Add 2 new wrappers. They will be the first 2 wrappers to open and the last 2 to close: #gatekeeper { border: 1px solid red; margin: 0 auto; padding: 0; width: 100%; margin: 0 auto; max-width: 1200px; min-width: 590px; overflow: visible; position: relative; text-align: left; }
#gatekeeper-ie { width: 100%; }
Add  these corrections & min/max  stuff for ie immediately after </style>

<!--[if lte IE 6]>
<style type="text/css" media="screen">
#gatekeeper {width:expression(document.body.clientWidth
>1202? "1200px": "99%"  ); overflow: hidden;}
#gatekeeper-ie {width:expression(document.body.clientWidth < 610? "590px": "99.98%" );}
#right {width: 385px; }
#navcontainer {width: 235px;}
#navcontainer a {width: 222px;}
#sidebar { margin-right: 10px; width: 270px;}
</style> <![endif]-->

Move
<div id="right">
<p>......</p>
</div>
from where it is to immediately below the close of the sidebar and *above* the clearing division.
Tweak all and cross your fingers.
I have no idea what you mean about "putting it back in CMS"?
I did not look at the below problem.


I do also have a div positioning problem. On this page:
http://www.swmug.co.uk/antiques.html
The small boxes are pushing the side column further down. Can anybody tell me how to stop this please? The css is again embeded. Rich

Regards,
~dL

--
David Laakso
http://www.dlaakso.com

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to