Re: [css-d] 2 more problems (div width issues)

2010-03-19 Thread Peter Abramowicz
t me make it smaller? Hi Rory, The answer to your first question is that the default settings in browsers for images is vertical-align: baseline. As to the font size, this could be an issue with your browser settings, I was able to quickly made text completely unreadable in both ff and ie. Here

Re: [css-d] IETester vs. Real IE6: discrepancy

2010-02-18 Thread Peter Abramowicz
and leave italics for all the other browsers. -- Peter Abramowicz Arachne Web Designs 403.990.6016 www.arachne-design.com <http://www.arachne-design.com> __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.o

Re: [css-d] Weird "Jumping" Links

2009-06-26 Thread Peter Abramowicz
6 into the quirks mode which is causing the jump. -- Peter Abramowicz Arachne Web Designs 403.990.6016 www.arachne-design.com <http://www.arachne-design.com> Get Thunderbird <http://www.mozilla.org/products/thunderbird/> ___

Re: [css-d] Weird "Jumping" Links

2009-06-26 Thread Peter Abramowicz
e jumping issue is fixed, it's also at the expense > of the desired dotted line which is now commented out. I hope to find > a solution which doesn't delete that line. > > You could try this: ol#toc li a {padding-bottom:2px;} ol#toc li a:hover {padding-bottom:0;} -- Peter

Re: [css-d] Use of !ie and !important

2008-01-05 Thread Peter Abramowicz
Conditional comments. PeterA. Slob Jones wrote: > I keep hearing how !important is an "invalid hack," and yet I see no > suggestions on how to solve the very real problem of that additional > pixel or two in IE that screws up people's layouts. > > That invalid hack, by the way, works very well