You need to Register for free and Login to post a message in the forum.

Forum

Repository Module causes strange skin behavior in IE6/7 and FF
Last Post 2007-05-03 08:46 AM by Lee Sykes. 3 Replies.
Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
pl sellersUser is Offline
Nuke Newbie
Nuke Newbie
Posts:9

--
2007-04-30 02:34 AM  

Hi Lee,

I have built a skin layout using divs controlled by css.  Much of my intial work on the skin came from learning and examining the red leaf skin.  It's been a good 8 months since then and I finally launched my first site.  One of my best features is a library resource center that is built using the latest version of the repository module.  I am using the directory template to list url resources and for some reason when I click visit the target window opens but my initial page does a postback and the skin breaks.  It mainly seems to affect the menus on my skin but it also affects the tabs on my aggregator.  I have moved the repository out of the aggregator but the behavior is still there.  I have changed the page skin to the dnn blue fixed width and the behavior went away.  So I think I can conclude that something in my skin is causing the issue but I'm at a loss as to what.  You can take a look here - make sure to view the site in IE 6 or 7.  FF only seems to have issues with the aggregator tabs.

http://www.jupiterchristian.org/Aca...fault.aspx

Thanks for any insight you may be able to offer.

Paul

Lee SykesUser is Offline
DNN Creative Staff
Nuke Master VI
Nuke Master VI
Posts:4945
Avatar

--
2007-04-30 10:27 AM  
Hello,

I can't see the skin breaks. I did notice in your CSS code they have duplicate calls to the skin.CSS file and to the left container.CSS file - have you left in your skin.htm file the code to call up the CSS file?

You could tried changing the repository module template and instead of using the JavaScript to open the link in a new window use HTML instead ie. < a target="blank" href=" etc

Thanks,
Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

Twitter: www.twitter.com/DNNCreative

Lee Sykes's Facebook Profile
pl sellersUser is Offline
Nuke Newbie
Nuke Newbie
Posts:9

--
2007-05-02 03:01 AM  

Hi Lee,

All the people who work at my organization are seeing it and so are the parents who have there students in our school.  I thought at first maybe I was the only one seeing it but I am now convinved it is obvious that the skin breaks during postback.

If you did not see it before would you please take a closer look, specifically at the top menu

