carm wrote:
> I hope I am in the right form to be asking these questions?

I think so, but you won't get all answers right away.

> This is my first time in using the forum.

Welcome.

> Just starting to learn css from always using tables.

Good. It's better to only use tables for tabular data from now on.

> This is what I'm trying to do.
> 
> Create a web site so that it sits in the centre of a browser window, 
> whether they are using 800x600 or 1024x768
> My web site is 775x800
> Position my layers so that they all stay centre relative to each other

Centering a web page is not a problem. Something like...
#Table_01 {margin 0 auto 0 auto;}
...will work in all standard compliant browsers.

Positioning of layers is not a problem either. Making it look right when 
text is involved, is another matter completely.

I won't go into the main part of your mail, as it is too time-consuming 
to delve into without a real page.

> Question: Is there a way to crete a style sheet for menu text that will 
> not zoom with the rest of the text on the page.

No. Text zooming (or text resizing) can't be prevented.

> May-be I'm trying to do something that CSS wasn't meant to do.

If it can be done with tables, then it can be done with CSS. However, 
few of us will use CSS to replicate a table-design, since that's a 
pretty limited use of CSS.

Your page-example has a few serious errors - wrongly used style-elements 
for instance, so it isn't very predictable across browser-land.
The lack of images also makes it quite useless as demo and testing-ground.

Thus, the first thing you should do is to upload something more complete 
and make sure it at least passes the W3C validators without errors.
We may be able to help you a lot more, once we have a page to look at.

regards
        Georg
--
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to