inherit
149083
0
Jul 9, 2021 6:40:04 GMT -8
True Essence
Shadowboxing the other half
215
November 2009
alyxwrites
|
Post by True Essence on Jan 31, 2013 5:49:17 GMT -8
Hmmm that didn't work out. It just duplicated the words again. I removed it but perhaps another attempt?
|
|
inherit
162752
0
Nov 7, 2024 3:58:23 GMT -8
Pebble
Where it all does or doesn't happen!
1,437
January 2011
pebbleleague
|
Post by Pebble on Jan 31, 2013 9:07:57 GMT -8
Try this at the bottom of your style sheet:
#leftPbar{ background-repeat:no-repeat; background-position:center; }
|
|
inherit
149083
0
Jul 9, 2021 6:40:04 GMT -8
True Essence
Shadowboxing the other half
215
November 2009
alyxwrites
|
Post by True Essence on Jan 31, 2013 9:37:27 GMT -8
Cool it works! Thanks! But do you think that once I manage to add side tables would it conflict since the "Click for ICbox" isn't duplicated anymore but the bar that you click on is still stretching from top to bottom? Do you know what I mean? darktimeslieahead.freemessageboards.com/check it out.
|
|
inherit
162752
0
Nov 7, 2024 3:58:23 GMT -8
Pebble
Where it all does or doesn't happen!
1,437
January 2011
pebbleleague
|
Post by Pebble on Jan 31, 2013 9:57:20 GMT -8
I think so.... If you don't want the bar the full hieght of the screen try this (untested):
#leftPbar{ top: 100px; height: 500px; background-repeat: no-repeat; background-position:center; }
change the top to the height from the top of the screen (in pixels) and chnge the height to the height of your image to open/close.
|
|
inherit
149083
0
Jul 9, 2021 6:40:04 GMT -8
True Essence
Shadowboxing the other half
215
November 2009
alyxwrites
|
Post by True Essence on Jan 31, 2013 16:47:28 GMT -8
Hmmm it's still not really working. (I'll try again though) I think instead I managed to put an extra scroll bar or something on the site. When I go into my profile, there's a scroll bar and I have no idea how it got there =.=
|
|
inherit
162752
0
Nov 7, 2024 3:58:23 GMT -8
Pebble
Where it all does or doesn't happen!
1,437
January 2011
pebbleleague
|
Post by Pebble on Jan 31, 2013 17:01:07 GMT -8
Hi True Essence, I'll test this out over the weekend and get back to you. I have an idea why it's not working but want to test it out first.
|
|
inherit
149083
0
Jul 9, 2021 6:40:04 GMT -8
True Essence
Shadowboxing the other half
215
November 2009
alyxwrites
|
Post by True Essence on Jan 31, 2013 17:04:38 GMT -8
Okay it's not a problem thanks for all of your help.
|
|
inherit
162752
0
Nov 7, 2024 3:58:23 GMT -8
Pebble
Where it all does or doesn't happen!
1,437
January 2011
pebbleleague
|
Post by Pebble on Feb 1, 2013 12:52:31 GMT -8
Hi True Essence, I've re-written the code to include the options you wanted. Download in first post (0.1.6) I've had some similar requests for the right side so this will put the options in the code. Remove ALL the CSS I gave you, that's very important!
Let me know if it works and then I'll update the right side to the same update. Example on the test site: 200px from top and bar height of 300. Tested in IE9 and FF.
|
|
inherit
149083
0
Jul 9, 2021 6:40:04 GMT -8
True Essence
Shadowboxing the other half
215
November 2009
alyxwrites
|
Post by True Essence on Feb 2, 2013 12:21:40 GMT -8
Thanks Pebble! I had to make a new test site but it's working wonderfully. ClickyThanks
|
|
inherit
128803
0
Apr 16, 2023 23:54:15 GMT -8
Ty
200
July 2008
ty5550
|
Post by Ty on Mar 1, 2013 21:18:28 GMT -8
I have a problem on a test site. Anything on the site caught in the width of the peekaboo side table cannot be clicked even if below it...meaning any links or anything like that won't work if they are within the width of the side tables image or when it is opened. Is there any way to fix this because it is rather inconvenient...especially to any one who may have a relatively small screen. here is a link to the test site
|
|
inherit
190352
0
Feb 7, 2018 3:14:57 GMT -8
strewth78
118
February 2013
strewth78
|
Post by strewth78 on Mar 5, 2013 2:28:46 GMT -8
HI. Great plugin. Im having trouble resizing objects in here tho'... can someone help? here is the original object...
<object width="288" height="388" type="application/x-shockwave-flash" data="http://a.espncdn.com/community/widgets/swfs/topstory.swf"><param name="flashVars" value="sport=mlb&pid=espntopstory_136204956324122512&espn=false&share=embed"><param name="movie" value="http://a.espncdn.com/community/widgets/swfs/topstory.swf" ><param name="wmode" value="transparent"><param name="allowScriptAccess" value="always"><param name="allowNetworking" value="all"></object>
i tried adding a margin height to help me crop the item, but its not changing anything.
<object width="288" height="388" margin-height="-100px" type="application/x-shockwave-flash" data="http://a.espncdn.com/community/widgets/swfs/topstory.swf"><param name="flashVars" value="sport=mlb&pid=espntopstory_136204956324122512&espn=false&share=embed"><param name="movie" value="http://a.espncdn.com/community/widgets/swfs/topstory.swf" ><param name="wmode" value="transparent"><param name="allowScriptAccess" value="always"><param name="allowNetworking" value="all"></object>
|
|
inherit
162752
0
Nov 7, 2024 3:58:23 GMT -8
Pebble
Where it all does or doesn't happen!
1,437
January 2011
pebbleleague
|
Post by Pebble on Mar 5, 2013 3:13:27 GMT -8
I have a problem on a test site. Anything on the site caught in the width of the peekaboo side table cannot be clicked even if below it...meaning any links or anything like that won't work if they are within the width of the side tables image or when it is opened. Is there any way to fix this because it is rather inconvenient...especially to any one who may have a relatively small screen. here is a link to the test siteI looked at your site and you seem to have sorted your problem out. HI. Great plugin. Im having trouble resizing objects in here tho'... can someone help? here is the original object... <object width="288" height="388" type="application/x-shockwave-flash" data="http://a.espncdn.com/community/widgets/swfs/topstory.swf"><param name="flashVars" value="sport=mlb&pid=espntopstory_136204956324122512&espn=false&share=embed"><param name="movie" value="http://a.espncdn.com/community/widgets/swfs/topstory.swf" ><param name="wmode" value="transparent"><param name="allowScriptAccess" value="always"><param name="allowNetworking" value="all"></object> i tried adding a margin height to help me crop the item, but its not changing anything. <object width="288" height="388" margin-height="-100px" type="application/x-shockwave-flash" data="http://a.espncdn.com/community/widgets/swfs/topstory.swf"><param name="flashVars" value="sport=mlb&pid=espntopstory_136204956324122512&espn=false&share=embed"><param name="movie" value="http://a.espncdn.com/community/widgets/swfs/topstory.swf" ><param name="wmode" value="transparent"><param name="allowScriptAccess" value="always"><param name="allowNetworking" value="all"></object> Have you got a link to a site with this on it. It's easier to see what you're trying to do. When you say resizing , do you mean positioning?
|
|
inherit
190352
0
Feb 7, 2018 3:14:57 GMT -8
strewth78
118
February 2013
strewth78
|
Post by strewth78 on Mar 5, 2013 5:11:37 GMT -8
Hi Pebble... thanks. they are ESPN widgets, taken from this site espn.go.com/community/widgetcenter.html#mlbyou click on the chosen widget and then copy the code from there. And yes, Im trying to reposition it so tht I can basically crop off the bottom portions of the widgets.
|
|
inherit
162752
0
Nov 7, 2024 3:58:23 GMT -8
Pebble
Where it all does or doesn't happen!
1,437
January 2011
pebbleleague
|
Post by Pebble on Mar 9, 2013 16:13:39 GMT -8
Hi Pebble... thanks. they are ESPN widgets, taken from this site espn.go.com/community/widgetcenter.html#mlbyou click on the chosen widget and then copy the code from there. And yes, Im trying to reposition it so tht I can basically crop off the bottom portions of the widgets. Hi strewth78, It's not going to be possible to position it so the bottom isn't showing. It's all part of the widget. To put it off the bottom of the screen would just add a scroll bar (or off to the side would do the same) I'm afraid that's just how widgets are.
|
|
Lexafranks
inherit
-5214758
0
Nov 22, 2024 1:12:49 GMT -8
Lexafranks
0
January 1970
GUEST
|
Post by Lexafranks on Mar 13, 2013 17:26:56 GMT -8
I love the code but the only problem I have is that I don't want the content table that appears to be full height. I want it to be almost the same size as I have the bar. I've tried all the codes posted in this thread but none of it works. Can you help? Here is my test site. xgen20.freemessageboards.com/
|
|