Jump to content

Installed New Theme on my Website...


ross549

Do you get a scollbar on the bottom of your browser window?  

13 members have voted

You do not have permission to vote in this poll, or see the poll results. Please sign in or register to vote in this poll.

Recommended Posts

I installed a new theme on my website, and it looks really good, but I have not yet been able to figure out why I am getting a scrollbar on the bottom of my Mozilla window. I have done some digging through the templates, but have found nothing yet.Let me know if you have a bottom scrollbar!Click here to check.If you get a scrollbar on the bottom of your browser, let me know what browser and operating system you are using. Thanks!Adam

Link to comment
Share on other sites

Pretty slick way to get visitors to your site, Adam. :P Yes, I see a scrollbar at the bottom, but it only scrolls an eighth of an inch, if that. Perhaps one of your links in HTML is too long(?). FF 1.0 in XP at the moment.

Link to comment
Share on other sites

Well, I am not trying to drive people to my site, just trying to figure out what is causing the problem with the scrollbar...... I will be looking into this further this afternoon.

Link to comment
Share on other sites

Firefox 1.0 shows the scroll bar because you have set a width attribute of 100% for the <body> element. And then you've set table widths of 100%. This will always cause the content to stretch as wide it can be when the browser window is not maximized. Hence, Mozilla based browsers will interpret this behaviour correctly and add scroll bars to the browser window. IE appears to be broken on this, but you get what you wanted. There's some irony here in having buggy software behaving the way you'd like it too. :P

Link to comment
Share on other sites

But why do you need to set the body width? It would just be as easy to set the margins for body to say 0 or whatever you want it to be. It should still work the same way. As long as you set the first table to 100% it should do what you want.

Link to comment
Share on other sites

hmm.... I just dug through the entire source for the main page, and the only instances of 100% were assigned to tables or table cells. The body tage does not seem to have any specific width assigned to it.....

<body bgcolor="#ffffff">

Link to comment
Share on other sites

<body bgcolor="#ffffff"><table border="0" cellspacing="0" cellpadding="0" width="100%">

Oops. Didn't see the first table tag there. Hmm... :P

Link to comment
Share on other sites

If nothing else works, I'll let you borrow my old disclaimer:

This site has been constructed from various pieces of other websites I found abandoned in my alley. Most parts have been repainted and checked for rust. This site is best viewed using a computer. Operating system and browser are optional.
B)
Link to comment
Share on other sites

No Scroll in either Galeon, Konqueror or Mozilla ( Linux ) Adam B) . . even if I make the window only half the monitor size, still no scrollbar ;)( I should have been able to vote 3 times, shouldn't I ?? ):) Bruno

Link to comment
Share on other sites

Look for the following code:

<tr class="bg_medium">   <td colspan="2" align="right" valign="top"><font color="#ffffff"> </font>   </td> </tr>

Remove the align="right" atrribute.

Link to comment
Share on other sites

  • 1 month later...

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.   Paste as plain text instead

  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...