I have these pesky scroll bars to the right of my text because not all of it is shown.. now these only show in browsers other than firefox.. I have no idea why they are there but I would love to know how to get rid of them? Thank you!!
How to remove Scroll bars from text?
Page 1 of 17 Replies - 499 Views - Last Post: 17 April 2011 - 01:23 PM
Replies To: How to remove Scroll bars from text?
#2
Re: How to remove Scroll bars from text?
Posted 16 April 2011 - 05:14 PM
Are you using a textbox?
#3
Re: How to remove Scroll bars from text?
Posted 16 April 2011 - 05:53 PM
No.. they are predetermined links and text.. its somewhat weird.
#5
Re: How to remove Scroll bars from text?
Posted 17 April 2011 - 07:21 AM
I have used that quite a bit actually.. That will have an effect? and what will the implications be if I remove the overflow property?
#6
Re: How to remove Scroll bars from text?
Posted 17 April 2011 - 08:31 AM
Well i a div is 30px high and there is more text that that div can handle , setting overflow:hidden; will not show scrollbars for div or any other tag.If there is more content in it that it can handle
This post has been edited by marinus: 17 April 2011 - 08:36 AM
#7
Re: How to remove Scroll bars from text?
Posted 17 April 2011 - 11:43 AM
Okay so if I add the overflow attribute then the scroll bars won't show on any browser?.. and btw not that you dont already think this being a developer and all.. but why can't every browser be like firefox lol
#8
Re: How to remove Scroll bars from text?
Posted 17 April 2011 - 01:23 PM
Just try overflow:hidden;
All browser is perfect except IE , even being a developer , IE gives you problems , mostly with Javascript .
If the code works on chrome and FF , then sometimes its an EPIC fail in IE
This is just the thing with web developement , the same goes for software ,
A C++ app works on Windows, but not on Linux . . you need to change bit and pieces.
This is just the live of a programmer
Quote
but why can't every browser be like firefox lol
All browser is perfect except IE , even being a developer , IE gives you problems , mostly with Javascript .
If the code works on chrome and FF , then sometimes its an EPIC fail in IE
This is just the thing with web developement , the same goes for software ,
A C++ app works on Windows, but not on Linux . . you need to change bit and pieces.
This is just the live of a programmer
This post has been edited by marinus: 17 April 2011 - 01:24 PM
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote




|