Jump to content

[SOLVED] Div shift?


Kane250

Recommended Posts

I don't see any shift.

 

You do have a horizontal scrollbar appearing, maybe that's it? This has something to do with an overlay and an iframe that you have in the page. The overlay (appears it may be being set by javascript) is too wide, causing this horizontal scrollbar. If you can set the width of that overlay, set it to 99% and that will stop the scrollbar from appearing.

Link to comment
Share on other sites

Thanks, the scrollbar was a problem too and I fixed that (based on your advice) and it definitely helped. The shift I was originally talking about though still exists. You'll see it in the navigation bar when you switch from any page to the video page. Every other page is fine but it shifts down a few pixels on the video page....

Link to comment
Share on other sites

you have 402 px window frame with 5 #windowframe {

background: url(images/windowframe.gif) no-repeat;

width: 397px;

height: 402px;

padding-left: 5px;

padding-top: 5px;

float: left;

then video frame has a 2 px padding top  the other pages dont have the div inside window frame so try dropping the padding on video frame

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.