[EMAIL PROTECTED] wrote:
> Hi list,
>
> Could I please have a cross browser check!!
>
> I have a positioning problem with the index page navigation
> and the alignment of the pic squares in the site map page in FF 1.5 and
> IE 6
>
>
> http://users.ncable.net.au/~keno2/index.html Site address
>
> http://users.ncable.net.au/~keno2/JRA.css main page
>
> http://users.ncable.net.au/~keno2/corners.css sub pages
>
> Thanks in advance,
>
> Ken.
>
>
Ken,
Georg provided the fix for the question you wrote about.
My lot in life is to nit-pick :-) .
You may want to consider making the page (I only looked at the home
page) more user friendly.
It is breaking a little early with font-scaling in Firefox.
Try:
#menu { /*left: 90px; */ left: 120px; } <<< shove it right so it wont
overlap the content text on zoom.
#container {
/*height:203px; */ <<< delete the height so the text will not shoot out
the bottom on zoom.
/*padding:0px; */
padding-bottom: 1em; <<< tweak to taste (buffer between bottom of text
and what follows beneath it)
}
.maintext {
/*height:100px;*/ <<< no need to restrain the height
/*text-align: justify;*/ <<< delete to dry up the rivers (justified
text does not do well on the Web)
/*line-height: 16px; */line-height: 1.3; <<< pixels for line-height
does not do well cross-browser (user a raw number-- no munit of measure
reqired)
}
#events {
/*text-align:justify; */ <<< delete to dry up the rivers (justified
text does not do well on the Web)
}
Best,
~dL
--
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/