lanaya.elliott
03-11-2010, 08:15 PM
Hi,
I have an issue that started with Firfox where my online calendar (http://www.BHSU.edu/events) would show up underneath a div and flow off the screen. My solution was to wrap a div around the table and give the div the following properties. A hack, I know but it fixed the issue in firefox. However, if you visit the same page in Chrome -- it just spreads out way to much. AHHHH!
I have identified the problem as my initial class of display: inline. However, when I remove that class, it breaks in firefox and of course fixes it in chrome.
I am at a loss, any ideas?
Thank you for the input.
.eventMonthdiv table {display: inline !important; }
.eventMonthdiv:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; }
/* Hides from IE-mac \*/
* html .eventMonthdiv {height: 1%;}
/* End hide from IE-mac */
I have an issue that started with Firfox where my online calendar (http://www.BHSU.edu/events) would show up underneath a div and flow off the screen. My solution was to wrap a div around the table and give the div the following properties. A hack, I know but it fixed the issue in firefox. However, if you visit the same page in Chrome -- it just spreads out way to much. AHHHH!
I have identified the problem as my initial class of display: inline. However, when I remove that class, it breaks in firefox and of course fixes it in chrome.
I am at a loss, any ideas?
Thank you for the input.
.eventMonthdiv table {display: inline !important; }
.eventMonthdiv:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; }
/* Hides from IE-mac \*/
* html .eventMonthdiv {height: 1%;}
/* End hide from IE-mac */