Version: (using KDE KDE 3.1.4) Installed from: Gentoo Packages Compiler: gcc 3.2.3 OS: Linux I was looking at the source code for http://www.cnn.com and it seems konqueror is rendering tables incorrectly. There is a button which is an image (Search) and its being pushed down and makes the height of the bar bigger than expected, leaving big white gaps on each end of page.... the bar seems to me from looking at the code usings css ....
mozilla 1.5rc2 renders page fine ie 6 sp1 renders page fine... will try mozilla 1.4rc4 soon
That button is not an image. It's a standard widget, which means Konqueror will use the one from your current KDE widget theme. In mine (Keramic), the button is higher than the one from Mozilla, which accounts for the difference. (If the button had been an image, Konqueror and Mozilla would have shown it exactly the same). I've inspected the code and there's no attribute for the button height. Therefore, I'd assume it's not limited. However, I found these CSS attributes, which may be meaningful: border-top: solid 1px #69c; border-right: solid 1px #069; border-bottom: solid 1px #069; border-left: solid 1px #69c; I don't know what they mean.
Subject: Re: Konqueror displays cnn.com incorrectly (light blue bar at top wrong size) checkout this on css http://www.w3schools.com/css/css_border.asp --- Thiago Macieira <thiagom@mail.com> wrote: > ------- You are receiving this mail because: ------- > You reported the bug, or are watching the reporter. > > http://bugs.kde.org/show_bug.cgi?id=65487 > > > > > ------- Additional Comments From thiagom@mail.com > 2003-10-04 19:41 ------- > That button is not an image. It's a standard widget, > which means Konqueror > will use the one from your current KDE widget theme. > In mine (Keramic), the > button is higher than the one from Mozilla, which > accounts for the difference. > > (If the button had been an image, Konqueror and > Mozilla would have shown it > exactly the same). > > I've inspected the code and there's no attribute for > the button height. > Therefore, I'd assume it's not limited. However, I > found these CSS attributes, > which may be meaningful: > > border-top: solid 1px #69c; > border-right: solid 1px #069; > border-bottom: solid 1px #069; > border-left: solid 1px #69c; > > I don't know what they mean. __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com
bug still occurs even after changing style in kde 3.1.4 ... ( was using keramik )
*** This bug has been marked as a duplicate of 65788 ***