View Single Post
  #33  
Old 08-14-2012, 06:47 PM
4815162342's Avatar
4815162342 4815162342 is online now
Daryl
Member
 
Join Date: Apr 2009
Posts: 3,693
Default

Hi Al,

I just registered and am looking forward to what consignments you will be offering in your inaugural auction.

I noticed that your site scrolls rather sluggishly (for me anyways), and being in the software development world I downloaded the main page to my PC and tried to locate the problem. A shadow in the body section of the main style sheet is the culprit:

body {
background: url(../UserFiles/Image/background.jpg) top;
-webkit-box-shadow: inset 0 0 1000px white;
-moz-box-shadow: inset 0 0 1000px white;
box-shadow: inset 0 0 1000px white;
min-height: 100%;
font-family: Arial, sans-serif;
font-size: 16px;
}

Once this is removed, the page scrolls normally. You might want to pass this on to your web developer(s). I hope this helps.

Good luck with the new venture!

Daryl
Reply With Quote