FP 2003 - When Published won't scroll to the right

K

kadiamond

I have my site parked at an old one for now, www.kadiamond.com. I bought this template and everything has been changed, but it won't allow me to scroll to the right, any suggestions.
 
J

Jens Peter Karlsen [FP MVP]

Just use the scrollbar in your browser to scroll. If that is not the
solution, you need to be more specific in what it does now and what
you would like it to do.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
K

kadiamond

Thanks for getting back so quick, but if you check out the web page at www.kadiamond.com (temp spot) you will see that it doesn't allow IE to have a scroll bar on the bottom and I don't know why.
 
C

Crash Gordon®

Howdy,

I'm no expert on css but:

body {
margin:0px; background-image: url('images/tiling.jpg');
background-repeat:repeat-x;
overflow-x:hidden
}

try taking the "overflow-x:hidden" out

I think that's what hides the horizontal scroll bar.

Rob


| Thanks for getting back so quick, but if you check out the web page at www.kadiamond.com (temp spot) you will see that it doesn't allow IE to have a scroll bar on the bottom and I don't know why.
|
| "Jens Peter Karlsen [FP MVP]" wrote:
|
| > Just use the scrollbar in your browser to scroll. If that is not the
| > solution, you need to be more specific in what it does now and what
| > you would like it to do.
| >
| > Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
| >
| > On Mon, 5 Jul 2004 06:36:02 -0700, kadiamond
| >
| > >I have my site parked at an old one for now, www.kadiamond.com. I bought this template and everything has been changed, but it won't allow me to scroll to the right, any suggestions.
| >
| >
 
Top