[ Home >>Contact Us>>Giving 

after postback it looks like this:

[Home>>

    Contact Us>>

    Giving

Also, in the left pane area, after postback, the black side gradient image does not retain the same width but is truncated  and does not fill the left pane any longer.

The final thing that happens after postback is that the aggregator tabs that the repositories reside in apply a hover class even though it is not defined in the aggregator module css.  This happens in both IE6/7 and FF.

As for your suggestion to use Visit instead of relying on the javascript thats used for postback, I don;t understand how this would work since all the items (URL's to external websites) are stored in the db and must be referenced somehow by the [download] token.

I did notice in your CSS code they have duplicate calls to the skin.CSS file and to the left container.CSS file - have you left in your skin.htm file the code to call up the CSS file?
I'm not sure what you're seeing here...I have one link tomy skin.css file in my ascx file.  I have one left pane that has 3 smaller panes nested within it.  They are all properly defined in my css.

Sorry to be a bother...this is a big deal for my site and I really need to solve the problem.  If there is a work around for this, please advise.  If I am mistaken about how the visit would work, please feel free to correct my thinking.

Thanks,

Paul

Lee SykesUser is Offline
DNN Creative Staff
Nuke Master VI
Nuke Master VI
Posts:4945
Avatar

--
2007-05-03 08:46 AM  
Hi Paul,

Ok in IE7 - I dont see the Home >>Contact Us>>Giving  change after postback, but I do see the problem with the left menu background.

In your skin.ascx file you should not have a call to your skin.css file - DNN automatically looks for the skin.css file - if you add it in you get duplications of code. - This also applies to your container files, there should not be any calls to the css.

Check this tutorial:
Troubleshooting DotNetNuke Skins
it walks you through techniques of using the web developers toolbar and will highlight this problem as you go to view the various CSS files in tabs.

I would place in you skin.css code:

border: 1px solid orange; in the #TopMenu

So that you can see what is happening in IE - you may for instance need to extend the width of the box to 300 pixels

I would suggest you use the techniques outlined in the troubleshooting tutorial to strip out big chunks of the css and use the borders technique to find the culprits.

I would double check for any css class names that have been duplicated - ie. the css name is used in the aggregator css and is also used in your skin.css and the 2 css styles clash.

I would also check the #ParentTabs specifies.TabList class and so does #NavTabs .TabList - could this be causing problems?

Lots of things to check but if you use the techniques I outlined in the tutorial above you should be able to find the problem.

Thanks,

Lee

Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

Twitter: www.twitter.com/DNNCreative

Lee Sykes's Facebook Profile
You are not authorized to post a reply.

Active Forums 4.3

Latest Forum Posts

iPhone website logo in DNN root directory by JohnnieD
I'm trying to put an iPhone logo that I made into my site so when someone saves the website on their
RE: Fixed size container by Joseph Craig
Use an HTML module and style the container to have a fixed height and width. Set the overflow attr
Fixed size container by Aggiedan97
I am looking for advice or an actual container that has a fixed height (and width). An HTML module w
RE: DNN 6.1 app_offline.htm by Joseph Craig
If the site "works" in Chrome, Firefox and Safari, but not in IE8 look to IE8 as the problem. It is
RE: DNN site automatically redirects to a different domain name. by Joseph Craig
Make a copy what is in the portalalias table and then remove all but the localhost entry. Verify th
DNN 6.1 app_offline.htm by Dave Hassall
Hi As recommended I have successfully been using the app_offline.htm whilst performing upgrades t
RE: DNN site automatically redirects to a different domain name. by imran shaikh
Hi i have done same as mention in this post my dnn folder name is Trademaxomanupg with
Enforce Terms Tutorial Update by Vistalogix Corporation
I tried configuring my DNN 6.1.2 install to have a required "accept terms" checkbox as described in
RE: Best Practices for Modifying a Custom Module by Joseph Craig
Start up the development website, then install the module using the package that you have. Then, yo
Best Practices for Modifying a Custom Module by schilders
Good Morning, I'm needing to modify a custom built module created by another developer targeted f
RE: Admin menu problem by alireza arabiyan
hi in localhost i have http://localhost/senf/خانه.aspx and http://localhost/senf/Admi
RE: Admin menu problem by Joseph Craig
Yes, that is what you should have done. What is the URL for your home page? What is the URL for
RE: Admin menu problem by alireza arabiyan
hi first in localhost i add my domain.com as portal alias. then copy all files to host , restore my
RE: Admin menu problem by Joseph Craig
How did you move it? Have you added an entry in the portalalias table for the site's domain name?
RE: Re: SQL SERVER 2008 R2 Remote connection by Joseph Craig
Set up a user with dbo privileges and set the connection string for that user, rather than using Win
Re: SQL SERVER 2008 R2 Remote connection by Prakasam Srinivasan
I have successfully configured MSSQL Server 2008 r2 remote connection. I am using windows 7 and it h
Admin menu problem by alireza arabiyan
hi i installed dnn 6 on localhost and move it in my host, all link's , pages and modules are ok,
RE: dnn 4.4 upgrade issue by imran shaikh
Thanks you all it is done by renaming release.config to web.config procedure
RE: dnn 4.4 upgrade issue by imran shaikh
Thanks you all it is done by renaming release.config to web.config
dnn 4.4 upgrade issue by imran shaikh
hi this is imran i am upgrading dnn 4.4 to dnn 6.0.2 and getting this error please help me for this
You are not logged in.
You must log in to access all 
650+ videos, tutorials, podcasts, and more.
RSS Feeds