Summary: | Konqueror displays cnn.com incorrectly (light blue bar at top wrong size) | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | cuteguynz |
Component: | khtml | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
cuteguynz
2003-10-04 18:44:32 UTC
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 ) |