Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Tame the table Simple html problem driving me nutsTame the table Simple html problem driving me nuts
Previous
 
Next
New Post
5/11/2007 7:11 AM
 

Hi Timo

Yes I could add it to the skin.css file, do you mean generally like this?

 

/*The module content  class will effect all module contents  so  can not be included in skin.css*/

/*

.ModuleContent{
position:relative;
}

*/


.SQLGridSelectedView_pnlSelections{
position:relative;
width:400px;
height:50px;
}

.SQLGridSelectedView_pnlSingleGoButton{
position:absolute;
left:400px;
top:0px;
}

I tried adding this in the module.css file :

 

But as I said earlier the class was specific and only worked for the module for one page.

 

 

#dnn_ctr2487_ModuleContent{
position:relative;
}
#dnn_ctr2487_SQLGridSelectedView_pnlSelections{
position:relative;
width:400px;
height:50px;
}

#dnn_ctr2487_SQLGridSelectedView_pnlSingleGoButton{
position:absolute;
left:400px;
top:0px;
}

 

Thanks


www.seemalta.net
 
New Post
5/11/2007 10:19 AM
 

Hi Guys

Thanks for all your help.

Problem solved and it works on all pages containing this module, for those interested here is what I did.

In my module.css file I created extra classes:

.moduleContent {position:relative;}

.Selections{
position:relative;
width:400px;
height:50px;
}

.GoButton{
position:absolute;
left:400px;
top:0px;
}

In my SQLGeidSelectonView.ascx I added the classes:

I wrapped the module in the moduleContent  class 

<div class="moduleContent"> MODULE HERE </div>

I added the Selections class to this Runat Server section 

<asp:panel id="pnlSelections" Runat="server" CssClass="Selections" >

I added the GoButton class to this Runat server section:

<asp:panel id="pnlSingleGoButton" Runat="server"  CssClass="GoButton">

FTP'd and it worked. Phew, all this just to move a button.

Lynn

 


www.seemalta.net
 
New Post
5/11/2007 10:20 AM
 

Hi Guys

Thanks for all your help.

Problem solved and it works on all pages containing this module, for those interested here is what I did.

In my module.css file I created extra classes:

.moduleContent {position:relative;}

.Selections{
position:relative;
width:400px;
height:50px;
}

.GoButton{
position:absolute;
left:400px;
top:0px;
}

In my SQLGeidSelectonView.ascx I added the classes:

I wrapped the module in the moduleContent  class 

<div class="moduleContent"> MODULE HERE </div>

I added the Selections class to this Runat Server section 

<asp:panel id="pnlSelections" Runat="server" CssClass="Selections" >

I added the GoButton class to this Runat server section:

<asp:panel id="pnlSingleGoButton" Runat="server"  CssClass="GoButton">

FTP'd and it worked. Phew, all this just to move a button.

Lynn

 


www.seemalta.net
 
New Post
5/11/2007 10:20 AM
 

Hi Guys

Thanks for all your help.

Problem solved and it works on all pages containing this module, for those interested here is what I did.

In my module.css file I created extra classes:

.moduleContent {position:relative;}

.Selections{
position:relative;
width:400px;
height:50px;
}

.GoButton{
position:absolute;
left:400px;
top:0px;
}

In my SQLGeidSelectonView.ascx I added the classes:

I wrapped the module in the moduleContent  class 

<div class="moduleContent"> MODULE HERE </div>

I added the Selections class to this Runat Server section 

<asp:panel id="pnlSelections" Runat="server" CssClass="Selections" >

I added the GoButton class to this Runat server section:

<asp:panel id="pnlSingleGoButton" Runat="server"  CssClass="GoButton">

FTP'd and it worked. Phew, all this just to move a button.

Lynn

 


www.seemalta.net
 
New Post
5/11/2007 10:20 AM
 

Hi Guys

Thanks for all your help.

Problem solved and it works on all pages containing this module, for those interested here is what I did.

In my module.css file I created extra classes:

.moduleContent {position:relative;}

.Selections{
position:relative;
width:400px;
height:50px;
}

.GoButton{
position:absolute;
left:400px;
top:0px;
}

In my SQLGeidSelectonView.ascx I added the classes:

I wrapped the module in the moduleContent  class 

<div class="moduleContent"> MODULE HERE </div>

I added the Selections class to this Runat Server section 

<asp:panel id="pnlSelections" Runat="server" CssClass="Selections" >

I added the GoButton class to this Runat server section:

<asp:panel id="pnlSingleGoButton" Runat="server"  CssClass="GoButton">

FTP'd and it worked. Phew, all this just to move a button.

Lynn

 


www.seemalta.net
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Tame the table Simple html problem driving me nutsTame the table Simple html problem driving me nuts


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, 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 DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out