Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
HTML issue in the site.
Old 04-18-2012, 11:49 PM HTML issue in the site.
Novice Talker

Posts: 4
Trades: 0
I have a website dealaboo.com it is opening 100% alright in my laptop but my friend told me that this website is going out of the frame in the LCD. Then i will check it on my monitor. The horizontal scroll is appearing automatically. I want to resolve this issue any one know please help
__________________

Please login or register to view this content. Registration is FREE
alexonline132 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 04-19-2012, 04:27 AM Re: HTML issue in the site.
miki86's Avatar
Extreme Talker

Posts: 239
Location: print_r($serbia);
Trades: 0
I dont's see horizontal scroll on my two monitors (1920x1080 and 1680x1050).
Your content is 1090px wide, so the scroll appears if you resize the browser window below that size.
Ask your friend what resolution he's using.
miki86 is offline
Reply With Quote
View Public Profile
 
Old 04-19-2012, 05:56 AM Re: HTML issue in the site.
Novice Talker

Posts: 4
Trades: 0
Yes I called him he told me that this issue is only in chrome not in IE and Firefox browsers.
__________________

Please login or register to view this content. Registration is FREE
alexonline132 is offline
Reply With Quote
View Public Profile
 
Old 04-19-2012, 08:05 AM Re: HTML issue in the site.
miki86's Avatar
Extreme Talker

Posts: 239
Location: print_r($serbia);
Trades: 0
Do you see the scroll bar in chrome? I don't.
miki86 is offline
Reply With Quote
View Public Profile
 
Old 04-19-2012, 02:43 PM Re: HTML issue in the site.
vangogh's Avatar
Post Impressionist

Posts: 11,146
Name: Steven Bradley
Location: Boulder, Colorado
Trades: 0
I don't see it either. I checked Chrome and Safari too. I clicked around to a few pages and never saw a horizontal scroll bar.
__________________
l Search Engine Friendly Web Design |
Please login or register to view this content. Registration is FREE

l Design, Development, Marketing, and SEO Tutorials |
Please login or register to view this content. Registration is FREE

l
Please login or register to view this content. Registration is FREE
vangogh is offline
Reply With Quote
View Public Profile Visit vangogh's homepage!
 
Old 04-19-2012, 02:48 PM Re: HTML issue in the site.
lizciz's Avatar
Super Spam Talker

Posts: 845
Name: Mattias Nordahl
Location: Sweden
Trades: 0
Same for me. I checked in both Chrome, FF and IE and the only time the scroll bar appears is if I shrink my window so that the content no longer fits.
__________________
Your answers will only be as good as your question. Formulate it well and give all the necessary information.
lizciz is offline
Reply With Quote
View Public Profile Visit lizciz's homepage!
 
Old 04-19-2012, 02:52 PM Re: HTML issue in the site.
vangogh's Avatar
Post Impressionist

Posts: 11,146
Name: Steven Bradley
Location: Boulder, Colorado
Trades: 0
Aha. We have an answer. You've used absolute measurements when defining widths in your css file. As soon as the browser gets smaller than those widths the horizontal scrollbar appears.

This isn't a browser issue. It's simply how the site has been developed. If you can get rid of the absolute measurements and build a more flexible layout using % for horizontal measurements.
__________________
l Search Engine Friendly Web Design |
Please login or register to view this content. Registration is FREE

l Design, Development, Marketing, and SEO Tutorials |
Please login or register to view this content. Registration is FREE

l
Please login or register to view this content. Registration is FREE
vangogh is offline
Reply With Quote
View Public Profile Visit vangogh's homepage!
 
Old 04-22-2012, 05:49 PM Re: HTML issue in the site.
Physicsguy's Avatar
404 - Title not found

Posts: 1,061
Name: Scott Kaye
Location: Ontario
Trades: 0
Also, if you're developing certain types of applications that don't need scrolling, or have your own type of scrolling in them, you can set this in the CSS:

Code:
html{
overflow-x:hidden;
}
Which hides all horizontal scrollbars. The problem with that is if somebody zooms in on your page (people who can't see very well) can't look around your website. So that fix is bad for accessibility, but good if you have your own method of scrolling, or just don't need it (like fullscreen, centered text, or a fullscreen application of some sort).
__________________

Please login or register to view this content. Registration is FREE
Physicsguy is online now
Reply With Quote
View Public Profile Visit Physicsguy's homepage!
 
Old 09-10-2012, 01:52 AM Re: HTML issue in the site.
Junior Talker

Posts: 4
Trades: 0
There can be compatibility issue, it happens with big screens, try to use the compatibility codes which can better suits the screen size as well. You can search google for relevant help as well.
abiabiah is offline
Reply With Quote
View Public Profile
 
Old 01-21-2013, 08:47 AM Re: HTML issue in the site.
simran001's Avatar
Novice Talker

Posts: 5
Name: Simran
Trades: 0
Hi,

their is a designing error - "horizontal scroll". you can easily resolve this issue by fixing the horizontal length.

syntax -
<IFRAME SRC="iframescrollno.html" WIDTH=250 HEIGHT=150 SCROLLING=NO > <A HREF="iframescrollno.html">A link to the page</A> </IFRAME>


syntax example - <iframe scrolling="auto|yes|no"> I hope this example helps you.

Thanks
simran001 is offline
Reply With Quote
View Public Profile
 
Old 01-21-2013, 01:46 PM Re: HTML issue in the site.
chrishirst's Avatar
Defies a Status

Posts: 43,970
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Quote:
their is a designing
You should read this post >>> http://www.webmaster-talk.com/showpo...03&postcount=4
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Reply     « Reply to HTML issue in the site.
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.37879 seconds with 11 queries