Small width layout Medium width layout Maximum width layout Small text Medium text Large text
     Search
Downloads Downloads Directory Directory Forums Forums Forge Forge Blogs Blogs        Marketplace Marketplace Careers Program Careers
Community › Forums Register  |  

$4.95 Windows Hosting at Webhost4life.com
  Ads  
Engage Software - Training Partner for DotNetNuke
 


  Sponsors  

Meet Our Sponsors

DataSprings - Great Ideas. Always Flowing.
R2integrated - formerly bi4ce
Jango Studios - Skins, Modules and Hosting for DotNetNuke
eUKhost.com is commited to offer exceptional UK Windows Web Hosting solutions with quality 24x7 technical support.Our plans support ASP.Net, ASP, ASP.NET Ajax extensions, XML, MSSQL, MySQL, PHP,DNN, multiple domains and Shared SSL as standard.
SmarterTools
The Official Microsoft ASP.NET Website
 


DotNetNuke Forums
 
  Forum  DotNetNuke® Pro...  Forum Module [L...  Forums and firefox
Previous Previous
 
Next Next
New Post 6/30/2008 6:14 PM
User is offline greg
74 posts
10th Ranked


Forums and firefox 

The forum module buttons are vertical instead of horizontal in firefox.  I've noticed that even the forums here are like that.  Has anyone been able to fix that?  Where would the settings for that be?

 
New Post 7/4/2008 8:50 PM
User is offline Crispy
3424 posts
www.apptheory.com
4th Ranked










Re: Forums and firefox 

It is a css issue that we are aware of.



 
New Post 7/18/2008 4:23 AM
User is offline Matthew Gahan
21 posts
www.bizarc.com
10th Ranked


Re: Forums and firefox 

In case anyone is interested this is fairly straightforward to fix;

The toolbar is made up of a series of anchors containing image tags, each anchor has its own class;

A.Forum_ib_admin:link, A.Forum_ib_admin:visited, A.Forum_ib_admin:active, A.Forum_ib_admin:hover {
 background-image: url(images/ib_admin.png);
 background-repeat: no-repeat;
 background-position: center;
 padding-left: 2px;
 padding-right: 2px;
 padding-top: 8px;
 padding-bottom: 0px;
 height: 35px;
 width: 35px;
 display:table-cell;
}

set;
display:block;
float:left;
height becomes redundant.

A.Forum_ib_admin:link, A.Forum_ib_admin:visited, A.Forum_ib_admin:active, A.Forum_ib_admin:hover
 {
 background-image: url(images/ib_admin.png);
 background-repeat: no-repeat;
 background-position: center;
 padding-left: 2px;
 padding-right: 2px;
 padding-top: 8px;
 padding-bottom: 0px;
 display:block;
 float:left;
 width: 35px;
}
 
Apply these changes to the rest of the anchor classes and you will have a nicely arranged row.
Note; Because Block mode tags do not obey the center rule applied to the containing Table cell the row will be left justifed.
            To indent the row simply apply a margin-left to 'Forum_ib_moderate' .

This is crossbrowser safe approach, tested in IE6 - 7 and Firefox.

 
New Post 7/18/2008 2:15 PM
User is offline Crispy
3424 posts
www.apptheory.com
4th Ranked










Re: Forums and firefox 

While you are correct, applying the margin on Forum_ib_moderate presents issues of it own. For example, if someone is not a moderator they never see this. This means everything will align left again. If we float left, then apply to aggregated we have an issue when someone has aggregated off. The other issue here is that it would look very diffferent logged in vs not logged in. I am still trying to figure out what is best here.



 
New Post 7/28/2008 5:09 AM
User is offline Matthew Gahan
21 posts
www.bizarc.com
10th Ranked


Re: Forums and firefox 

Yes not ideal, i clearly didn't test well enough!
Here is a solution that works cross browser and has the added benefit of better accessability. It does however require different markup to be inserted from the codebehind.

<style type="text/css">
.wrap
{
    width:100%;
    text-align:center;
}
ul.list

    display:inline;
    padding:0;
    margin:auto 0;
}
.list li
{
    display:inline;
    width:auto;
}</style></p>
<div class="wrap">
<ul class="list">
    <li><a href="#"><img alt="" src="logo.gif" /></a></li>
    <li><a href="#"><img alt="" src="Logo.gif" /></a></li>
    <li><a href="#"><img alt="" src="logo.gif" /></a></li>
</ul>
</div>

 
Previous Previous
 
Next Next
  Forum  DotNetNuke® Pro...  Forum Module [L...  Forums and firefox
 


Forum Policy

These Discussion Forums are dedicated to the discussion of the DotNetNuke Web Application Framework.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:

1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DotNetNuke.
2. Discussion or promotion of DotNetNuke product releases under a different brand name are strictly prohibited.
3. No Flaming or Trolling.
4. No Profanity, Racism, or Prejudice.
5. Site Moderators have the final word on approving/removing a thread or post or comment.
6. English language posting only, please.

 


Disgrafic
Diseño y creación de portales web dinámicos :: Desarrollo de módulos personalizados :: Soluciones a medida :: Imagen Corporativa :: Tu proveedor DNN en España
www.disgrafic.com
DM Analytics, LLC
DM Analytics, LLC provides software solutions that facilitate rapid development of independent or dependent datamarts and their associated web-based reporting.
www.dmanalytics.com
Integral Hosting | DNN only $14.95/month
Experienced .NET hosting on Windows 2003, ASP.NET 1.1 & 2.0, MSSQL with real technical support.
www.integralhosting.com

DotNetNuke Corporation   Terms Of Use  Privacy Statement
DotNetNuke®, DNN®, and the DotNetNuke logo are trademarks of DotNetNuke Corporation
Hosted by MaximumASP