since i used the older version the image in the corner appeared very nice. Upgrading to the last version shows a grey column in the right size . Why

CommentFileSizeAuthor
c6rner.jpg26.1 KBzoia

Comments

kirie’s picture

Assigned: zoia » Unassigned
Status: Active » Postponed (maintainer needs more info)

Hello and thank you for the feedback. Can you give me some more information?
- Which browser are you using - does it also happen in other browsers?
- Which corner settings are you using?
- Does it also happen with the built in corner images?

zoia’s picture

Hi Kirie . The new features are great but i wish i could have my image without this grey disruption. I tested in firefox 3.5 and ie8. I also tried several images provided with the module and others that i created. The settings are the basic ( image -tasted both fixed and absolute- +url )

zoia’s picture

Hi Kirie
I ve found that the problem is caused by the style.css in my template because i have already corners . So i suppose displays the image from the corner module and also the themed one.
Any suggestion?

/*------CORNERS------*/

.corner-top-left {background:url(images/corner-top-left.gif) no-repeat left top;}
.corner-top-right {background:url(images/corner-top-right.gif) no-repeat right top;}
.corner-bot-left {background:url(images/corner-bot-left.gif) no-repeat left bottom;}
.corner-bot-right {background:url(images/corner-bot-right.gif) no-repeat right bottom; width:100%;}

kirie’s picture

Hello again - can you send me the URL of your site (use private contact form), and I can try to figure out what's wrong.

zoia’s picture

ok thanks

kirie’s picture

Category: bug » support
Status: Postponed (maintainer needs more info) » Fixed

Hello, I had a brief look at the site and yes, you are correct - there is a conflict between two CSS classes; one is used by the Corner module, the other by your theme to create rounded corners. The CSS class in question is ".corner-top-right" and is located in your style.css (line 86) and also in the Corner module corner.css.

You have two options; override the Corner template and style by copying them to your theme directory and changing the offending CSS class to something else - or rename the CSS class used by your theme.

Hope this helps - good luck!

zoia’s picture

your suggestion simply does nothing . Thanks a lot i will try other module

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.