Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

[SOLVED]Thumbnail above div in overflow:auto mode [IE6 and IE7]

  • johnstevens
  • johnstevens's Avatar Topic Author
  • Offline
  • New Member
More
17 years 2 weeks ago - 17 years 2 weeks ago #1975 by johnstevens
Hello,

I have a website with a overflow:auto; div. Now the shadow is behaving good, but the thumbnail is fixed above the div.

You can check out the webpage over here: 83.172.147.143/index.php?option=com_content&task=view&id=2&Itemid=3

Please Log in or Create an account to join the conversation.

More
17 years 2 weeks ago #1976 by JoomlaWorks
Open up the CSS file of the default layout, it's in mambots/content/plugin_jw_sigpro and add "position:relative;" to these 2 classes:

.sig
and
.sig_cont

Does that fix it? If not, simply change the layout to "YearBook".

Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • johnstevens
  • johnstevens's Avatar Topic Author
  • Offline
  • New Member
More
17 years 2 weeks ago #1977 by johnstevens
Thank you Fotis for pointing me in the right direction.

I commented out the following classes in sigpro_default.css:
.sig_cont .sig_thumb a {
	display:block;
	/*position:relative;*/
	background:none;
	text-decoration:none;
	}

.sig_cont .sig_thumb a:hover {
	display:block;
	/*position:relative;*/
	background:none;
	text-decoration:none;
	}

.sig_cont .sig_thumb a img {
	display:block;
	/*position:relative;*/
	background:#FFF;
	border:1px solid #ccc;
	margin:-5px 5px 5px -5px;
	padding:4px;
	}

Thanks for building these very nice and sexy plugins  ;)

Greetings from the Netherlands

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum