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  |  

PortalWebHosting
  Need Help?  
Professional technical support for DotNetNuke is available from DotNetNuke Corporation.
 


  Ads  
r2i.ntegrated
 


  Sponsors  

Meet Our Sponsors

FCKeditor Project
Salaro -- Skins and more
OnyakTech
The best choice for your web site host, email hosting, and domain registration.
CrystalTech Web Hosting™
Webhost4life, specialists in DNN hosting
 


DotNetNuke Forums
 
  Forum  DotNetNuke® Pro...  Forum Module [L...  Forums and firefox
Previous Previous
 
Next Next
New Post 6/30/2008 5:14 PM
User is offline greg
73 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 7:50 PM
User is offline Crispy
3389 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 3: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 1:15 PM
User is offline Crispy
3389 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 4: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.

 


DeutschNetNuke = DotNetNuke in German
DeutschNetNuke provides all DotNetNuke related services in German (and English).
www.DeutschNetNuke.de
The Standard in Senior Housing Information
SNAPforSeniors provides consumers with free online resources to assist them with their search for senior housing
www.snapforseniors.com
DotNetNuke Web Hosting w/ ASP.NET 3.5
Unlimited email boxes, Unlimited databases, Unlimited domains. Plans start at $4.97
www.MyWinHosting.com

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