Grrr.... random horizontal scrollbar!

Hun-Ta

New Member
Messages
162
Reaction score
0
Points
0
hello!

i have a problem... i have created my website design in dreamweaver, and i have a random horizontal scroll bar, where it is not needed what so ever....

http://www.hunta.x10hosting.com/frameset.htm

the link above shows the error, i will also attach a zip file with all files relatin the the webdesign

Any help what so ever is much abliged :laughing:

Thanks:
Carl Hunter :hug:
 

Attachments

  • hunta.zip
    38.8 KB · Views: 36

Chris

New Member
Messages
1,538
Reaction score
0
Points
0
??

There is no scrollbar for me in Firefox...

In Internet Explorer everything is screwed up, it doesn't even show the main part of it, just the navigation.

EDIT: Odd, now it does show it and now I do see the bar.
 
Last edited:

Hun-Ta

New Member
Messages
162
Reaction score
0
Points
0
thanks for moving me :D

right....

the attachment shows the scrollbar in IE6 (which the vast majority of my users will be using...)
 

Attachments

  • hunta.PNG
    hunta.PNG
    156.7 KB · Views: 115

o0slowpaul0o

New Member
Messages
254
Reaction score
0
Points
0
It's the wigh of the IE Browers. Using FireFox and Opera is alot wider compared to AOL, IE and any other internets.
 

Hun-Ta

New Member
Messages
162
Reaction score
0
Points
0
yea, my friend has it on AOL... but is there anything that can fix this error in IE??

it works fine in mozilla (i have it installed aswell) but the majority of people viewing the website use IE... as does my college :(
 

Tyler

Retired Staff
Messages
8,564
Reaction score
0
Points
0
Well that scrollbar is there for me, but i need it cause the page is so wide and im using internet explorer (800x600)
 

Chris

New Member
Messages
1,538
Reaction score
0
Points
0
I'm sorry I don't have it at the tips of my hands, but search on Google for something that will hide the bars.

If you're going to use frames, which I hate, you should use % values instead of regular values, so when you resize the browser, so will the frames. This will help people that have low resolution screens.

For example, goto my website at http://achtunga.org. When you resize the browser, the whole page does as well.
 

Superpoo

New Member
Messages
28
Reaction score
0
Points
0
maybe there is a line of code that has only spaces so it makes the web bigger
 

Conquester777

New Member
Messages
180
Reaction score
0
Points
0
brilliant!! finally, a question I can solve.

lets see... horizontal scrollbar... horizontal scrollbar....

awww, i dont see one. what's the problem?

and my firefox and internet explorer show it up the same to me.

ohhh, i see, when i make the browser skinnier... anyhu
yea, it shows it on both ie and firefox and i suspect all browsers when your resolution is low.

the reason you have a horizontal bar there is this:
http://www.hunta.x10hosting.com/title.jpg

crop it horizontally, to your desired width
 

Hun-Ta

New Member
Messages
162
Reaction score
0
Points
0
i am affriad you are incorrect... the annoying thing is still there!!

i have attached the html pages and images in a zip file, i would appreachiate it if anybody with freetime could check out the source, and make sure that i am not doing somethng incorrect... as i have tried everything!

if not, any more suggestions would help!!

thanks in advance!!
 

Attachments

  • hunta.zip
    37.8 KB · Views: 10

Hun-Ta

New Member
Messages
162
Reaction score
0
Points
0
aaw man! i dunno what to do! is there anything that can be done? :fear:
 

Conquester777

New Member
Messages
180
Reaction score
0
Points
0
did you change it in dreamweaver or whatever you used, or using something else? cause you gotta change it in the first program you used; seperate the empty space to the right from the rest of your logo somehow even.

you cant just change the file on itself; unless you change this as well:

the red "635"'s need to be 516 instead. and the 399+260 must equal 516 instead of 659
you may also want to play around with the colours in green (making them smaller)
Code:
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="659" id="AutoNumber1" bgcolor="#000000" height="495">

  <tr>
    <td width="[color=red]635[/color]" colspan="2" height="110"><img src="title.jpg" width="516" height="100" border="0"></td>
  </tr>
  <tr>
    <td width="[color=red]635[/color]" colspan="2" height="35">&nbsp;<img border="0" src="news.jpg" width="[color=green]311[/color]" height="30"></td>
  </tr>
  <tr>
    <td width="[color=red]399[/color]" height="327" rowspan="2" valign="top">&nbsp;</td>
    <td width="[color=red]260[/color]" height="27"><img border="0" src="header2.jpg" align="left" width="[color=green]250[/color]" height="30"></td>

  </tr>
  <tr>
    <td width="260" height="300" valign="top">&nbsp;</td>
  </tr>
  <tr>
    <td width="[color=red]635[/color]" height="23" colspan="2" bgcolor="#666666">
    <p align="center" class="style1">2005 (c) Carl Hunter</td>
  </tr>

</table>

actually looking at that now... the codes kinda messed.. but whatever, see if this works first.


If it doesn't work this time, I'll just do it myself...
 

Hun-Ta

New Member
Messages
162
Reaction score
0
Points
0
ive got it working! woo hoo!!

thanks allot all you guys!!!!
 
Top