It appears that the module does not dynamically resize as it does with FF 2/3, Opera 9, Safari = All MAC/PC versions
If you look at
http://bizshapers.com/cms/
you will see what I am talking about. I have published a slideshow under the upcoming_event module and it is 300px wide. In all browsers by IE7 the dt_upcoming_event module grows to meet the size of the module width. This makes for a nice clean look in the module since my titles are long. In IE7 it does not grow and causes my titles to wrap.
Do you have a quick IE7 hack for CSS or the structure lines that I can specify the size of the module since you cannot do this in the joomla program right now. I have not looked through the lines of code yet to see if this is possible.
dthadmin wrote: Around line 31 of the mod_dt_upcoming_event.php file, you\'ll find this:
if(count($rows))
{
echo "<table>\\n";
You can add a width parameter to that <table> tag and hopefully address your issue. Thanks.
nope...
Parse error: syntax error, unexpected T_LNUMBER, expecting \',\' or \';\' in when I add a make it <table width="300px"> or us <table style="width: 300px;">
ok, that did not work (see screeny).. the backgrond does not draw with it. I also have been trying using css calls in the actual div, or even css calls in the table field, but it only does that in IE7.