dprindeville
 Nuke Newbie Posts:6
 |
| 17 Oct 2007 7:44 AM |
|
I need toknow what the fix is in DNN 360's Transmenu to get it to display in IE correctly. It displays fine in Safari and Firefox, but in IE, it cuts of the sub navigation. Please help me...i desperately need this to work and am getting nowhere on dnn360 forum.
Denis |
|
|
|
|
jncraig DNN Creative Staff
 Nuke Master II Posts:2357

 |
| 17 Oct 2007 9:26 AM |
|
| Are you using a custom skin, or a standard one? |
|
Joe Craig DNN Creative Support Subscribe to the website |
|
|
dprindeville
 Nuke Newbie Posts:6
 |
| 17 Oct 2007 9:30 AM |
|
| I made my own skin. why, does that make a difference? |
|
|
|
|
jncraig DNN Creative Staff
 Nuke Master II Posts:2357

 |
| 17 Oct 2007 9:37 AM |
|
| I would check to see if the problem occurs in a standard skin, other than installing that menu. |
|
Joe Craig DNN Creative Support Subscribe to the website |
|
|
dprindeville
 Nuke Newbie Posts:6
 |
| 17 Oct 2007 9:43 AM |
|
| It doesn't work in a DNN skin as well. but it works in my skin and a DNN skin in Firefox. |
|
|
|
|
jncraig DNN Creative Staff
 Nuke Master II Posts:2357

 |
| 17 Oct 2007 9:50 AM |
|
| Hmmm. Since I'm not familiar with this product, the best that I can do is offer some troubleshooting tips, and it looks like you're doing all of the right things there. If you can't get help from the developer, maybe there is another menu that meets your needs? |
|
Joe Craig DNN Creative Support Subscribe to the website |
|
|
leesykes DNN Creative Staff
 Nuke Master III Posts:3351
 |
|
dprindeville
 Nuke Newbie Posts:6
 |
| 17 Oct 2007 9:57 AM |
|
| no. i will send you an example site and would like you to view in firefox and IE...will send in a few minutes after i set it up. |
|
|
|
|
dprindeville
 Nuke Newbie Posts:6
 |
|
jncraig DNN Creative Staff
 Nuke Master II Posts:2357

 |
| 17 Oct 2007 10:22 AM |
|
Yep. I'd guess that there is some style that controls this, and that you probably have to overwrite it. But, I've got no idea. Perhaps you can use the Web Developer's Toolbar in Firefox to get some understanding of how the styles control the menu. I very quickly discovered that the styling of the dropdown is affected by styles.css and transmenu.css. I think that nothing else affects the menu styling.
That, at least, narrows the places to look. |
|
Joe Craig DNN Creative Support Subscribe to the website |
|
|
leesykes DNN Creative Staff
 Nuke Master III Posts:3351
 |
|
leesykes DNN Creative Staff
 Nuke Master III Posts:3351
 |
|
dprindeville
 Nuke Newbie Posts:6
 |
| 17 Oct 2007 10:28 AM |
|
| yeah, i have been looking in those places, but I am unable to figure out what would change that appearance in IE. send me your email and I will attach the 2 style sheets. Maybe I hae just ben staring at this thing too long that I can't the forest through the trees. |
|
|
|
|
jncraig DNN Creative Staff
 Nuke Master II Posts:2357

 |
| 17 Oct 2007 10:33 AM |
|
| No need to send the style sheets. They can be seen using Web Developer's Toolbar. It's too bad that it doesn't work in IE, but you can still use it in FF to help understand how the menu interacts with styles. |
|
Joe Craig DNN Creative Support Subscribe to the website |
|
|
hung1024
 Nuke Newbie Posts:2
 |
| 17 Oct 2007 11:32 PM |
|
Hi everyone, I am DaoA from dnn360.net Sorry I missed this thread until Dprindeville ping me. Dprindeville firgure it out the problem .transMenu .content { position:absolute; padding:1px; padding-top: 1px; padding-left: 2px; padding-right: 1px; padding-bottom: 1px; }
should be
.transMenu .content { position:relative; padding:1px; padding-top: 1px; padding-left: 2px; padding-right: 1px; padding-bottom: 1px; }
|
|
|
|
|
jncraig DNN Creative Staff
 Nuke Master II Posts:2357

 |
|