I hope someone can help me here, I have looked on google and have tried to do it in Dreamweaver, I'm stumped.
I'm using this for some sharethis code.
<div class="sys_bc_wrapper" style="height:200px" style="width:__main_div_width__;">(and the code)</div>
The height of the div is not used unless someone clicks on a facebook "like, share, or recommend" link, a "popup" window comes up for the user to input who to send to and a comment box.
My goal, to have the style="height:200px" not be set to a permanent height but an auto expansion of the div, is that possible?
I need this because it shows "under" the page content if the height is not specified, only in IE of course, this show over the page content and all is perfect in Chrome.
Any help is greatly appreciated!
Michael
ManOfTeal.COM a Proud UNA site, six years running strong! |
have you tried height:auto ?
IDK if that will work, but it might! lol!
http://www.mytikibar.com |
have you tried height:auto ?
IDK if that will work, but it might! lol!
yes I did Steve, thanks.
Funny thing is.. it's only on my desktop, my net book IE 9 works fine, and Chrome.
What browser do you use?
ManOfTeal.COM a Proud UNA site, six years running strong! |
Where can i see it working? so much to do.... |
Where can i see it working?
http://www.duvallocals.info
ManOfTeal.COM a Proud UNA site, six years running strong! |
Have you tried style="max-height:200px" instead of style="height:200px" https://www.deanbassett.com |
What I like about using it this way, if your sending, like, or recommending say a photo, it actually puts the photo on the link. ManOfTeal.COM a Proud UNA site, six years running strong! |
I also noticed a flaw in this code. Not sure how well different browsers will handle it.
<div class="sys_bc_wrapper" style="height:200px" style="width:__main_div_width__;">(and the code)</div>
You have specified style twice. Should be done like this.
<div class="sys_bc_wrapper" style="height:200px;width:__main_div_width__;">(and the code)</div> https://www.deanbassett.com |
Have you tried style="max-height:200px" instead of style="height:200px"
It works everywhere else except on this Vista desktop IE9 ugh!
I used this instead.
<div align="center">
<script type="text/javascript">var switchTo5x=true;</script>
<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
<script type="text/javascript">stLight.options({publisher: "yourID"}); </script>
<span class='st_fblike_large' displayText='Facebook Like'></span>
<span class='st_fbrec_large' displayText='Facebook Recommend'></span>
<span class='st_fbsend_large' displayText='Facebook Send'></span>
<span class='st_facebook_large' displayText='Facebook'></span>
<span class='st_googleplus_large' displayText='Google +'></span>
<span class='st_messenger_large' displayText='Messenger'></span>
<span class='st_squidoo_large' displayText='Squidoo'></span>
<span class='st_twitter_large' displayText='Tweet'></span>
<span class='st_stumbleupon_large' displayText='StumbleUpon'></span>
<span class='st_myspace_large' displayText='MySpace'></span>
<span class='st_sharethis_large' displayText='ShareThis'></span>
<span class='st_email_large' displayText='Email'></span>
<span class='st_linkedin_large' displayText='LinkedIn'></span>
</div>
ManOfTeal.COM a Proud UNA site, six years running strong! |
I also noticed a flaw in this code. Not sure how well different browsers will handle it.
<div class="sys_bc_wrapper" style="height:200px" style="width:__main_div_width__;">(and the code)</div>
You have specified style twice. Should be done like this.
<div class="sys_bc_wrapper" style="height:200px;width:__main_div_width__;">(and the code)</div>
I did change all that; it worked in each browser though, I had a big 200px blank box! lol, that's what was worrying me.
ty
ManOfTeal.COM a Proud UNA site, six years running strong! |
The div tags in this post title make the title appear in a stange place on the main page of the forum. I'm guessing the post titles aren't filtered... Boonex might want to look into that, lol. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
The div tags in this post title make the title appear in a stange place on the main page of the forum. I'm guessing the post titles aren't filtered... Boonex might want to look into that, lol.
I noticed that.. hmmmmm
[edit] maybe i should have usede the "right" style or centered at least huh
ManOfTeal.COM a Proud UNA site, six years running strong! |
I'm wondering if we figure out what some of the actual Boonex divs are if we can make a post title appear someone else on the screen :-)
Better yet, what would have happened if you hadn't closed the div??
*edit* Sorry, I wasn't trying to hijack your thread with my nonsense.
I noticed that.. hmmmmm
[edit] maybe i should have usede the "right" style or centered at least huh
BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
I use anything but IE. When you go to my site, you are offered several different options to download a browser that works. It also explains how horrible IE is and recommends for the best site experience use something other than IE.
Hopefully IE 10 might actually adhere to some standards, so there is some hope yet.
have you tried height:auto ?
IDK if that will work, but it might! lol!
yes I did Steve, thanks.
Funny thing is.. it's only on my desktop, my net book IE 9 works fine, and Chrome.
What browser do you use?
http://www.mytikibar.com |
I use anything but IE. When you go to my site, you are offered several different options to download a browser that works. It also explains how horrible IE is and recommends for the best site experience use something other than IE.
Hopefully IE 10 might actually adhere to some standards, so there is some hope yet.
have you tried height:auto ?
IDK if that will work, but it might! lol!
yes I did Steve, thanks.
Funny thing is.. it's only on my desktop, my net book IE 9 works fine, and Chrome.
What browser do you use?
That's nice!
do you mind sharing?
ManOfTeal.COM a Proud UNA site, six years running strong! |
Not related, but I love how the topic subject is breaking the forum a bit. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
Not related, but I love how the topic subject is breaking the forum a bit.
Don't you as a moderator have the power to edit the title and fix said breakage.
https://www.deanbassett.com |
Not related, but I love how the topic subject is breaking the forum a bit.
Don't you as a moderator have the power to edit the title and fix said breakage.
Nope. Even SuperModerators can't edit that kind of stuff. We also can't undo IP blocks or permanent suspensions. Gotta' run to BoonEx for that.
BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
I edited the code embedded in templates/base/_sub_header.html
It originates from ie6nomore
I use anything but IE. When you go to my site, you are offered several different options to download a browser that works. It also explains how horrible IE is and recommends for the best site experience use something other than IE.
Hopefully IE 10 might actually adhere to some standards, so there is some hope yet.
have you tried height:auto ?
IDK if that will work, but it might! lol!
yes I did Steve, thanks.
Funny thing is.. it's only on my desktop, my net book IE 9 works fine, and Chrome.
What browser do you use?
That's nice!
do you mind sharing?
http://www.mytikibar.com |
Thanks Steve. ManOfTeal.COM a Proud UNA site, six years running strong! |