Richard Brown wrote:
> Hi Guys
>
> <http://alexander.cregy.net/>
> <http://alexander.cregy.net/wp-content/themes/NewSite/style.css>
>
> I'm concerned it works in WinIE particularly the post information
> avoiding over lap with the logo in the right.
>
> Many thanks.
>   
It looks *much better* than it did yesterday, Rich.
Some suggestions:
-- #container is the first div to open and the last to close. I think 
you forgot to close it.
-- I assume you plan to set the text in the side thing flush left (it 
looks peculiar centered)?
-- Would it make sense to make h1 the title of the page rather than a 
link named 'home?' If so, try something like this:
:: rename your current  h3 to h4
:: add to, and change, the css to:
h1 { background-color: inherit; color: gray; font-size: 180%; 
font-weight: normal; margin: 0 0 0 10px; }
h2 { background-color: inherit; color: gray; font-size: /*110%*/100%; 
font-weight: normal; margin: /*10px*/0 0 0 10px; }
h3 { background-color: inherit; color: gray; font-size: 170%; 
font-weight: normal; margin: 0 0 0 0; text-align: left; }
#header p {font-size: 100%; margin: 20px 0 0 10px; text-align: left;}
#header a { background-color: inherit; color: #6699FF; }
:: change the markup to:
<div id="header">
<h1>Alexander &#38; Co</h1>
<h2>Certified Public Accountants</h2>
<p><a href="http://alexander.cregy.net"; rel="bookmark">Home</a></p>
</div>
:: Change this markup from:
<p><strong>Core Values</strong></p>
To:
<h3>Core Values</h3>
Others on the list may have a better way of sorting this out.
Best,
~dL 
PS An ampersand is &#38; I think you've got &#038; in the page title 
(and validate the markup and css).

-- 
http://chelseacreekstudio.com/

______________________________________________________________________
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