Andy B. wrote:
> Ok. Try a look and see how it turns out. Are you sure 44 point font isn't
> too huge?
>
>
>
>> www.eternityrecords.org/private/
>>
>>
>>
These changes will not correct all issues at the moment. But I think
they will put you in a better position than you are now.
Change the markup tp read:
<div id="logo">
<!--<div class="EternityRecords_Title">Eternity Records</div>-->
<h1>Eternity Records</h1>
</div>
Amend the CSS.
From:
body {
font-family: Helvetica,Arial,sans-serif;
l/ine-height: 1.3em;
margin: 0px 0px 0px 0px;
font-size: 75%;
color: #333;
}
To:
body {
font: 100% Helvetica, Arial,sans-serif;
margin: 0;
background: #fff;
color: #222;
}
From:
div#logo {
position: absolute;
left: 0;
top: 0;
float: left;
width: 298px;
height: 75px;
b/ackground: url(mw_jooml.png) 0 0 no-repeat;
margin-left: 30px;
margin-top: 25px;
}
To:
#logo {
position: absolute;
left: 30px;
top: 30px;
width: 298px;
min-height: 75px;
}
* html #logo { height: 75px;} /* 4 IE/6.0 */
From:
.EternityRecords_Title {
left-margin: auto;
right-margin: auto;
font: italic 3.4em Palatino,"Palatino Linotype", serif;
}
To:
#logo h1 {
color : #000;
font : italic 270% Palatino, "Palatino Linotype", serif;
margin: 0;
}
Best,
~d
--
http://chelseacreekstudio.com/
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/