Don't have an account yet? You can create one, it is free, just click here
as a registered user you have some advantages like free downloads, comments and posting on our forums, depending upon this site's configuration and options.
In Internet explorer you can not see two rows of news when you set news without tables.
Which version of I.E? I cant replicate the problem, can you give us a link? So we can see directly.
dvrtmcc wrote:
You can not set right block.
Probably because the theme you are using is not developed for right blocks. You must insert a right block area in your template, and you must setup correctly Autorender for displaing right blocks.
Joined: Apr 04, 2008
Posts: 41
Location: BIH
bannato
 Posted:
June 29, 2008 - 10:51 PM
I think there is something about stylesheet. You can see that effect on Wiredownloads.com site. If you see it with IE you will see only one row of news, but when you see it with Firefox or Opera there is 2 rows. I have settings made:
Number of columns with news on main page -> Two
Columns layout -> Tableless
I'm using IE 7.0.5730.11
I tested what was said by dvrtmcc visiting the wiredownloads.com site with the following browsers :
Firefox 3.0 : two rows for news
Opera 9.50 : two rows
Safari 3.1.2 : two rows
SeaMonkey 1.1.9 : two rows
IE 7.0.5730.13: one rows
Maxthon 1.6.3: one rows (indeed, the Maxthon browser leans on the IE engine)
Check if it depends only on your site or is just a bug.
I tested when I set news without tables on a new installation of MDPro 1.0821 with Cnl-Lite theme :
Firefox 3.0 : two rows for news
Opera 9.50 : two rows
Safari 3.1.2 : two rows
SeaMonkey 1.1.9 : two rows
IE 7.0.5730.13: two rows
Maxthon 1.6.3: two rows
I also tried to set as the theme Point-Net Sky, the original theme that you have changed, but the result is always correct.
So you've made some changes to the theme that is causing this error.
Then the error of one rows in IE browser occurs only on your site (wiredownloads.com)
I think that depends on your style sheet. You should check on what may depend.
Last edited by Bonzo on July 01, 2008 - 04:58 AM; edited 1 time in total
dvrtmcc MD user level 4
Joined: Apr 04, 2008
Posts: 41
Location: BIH
bannato
 Posted:
July 01, 2008 - 04:02 AM
At first I thought that this is becouse of this:
Code:
/**************************************************************
Rules for two and three columns News (CybLeNoir)
**************************************************************/
div#newscolumns_container{
width: 100%;
}
@dvrtmcc
Move this debate from "MDPro 1.083 soon available" on in this new thread.
The thread "MDPro 1.083 soon available" is only for reports of any bugs on MDPro 1.0821
This debate will continue on this thread.
I agree with Matteo: there must be something in your layout or CSSs that conflicts with the rules that I wrote and put in config/stylear.css.
That CSS code may appear quite strange, but the "sintax errors" that you see are a workaround to set the correct width values for different browsers.
Anyway tableless layouts are problematic. One well known problem concern HTML documents that trigger the "quirk legacy mode" of some browser. I put some check in the code to detect these situations and automaticly turn off the tableless mode in order to display the correct number of columns. Of course it's quite possible that I missed something.
Joined: Apr 04, 2008
Posts: 41
Location: BIH
bannato
 Posted:
July 01, 2008 - 09:22 AM
No, default theme doesn't work also. I thought that there is something with stylesheet. When I set 3 columns news that doesn't work also in IE. Maybe I didn't adjust something.
_________________ BDFP | Wiredownloads.com
dvrtmcc MD user level 4
Joined: Apr 04, 2008
Posts: 41
Location: BIH
bannato
 Posted:
July 02, 2008 - 12:49 AM
I had to change my layout with tables, there is no other way. But this looks also fine if you make some corrections.