Forum Moderators: wheatpenny Forum Coordinators: Anim8dtoon
Community Center F.A.Q (Last Updated: 2024 Nov 23 2:12 am)
I've been experiencing something similar - I think. The scrolling on the site is really bad. The site jumps and scrolls very erratic and has been for about a month or so.
It only happens here for me.
All other sites are just fine. I happened right after the Main Calendar was put up on the side bar....I think.
No changes on my end.
Win XP and Latest version of Firefox.
Happens using my mouse scroll wheel or when using the page up/page down buttons on my keyboard.
FYI..
Giving a much more precise description of what you're calling shaking would be good thing, along with a detailed description of which pages on the site show the problem, and when during the page load it occurs.
My first guess would be that this is related to style information, so knowing if you've customised the stylesheet here or are using the default would also seem relevant.
Does anybody have an add-on or an extension that called "Ghostery" that id and allows you to block 3rd parties (web bugs**) that are hidden on the current page you're visiting.?
You might want to turn it off temporarily.
**Web bugs include ad networks, behavioral data collectores and web analytics providers. Renderosity has a lot of these as well as other sites that have ads and other profit generating audiences.
===========================================================
OS: Windows 11 64-bit
Poser: Poser 11.3 ...... Units: inches or meters depends on mood
Bryce: Bryce Pro 7.1.074
Image Editing: Corel Paintshop Pro
Renderer: Superfly, Firefly
9/11/2001: Never forget...
Smiles are contagious... Pass it on!
Today is the tomorrow you worried about yesterday
Get Up to 70% Off Select Content from Greenpots!
Create a Mother's Day Video Card and You Could Win!
Welcome Bobbie25 to the Renderosity Staff!
Sale Department RSS Feed Now Available!
[forums] [start thread] [mark all forums read] [make all visible] [search] [my forum options] [my forum stats]
[top of forum] [mark all read] [mark all before 7:15pm read] [new thread] [archive] [subscribe to forum]
and the calendar from this page of the forums are shaking as well with all the pages galleries included.not all of the text is shaking. I did change the size of text recently.I will go back and change it back to see it it is the culprit.even as I am typing the linked text above in this window is shaking
You still need to describe precisely what you mean by "shaking".
And because you say it's only happening for you only at Renderosity in two different browsers it would seem that display problems are ruled out.
The only thing that I've experienced along these lines (elsewhere) is that certain style changes on mouseover can cause problems in that the text moves enough to move the mouse off the text, causing the style change to oscillate, but when that does happen it's always obvious what the cause is, whereas what you are experiencing would seem to be something different.
So is it happening as the page is loading or when yopu move the mouse over some text ?
How fast is the "shaking" ?
Does it still happen if you refresh and/or hard refresh the page ?
If you have software that can capture a movie from the screen, that would seem like the best way to get the most information to the Renderosity programmers to enable them to figure out what's happening.
/I found this text in mozillas error reporting
*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2008 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Styles used by the editor IFRAME and Toolbar.
*/
/*
### Basic Editor IFRAME Styles.
*/
body
{
padding: 1px;
margin: 0;
background-color: #ffffff;
}
#xEditingArea
{
border: #696969 1px solid;
}
.SourceField
{
padding: 5px;
margin: 0px;
font-family: Monospace;
}
/*
Toolbar
*/
.TB_ToolbarSet, .TB_Expand, .TB_Collapse
{
cursor: default;
background-color: #f7f7f7;
}
.TB_ToolbarSet
{
padding: 1px;
border-top: #efefde 1px outset;
border-bottom: #efefde 1px outset;
}
.TB_ToolbarSet TD
{
font-size: 11px;
font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;
}
.TB_Toolbar
{
display: inline-table;
}
.TB_Separator
{
width: 1px;
height: 21px;
margin: 2px;
background-color: #C6C3BD;
}
.TB_Start
{
background-image: url(images/toolbar.start.gif);
margin-left: 2px;
margin-right: 2px;
width: 3px;
background-repeat: no-repeat;
height: 27px;
background-position: center center;
}
.TB_End
{
display: none;
}
.TB_ExpandImg
{
background-image: url(images/toolbar.expand.gif);
background-repeat: no-repeat;
}
.TB_CollapseImg
{
background-image: url(images/toolbar.collapse.gif);
background-repeat: no-repeat;
}
.TB_SideBorder
{
background-color: #696969;
}
.TB_Expand, .TB_Collapse
{
padding: 2px 2px 2px 2px;
border: #efefde 1px outset;
}
.TB_Collapse
{
border: #efefde 1px outset;
width: 5px;
}
.TB_Break
{
height: 27px;
}
/*
Toolbar Button
*/
.TB_Button_On, .TB_Button_Off, .TB_Button_On_Over, .TB_Button_Off_Over, .TB_Button_Disabled
{
padding: 1px ;
margin:1px;
height: 21px;
}
.TB_Button_On, .TB_Button_Off, .TB_Button_On_Over, .TB_Button_Off_Over, .TB_Button_Disabled
{
border: #cec6b5 1px solid;
}
.TB_Button_On
{
border-color: #316ac5;
background-color: #c1d2ee;
}
.TB_Button_On_Over, .TB_Button_Off_Over
{
border: #316ac5 1px solid;
background-color: #dff1ff;
}
.TB_Button_Off
{
background: #efefef url(images/toolbar.buttonbg.gif) repeat-x;
}
.TB_Button_Off, .TB_Combo_Off
{
opacity: 0.70; /* Safari, Opera and Mozilla */
filter: alpha(opacity=70); /* IE */
/* -moz-opacity: 0.70; Mozilla (Old) */
}
.TB_Button_Disabled
{
opacity: 0.30; /* Safari, Opera and Mozilla */
filter: gray() alpha(opacity=30); /* IE */
}
.TB_Button_Padding
{
visibility: hidden;
width: 3px;
height: 21px;
}
.TB_Button_Image
{
overflow: hidden;
width: 16px;
height: 16px;
margin: 3px;
margin-top: 4px;
margin-bottom: 2px;
background-repeat: no-repeat;
}
/* For composed button ( icon + text, icon + arrow ), we must compensate the table */
.TB_Button_On TABLE .TB_Button_Image,
.TB_Button_Off TABLE .TB_Button_Image,
.TB_Button_On_Over TABLE .TB_Button_Image,
.TB_Button_Off_Over TABLE .TB_Button_Image,
.TB_Button_Disabled TABLE .TB_Button_Image
{
margin-top: 3px;
}
.TB_Button_Image img
{
position: relative;
}
.TB_ConnectionLine
{
background-color: #ffffff;
height: 1px;
margin-left: 1px; /* ltr */
margin-right: 1px; /* rtl */
}
/*
Menu
*/
.MN_Menu
{
border: 1px solid #8f8f73;
padding: 2px;
background-color: #f7f7f7;
cursor: default;
}
.MN_Menu, .MN_Menu .MN_Label
{
font-size: 11px;
font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;
}
.MN_Item_Padding
{
visibility: hidden;
width: 3px;
height: 20px;
}
.MN_Icon
{
background-color: #dedede;
text-align: center;
height: 20px;
}
.MN_Label
{
padding-left: 3px;
padding-right: 3px;
}
.MN_Separator
{
height: 3px;
}
.MN_Separator_Line
{
border-top: #b9b99d 1px solid;
}
.MN_Item .MN_Icon IMG
{
filter: alpha(opacity=70);
opacity: 0.70;
}
.MN_Item_Over
{
color: #ffffff;
background-color: #8a857d;
}
.MN_Item_Over .MN_Icon
{
background-color: #6c6761;
}
.MN_Item_Disabled IMG
{
filter: gray() alpha(opacity=30); /* IE */
opacity: 0.30; /* Safari, Opera and Mozilla */
}
.MN_Item_Disabled .MN_Label
{
color: #b7b7b7;
}
.MN_Arrow
{
padding-right: 3px;
padding-left: 3px;
}
.MN_ConnectionLine
{
background-color: #ffffff;
}
.Menu .TB_Button_On, .Menu .TB_Button_On_Over
{
border: #8f8f73 1px solid;
background-color: #ffffff;
}
/*
### Panel Styles
*/
.FCK_Panel
{
border: #8f8f73 1px solid;
padding: 2px;
background-color: #ffffff;
}
.FCK_Panel, .FCK_Panel TD
{
font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;
font-size: 11px;
}
/*
### Special Combos
*/
.SC_Panel
{
overflow: auto;
white-space: nowrap;
cursor: default;
border: 1px solid #8f8f73;
padding-left: 2px;
padding-right: 2px;
}
.SC_Panel, .SC_Panel TD
{
font-size: 11px;
font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;
}
.SC_Item, .SC_ItemSelected
{
margin-top: 2px;
margin-bottom: 2px;
background-position: left center;
padding-left: 11px;
padding-right: 3px;
padding-top: 2px;
padding-bottom: 2px;
text-overflow: ellipsis;
overflow: hidden;
background-repeat: no-repeat;
border: #dddddd 1px solid;
}
.SC_Item *, .SC_ItemSelected *
{
margin-top: 0px;
margin-bottom: 0px;
}
.SC_ItemSelected
{
border: #9a9afb 1px solid;
background-image: url(images/toolbar.arrowright.gif);
}
.SC_ItemOver
{
border: #316ac5 1px solid;
}
.SC_Field
{
margin-top:1px ;
border: #b7b7a6 1px solid;
cursor: default;
}
.SC_FieldCaption
{
padding-top: 1px ;
overflow: visible;
padding-right: 5px;
padding-left: 5px;
opacity: 0.75; /* Safari, Opera and Mozilla */
filter: alpha(opacity=70); /* IE */ /* -moz-opacity: 0.75; Mozilla (Old) */
height: 23px;
background-color: #f7f7f7;
}
.SC_FieldLabel
{
white-space: nowrap;
padding: 2px;
width: 100%;
cursor: default;
background-color: #ffffff;
text-overflow: ellipsis;
overflow: hidden;
}
.SC_FieldButton
{
background-position: center center;
background-image: url(images/toolbar.buttonarrow.gif);
border-left: #b7b7a6 1px solid;
width: 14px;
background-repeat: no-repeat;
}
.SC_FieldDisabled .SC_FieldButton, .SC_FieldDisabled .SC_FieldCaption, .SC_FieldDisabled .TB_ButtonType_Text
{
opacity: 0.30; /* Safari, Opera and Mozilla */
filter: gray() alpha(opacity=30); /* IE */ /* -moz-opacity: 0.30; Mozilla (Old) */
}
.SC_FieldOver
{
border: #316ac5 1px solid;
}
.SC_FieldOver .SC_FieldButton
{
border-left: #316ac5 1px solid;
}
/*
### Color Selector Panel
*/
.ColorBoxBorder
{
border: #808080 1px solid;
position: static;
}
.ColorBox
{
font-size: 1px;
width: 10px;
position: static;
height: 10px;
}
.ColorDeselected, .ColorSelected
{
cursor: default;
}
.ColorDeselected
{
border: #ffffff 1px solid;
padding: 2px;
float: left;
}
.ColorSelected
{
border: #316ac5 1px solid;
padding: 2px;
float: left;
background-color: #c1d2ee;
}
Did you try doing a scan for spywares? It's been a long time since my computer acted up on me, but most of the time when it did it was a spyware. But you've probably already thought of that... :unsure:
Lucie
finfond.net
finfond.net
(store)
just part of the errors on renderosity.I personally do not understand them, but I am sure the technicians will. any help will be appreciated
Warning: Error in parsing value for 'text-align'. Declaration dropped.
Source File: http://www.renderosity.com/
Line: 40
Warning: Expected color but found 'none'. Error in parsing value for 'background-color'. Declaration dropped.
Source File: http://www.renderosity.com/site.css?b=1272897675
Line: 150
Warning: Expected color but found '#'. Error in parsing value for 'background-color'. Declaration dropped.
Source File: http://www.renderosity.com/mod/forumpro/main.css?b=1208367043
Line: 20
Warning: Expected declaration but found '*'. Skipped to next declaration.
Source File: http://www.renderosity.com/mod/calendar/style/mini.css?b=1243267630
Line: 9
Warning: Expected color but found 'none'. Error in parsing value for 'background-color'. Declaration dropped.
Source File: http://www.renderosity.com/site.css?b=1272897675
Line: 4
Warning: Expected color but found 'none'. Error in parsing value for 'background-color'. Declaration dropped.
Source File: http://www.renderosity.com/site.css?b=1272897675
Line: 150
Warning: Unknown property 'background-postion'. Declaration dropped.
Source File: http://www.renderosity.com/site.css?b=1272897675
Line: 709
Warning: Expected color but found '#'. Error in parsing value for 'background-color'. Declaration dropped.
Source File: http://www.renderosity.com/mod/forumpro/main.css?b=1208367043
Line: 20
Warning: Expected declaration but found '*'. Skipped to next declaration.
Source File: http://www.renderosity.com/mod/calendar/style/mini.css?b=1243267630
Line: 9
Warning: Error in parsing value for 'filter'. Declaration dropped.
Source File: http://www.renderosity.com/FCKeditor/editor/skins/silver/fck_editor.css
Line: 169
Warning: Error in parsing value for 'filter'. Declaration dropped.
Source File: http://www.renderosity.com/FCKeditor/editor/skins/silver/fck_editor.css
Line: 176
Warning: Error in parsing value for 'filter'. Declaration dropped.
Source File: http://www.renderosity.com/FCKeditor/editor/skins/silver/fck_editor.css
Line: 270
Warning: Error in parsing value for 'filter'. Declaration dropped.
Source File: http://www.renderosity.com/FCKeditor/editor/skins/silver/fck_editor.css
Line: 287
Warning: Unknown property 'text-overflow'. Declaration dropped.
Source File: http://www.renderosity.com/FCKeditor/editor/skins/silver/fck_editor.css
Line: 359
Warning: Error in parsing value for 'filter'. Declaration dropped.
Source File: http://www.renderosity.com/FCKeditor/editor/skins/silver/fck_editor.css
Line: 396
Warning: Unknown property 'text-overflow'. Declaration dropped.
Source File: http://www.renderosity.com/FCKeditor/editor/skins/silver/fck_editor.css
Line: 408
Warning: Error in parsing value for 'filter'. Declaration dropped.
Source File: http://www.renderosity.com/FCKeditor/editor/skins/silver/fck_editor.css
Line: 424
Warning: Error in parsing value for 'filter'. Declaration dropped.
Source File: http://www.renderosity.com/FCKeditor/editor/skins/silver/fck_editor.css
Line: 169
Warning: Error in parsing value for 'filter'. Declaration dropped.
Source File: http://www.renderosity.com/FCKeditor/editor/skins/silver/fck_editor.css
Line: 176
Warning: Error in parsing value for 'filter'. Declaration dropped.
Source File: http://www.renderosity.com/FCKeditor/editor/skins/silver/fck_editor.css
Line: 270
Warning: Error in parsing value for 'filter'. Declaration dropped.
Source File: http://www.renderosity.com/FCKeditor/editor/skins/silver/fck_editor.css
Line: 287
Warning: Unknown property 'text-overflow'. Declaration dropped.
Source File: http://www.renderosity.com/FCKeditor/editor/skins/silver/fck_editor.css
Line: 359
Warning: Error in parsing value for 'filter'. Declaration dropped.
Source File: http://www.renderosity.com/FCKeditor/editor/skins/silver/fck_editor.css
Line: 396
Warning: Unknown property 'text-overflow'. Declaration dropped.
Source File: http://www.renderosity.com/FCKeditor/editor/skins/silver/fck_editor.css
Line: 408
Warning: Error in parsing value for 'filter'. Declaration dropped.
Source File: http://www.renderosity.com/FCKeditor/editor/skins/silver/fck_editor.css
Line: 424
Warning: Error in parsing value for 'filter'. Declaration dropped.
Source File: http://www.renderosity.com/FCKeditor/editor/skins/silver/fck_editor.css
Line: 169
Warning: Error in parsing value for 'filter'. Declaration dropped.
Source File: http://www.renderosity.com/FCKeditor/editor/skins/silver/fck_editor.css
Line: 176
Warning: Error in parsing value for 'filter'. Declaration dropped.
Source File: http://www.renderosity.com/FCKeditor/editor/skins/silver/fck_editor.css
Line: 270
Warning: Error in parsing value for 'filter'. Declaration dropped.
Source File: http://www.renderosity.com/FCKeditor/editor/skins/silver/fck_editor.css
Line: 287
Warning: Unknown property 'text-overflow'. Declaration dropped.
Source File: http://www.renderosity.com/FCKeditor/editor/skins/silver/fck_editor.css
Line: 359
Warning: Error in parsing value for 'filter'. Declaration dropped.
Source File: http://www.renderosity.com/FCKeditor/editor/skins/silver/fck_editor.css
Line: 396
Warning: Unknown property 'text-overflow'. Declaration dropped.
Source File: http://www.renderosity.com/FCKeditor/editor/skins/silver/fck_editor.css
Line: 408
Warning: Error in parsing value for 'filter'. Declaration dropped.
Source File: http://www.renderosity.com/FCKeditor/editor/skins/silver/fck_editor.css
Line: 424
Warning: Error in parsing value for 'filter'. Declaration dropped.
Source File: http://www.renderosity.com/FCKeditor/editor/skins/silver/fck_editor.css
Line: 169
Warning: Error in parsing value for 'filter'. Declaration dropped.
Source File: http://www.renderosity.com/FCKeditor/editor/skins/silver/fck_editor.css
Line: 176
Warning: Error in parsing value for 'filter'. Declaration dropped.
Source File: http://www.renderosity.com/FCKeditor/editor/skins/silver/fck_editor.css
Line: 270
Warning: Error in parsing value for 'filter'. Declaration dropped.
Source File: http://www.renderosity.com/FCKeditor/editor/skins/silver/fck_editor.css
Line: 287
Warning: Unknown property 'text-overflow'. Declaration dropped.
Source File: http://www.renderosity.com/FCKeditor/editor/skins/silver/fck_editor.css
Line: 359
Warning: Error in parsing value for 'filter'. Declaration dropped.
Source File: http://www.renderosity.com/FCKeditor/editor/skins/silver/fck_editor.css
Line: 396
Warning: Unknown property 'text-overflow'. Declaration dropped.
Source File: http://www.renderosity.com/FCKeditor/editor/skins/silver/fck_editor.css
Line: 408
Warning: Error in parsing value for 'filter'. Declaration dropped.
Source File: http://www.renderosity.com/FCKeditor/editor/skins/silver/fck_editor.css
Line: 424
Warning: Error in parsing value for 'filter'. Declaration dropped.
Source File: http://www.renderosity.com/FCKeditor/editor/skins/silver/fck_editor.css
Line: 169
Warning: Error in parsing value for 'filter'. Declaration dropped.
Source File: http://www.renderosity.com/FCKeditor/editor/skins/silver/fck_editor.css
Line: 176
Warning: Error in parsing value for 'filter'. Declaration dropped.
Source File: http://www.renderosity.com/FCKeditor/editor/skins/silver/fck_editor.css
Line: 270
Warning: Error in parsing value for 'filter'. Declaration dropped.
Source File: http://www.renderosity.com/FCKeditor/editor/skins/silver/fck_editor.css
Line: 287
Warning: Unknown property 'text-overflow'. Declaration dropped.
Source File: http://www.renderosity.com/FCKeditor/editor/skins/silver/fck_editor.css
Line: 359
I fixed it on my end thanks to a post by nruddock!
"My first guess would be that this is related to style information, so knowing if you've customised the stylesheet here or are using the default would also seem relevant."
Thanks man!!
I run things pretty standard on my system but the above post made me go hmm...just maybe its the increase font size.
I had my font size in FireFox set one size larger than default.
I do this by holding down the CTRL key (PC) and rolling my mouse wheel to increase or decrease the font size being displayed.
I went back (smaller) one size which I think is the FireFox default and the site scrolls very smoothly now.
FYI..
:)
Cool Richard.
I'm getting a bit older and my eyes arent as sharp as they once were so I do like to run my font size in my browser a little larger than normal.
But I can deal with it a little smaller if it helps the site run smooth in my browser. :)
I'm not sure on the errors you listed.
I'm sure the R'osity staff will look into those.
All the best,
Clint
Those aren't really errors because Renderosity use stylesheet declarations which are only supported by IE and so FF drops them.
This happens on a lot of websites that don't use only standard CSS declarations.
So AIUI, the problem people where having was due to a change of style on mouseover / hover.
Quote - Those aren't really errors because Renderosity use stylesheet declarations which are only supported by IE and so FF drops them.
This happens on a lot of websites that don't use only standard CSS declarations.So AIUI, the problem people where having was due to a change of style on mouseover / hover.
Sounds that way nruddock. Thank you sooo much for your help. I just love when I see you jump in a thread cause you are always so very helpful.
Quote - I got them, thank you for sending. I'm going to forward to the programmers so they can take a look
About how many do you think you've received in all?
I think about 8 of them throughout the day...I haven't recieved any since I sent you those last 2...
Thanks Stacey
“For those who believe, no proof is necessary. For those who don't believe, no proof is possible.”
[Stuart Chase]
This site uses cookies to deliver the best experience. Our own cookies make user accounts and other features possible. Third-party cookies are used to display relevant ads and to analyze how Renderosity is used. By using our site, you acknowledge that you have read and understood our Terms of Service, including our Cookie Policy and our Privacy Policy.
just within the last few days the text is shaking while I am on renderosity.the other web sites have no problem.this happened before long time ago, but I forgot the solution
can you enlighten me please? I know it is a huge task! haha