ClioSport.net

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

  • When you purchase through links on our site, we may earn an affiliate commission. Read more here.

I need to pick your brains :) (Site prob)

The Boosh!

ClioSport Admin
Car  Elise, Duster
http://lukebroad.com/Photography.html

Does anyone know why thats like that?

Basically the bit which allows you to scroll through the pictures has been cut off.

If you zoom out on your web browser you will be able to see what i mean...

I have tried resizing the box but it just f***s my images up and stuff :(

Anyone handy with flash or whatever know whats gone wrong?

thanks :)
 
So you can all see the pictures?

Maybe its something to do with my screen size? Im on a 13"?
 
I can just see the pics at the bottom, i'm on 15" widescreen.
 
I think they're just beginning to be cut off on mine, fairly sure mine's a 14" screen.



Edit: Yep, if I hit F11 and go to full screen I can see the links below the thumbnails. Not sure if it's to do with flash or something, but if it's just css/html then you could set

* body {
overflow-y: auto;
}

or something like that.



Edit 2: Think this is your problem:

body {background: #FFFFCC; overflow: hidden};
 
Last edited:
Yeah, give it a try, should work I think. (I'd put the semi colon before the end bracket as well) :)
 
Back
Top