GD77 Posted October 29, 2012 Share Posted October 29, 2012 Hello: how to fix overflow:hidden for chrome and opera...? Link to comment https://forums.phpfreaks.com/topic/270040-broken-overflowhidden-in-chrome/ Share on other sites More sharing options...
Christian F. Posted October 29, 2012 Share Posted October 29, 2012 overflow: display? Link to comment https://forums.phpfreaks.com/topic/270040-broken-overflowhidden-in-chrome/#findComment-1388537 Share on other sites More sharing options...
GD77 Posted October 30, 2012 Author Share Posted October 30, 2012 naa you only have overflow:hidden,auto,scroll,... the problem not with css it works fine with firefox... problem with chrome and opera they tend to break the css overflow tag Link to comment https://forums.phpfreaks.com/topic/270040-broken-overflowhidden-in-chrome/#findComment-1388647 Share on other sites More sharing options...
Christian F. Posted October 30, 2012 Share Posted October 30, 2012 My point with the previous post was that you'll need to define how it's "broken", otherwise we cannot help you. I've never had any issues with any browsers and the overflow property, so I'm almost certain it's a problem with your code. Thus posting your code, or preferably a cut down example which accurately displays the problem you're having, is required as well. The more time and energy you put into making it easy for us to help you, the more likely it is that you'll get (quality) help. Link to comment https://forums.phpfreaks.com/topic/270040-broken-overflowhidden-in-chrome/#findComment-1388649 Share on other sites More sharing options...
GD77 Posted October 30, 2012 Author Share Posted October 30, 2012 <object name="cp_L" class="cp_L" data="cp_L.php"></object> .cp_L {width:15.8%;;float:left;overflow:hidden;position:relative;} It s commen problem found it on google still no solution :/ again if it was my coding problem why would it work on firefox at first? Link to comment https://forums.phpfreaks.com/topic/270040-broken-overflowhidden-in-chrome/#findComment-1388664 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.