strange Dashed line around sidebarplugins

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

The problem with the IE6 is a common CSS problem; search google for "internet explorer invisible text" and you'll see results like http://plone.org/documentation/how-to/i ... sible-text

Maybe some of them can help you fix it? :)

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Frandy

Post by Frandy »

garvinhicking wrote:The problem with the IE6 is a common CSS problem; search google for "internet explorer invisible text" and you'll see results like http://plone.org/documentation/how-to/i ... sible-text

Maybe some of them can help you fix it? :)

Regards,
Garvin
Yes ! I can.

see here for exemple (middle of page):
http://archivist.incutio.com/viewlist/css-discuss/57305
and related link (using IE6)

http://pear.reversefold.com/badIE/workaroundZoom.html

so i had this to my style.css file :

Code: Select all

div {
      zoom: 100%;
}
works fine for me using IE6 and no problem using firefox.


Frandy
MySchizoBuddy
Regular
Posts: 340
Joined: Sun Jun 12, 2005 5:28 am

Post by MySchizoBuddy »

Just open up serendipity_event_xinha.php and look for Xinha_plugins and delete "Fullpage".
Image
Post Reply