Thanks for the response …. my buy.com rss is doing wrong…. fixed it….
<em>@jbrett 86755 wrote:</em><blockquote>The problem is in your Simple Pie RSS application.
Disable it temporarily and see if that doesn’t clear up your issue.
And on another note…may I help you fix another little item…the links in the top center of your page that are dropping down on top of your menu bar. We can center it better by the following:
Go to template.css (line 716)
#ja-vmcurrency {
border-right:1px solid #E6E6E6;
height:65px;
position:absolute;
right:230px;
top:20px;
width:300px;
}
And change to:
#ja-vmcurrency {
border-right:1px solid #E6E6E6;
height:100px;
position:absolute;
right:230px;
top:0;
width:300px;
}
Have fun!
John.</blockquote>