- Posts: 5
- Thank you received: 0
Module affecting other Module Bleed
-
buffalohole
Inactive member - Topic Author
- New Member
Less
More
12 years 9 months ago #16217
by buffalohole
Module affecting other Module Bleed was created by buffalohole
Hi All,
First post. So far so good. I have a Module in position right which is not bleeding down (Running the full length of the page to the footer) since I activated the Hot Scroller Mod. The only changes I made to code is in the css file to change the bg colour.
Cheers
First post. So far so good. I have a Module in position right which is not bleeding down (Running the full length of the page to the footer) since I activated the Hot Scroller Mod. The only changes I made to code is in the css file to change the bg colour.
Cheers
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 9 months ago #16238
by ivan.milic
Replied by ivan.milic on topic Re: Module affecting other Module Bleed
I can not figure out what is your problem exactly, can you send us link???
Please Log in to join the conversation.
-
buffalohole
Inactive member - Topic Author
- New Member
Less
More
- Posts: 5
- Thank you received: 0
12 years 9 months ago #16260
by buffalohole
Replied by buffalohole on topic Re: Module affecting other Module Bleed
The module on the right side has a black background which should run to the end of the page as the module on the left does. When i enabled the module it prevented the colour black appreaing. When i disable the Hot Scroller it works fine.
See www.pdforra.ie
See www.pdforra.ie
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 9 months ago #16289
by ivan.milic
Replied by ivan.milic on topic Re: Module affecting other Module Bleed
Open :
www.pdforra.ie/templates/theme178/scripts/maxheight.js
change:
max = Math.max(max, div.getSize().size.y);
to:
max = Math.max(max, jQuery(div).innerHeight());
www.pdforra.ie/templates/theme178/scripts/maxheight.js
change:
max = Math.max(max, div.getSize().size.y);
to:
max = Math.max(max, jQuery(div).innerHeight());
Please Log in to join the conversation.
-
buffalohole
Inactive member - Topic Author
- New Member
Less
More
- Posts: 5
- Thank you received: 0
12 years 9 months ago #16316
by buffalohole
Replied by buffalohole on topic Re: Module affecting other Module Bleed
Hi There
The code had no effect on the module.
The code had no effect on the module.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 9 months ago #16321
by ivan.milic
Replied by ivan.milic on topic Re: Module affecting other Module Bleed
well change it first , then we will see.
Please Log in to join the conversation.
Time to create page: 0.163 seconds