strange Dashed line around sidebarplugins
-
Frandy
strange Dashed line around sidebarplugins
i got strange Dashed red line around plugins on sidebar (quick search and login form plugins) only on main page. it's off when on child page.
How to remove that dashed line (using css) ?
thanks for help.
Frandy
How to remove that dashed line (using css) ?
thanks for help.
Frandy
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: strange Dashed line around sidebarplugins
If you can tell us your URL, we can look at your CSS and tell you the error. 
It definitely is a CSS issue. You can also look in your CSS and search for "border:" and then one of them will define a "red" border.
Regards,
Garvin
It definitely is a CSS issue. You can also look in your CSS and search for "border:" and then one of them will define a "red" border.
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/
# 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/
-
Guest
Re: strange Dashed line around sidebarplugins
I'd like but i can't because blog is on intranet company.garvinhicking wrote:If you can tell us your URL, we can look at your CSS and tell you the error.
It definitely is a CSS issue. You can also look in your CSS and search for "border:" and then one of them will define a "red" border.
Regards,
Garvin
i cant' find a border with red color or #ff0 color into my css.
very strange.
this appears only on forms (login sidebar plugin - quick search sidebar pulgin) as well as login_event form.
i have a look to css in details....
-
MySchizoBuddy
- Regular
- Posts: 340
- Joined: Sun Jun 12, 2005 5:28 am
-
Frandy
Sorry we only got PC.MySchizoBuddy wrote:if u have access to a mac get Xyle Scope
load ur site in it and click on the red line and it will tell u where it came from.
but i tried to replace my css with one (for example called css #2) from another theme and i got the same problem, might seem problem not coming from css.
but if i choose a new style/theme (the one with css #2 file) in serendipity admin, the problem is off and blog looks nice.
strange isn't it ?
-
Frandy
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
I cannot reproduce this on my own page, I need to see an live example of this.
Can someone make screenshots and post the HTML/CSS somewhere? I really need that to look at.
Regards,
Garvin
Can someone make screenshots and post the HTML/CSS somewhere? I really need that to look at.
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/
# 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/
-
Guest
I got it !garvinhicking wrote:I cannot reproduce this on my own page, I need to see an live example of this.
Can someone make screenshots and post the HTML/CSS somewhere? I really need that to look at.
Regards,
Garvin
comes from Xinha forms.css in /plugins/serendipity_event_xinha/xinha-nightly/plugins/Forms/forms.css
Code: Select all
form {
border: 1px dotted red;
}
Code: Select all
form {
border: 0px dotted red;
}Thanks for help Garvin (you were right on css problem)
-
MySchizoBuddy
- Regular
- Posts: 340
- Joined: Sun Jun 12, 2005 5:28 am
-
Frandy
-
MySchizoBuddy
- Regular
- Posts: 340
- Joined: Sun Jun 12, 2005 5:28 am
-
Frandy
Here is small screenshotsMySchizoBuddy wrote:can i see a screenshot of it.
Xinha should not be messing your blogs form
note the dotted red line from xinha forms.css

Strange code related to Xinha discovered in the middle of the page, after <body> tag.
Code: Select all
<html><head><link href="plugins/serendipity_event_xinha/xinha-nightly/plugins/Abbreviation/abbreviation.css" rel="stylesheet" id="Abbr-style" /><link id="Form-style" rel="stylesheet" href="plugins/serendipity_event_xinha/xinha-nightly/plugins/Forms/forms.css" /><link id="IA-style" rel="stylesheet" href="plugins/serendipity_event_xinha/xinha-nightly/plugins/InsertAnchor/insert-anchor.css" /><link href="plugins/serendipity_event_xinha/xinha-nightly/plugins/Forms/forms.css" rel="stylesheet" id="Form-style" /><link href="plugins/serendipity_event_xinha/xinha-nightly/plugins/InsertAnchor/insert-anchor.css" rel="stylesheet" id="IA-style" /></head>
got a problem with IE6 (fed up with this browser
look here : no text appears

Code: Select all
../..
<div class="serendipitySideBarItem container_serendipity_plugin_loginform">
<h3 class="serendipitySideBarTitle serendipity_plugin_loginform">Se connecter</h3> <div class="serendipitySideBarContent"><form id="loginform" action="/blog/index.php?index.php" method="post"><div>Nom d'utilisateur <input type="text" name="serendipity[user]" value="" /><br />Mot de passe <input type="password" name="serendipity[pass]" value="" /><br /><input id="autologin" type="checkbox" name="serendipity[auto]" style="float: left; display: inline; width: 20px" /><label for="autologin"> Garder en mémoire</label><br /><input type="submit" name="serendipity[action]" value="Se connecter >" /></div></form></div>
</div>
../..
hope it will help you.
regards
-
MySchizoBuddy
- Regular
- Posts: 340
- Joined: Sun Jun 12, 2005 5:28 am
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
I see that there's additional "<html>" code and stuff being added to the output, this is quite bad - where does it come from? MySchizoBuddy, do you know if that is an option to disable all the HTML/BODY tags getting added?
Regards,
GArvin
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/
# 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
And What about missing text on login_plugin on IE6 ?garvinhicking wrote:I see that there's additional "<html>" code and stuff being added to the output, this is quite bad - where does it come from? MySchizoBuddy, do you know if that is an option to disable all the HTML/BODY tags getting added?
Regards,
GArvin
How to solve that ?
(ok, i'll tell them to use firefox instead
Frandy
