David Laakso wrote: > Brian M. Curran wrote: > >>> David wrote: >>> >>> >>> I will be back in a while with some suggestions... ~d >>> >>>
RE: <http://www.locallaw11news.com/> To improve readability cross-browser ( and prevent long-word right column float drop in IE/6 at text-size "largest") delete the letter spacing: h2 { letter-spacing: 0.2em; <----------- :: delete } Change this selector to prevent the right column link-image bounce in IE 6 and IE 7: #sideNavBar li img { display: block; <----------- :: delete vertical-align: bottom; <---:: delete } Add this hack for IE/6 to retore the intended height of the footer: * html #footer {height: 1%;} Change this from: body { font-family: Georgia, "Helvetica Neue", Arial, sans-serif; } To: body { font-family: Georgia, Times, "Times New Roman", serif; } ______________________________________________________________________ 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/
