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

Forum

Subject: Issue 23 Contextual Selectors
Prev Next
You are not authorized to post a reply.

Author Messages
eureka
DNN Creative Magazine Subscriber
Nuke Master
Nuke Master
Posts:257

21 Aug 2007 3:01 AM  
Hi Lee

I have been looking at the coding of the skins in Issue 22.

With regard to the skin for Andrea01, I was impressed by your efficent coding.

In the skin.css (I will replace {} with () to enable viewing on the forum)

/****** Header *****/
#header (
margin:5px 0 0;
padding:0;
)

#header img (
margin:0 0 5px;
float:left;
)

#header p (
width:400px;
float:right;
text-align:right;
margin: 8px 15px 0 0;
font-weight:bold;
line-height:1.3em;
)


The xhtml for this section is:  (I will replace <> and [] with () for viewing purposes)

(div id="header")
   (LOGO)
    (p)(USER)  (LOGIN)(/p)
    (p)(SEARCH)(/p) 
(/div)


I have previously achieved this by creating classes within the header div, a logo class and login class, thus creating two extra classes, when the same result could be achieved using contextual selectors as above.

Whilst the above works well when inserting, a search, login or user skin object within the

(div id="header")  (p) (dnn:LOGIN runat="server" id="dnnLOGIN"  /) (/p) (/div)

Trying to use this efficient coding further, I tried to insert a content pane into the  (p) (/p) tags instead of login etc:

(div id="header")  (p)(div runat="server" id="topInfo" /)(/p) (/div)

It messed with the position, the right float jumped under the left float. Is there a way use this method for positioning content panes?


Any suggestions.

Lynn



www.drivewaydesign.eu For A Dream Driveway

www.a2zdom.com Domain name matters

www.seemalta.net See Magical Malta
leesykes
DNN Creative Staff
Nuke Master III
Nuke Master III
Posts:3325

22 Aug 2007 10:19 AM  
Hi Lynn,

I can't take full credit for the coding, the main work was done by Andreas, I just followed the already created html / css code and adapted it to suit DNN.

I'm unsure about the content panes question. - Browsers may not like you placing div tags inside p tags, I haven't tried it. - I would run your code through the W3C validator to see if it picks out any errors as a starting point.

Let us know how you get on,

Thanks,

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

Twitter: www.twitter.com/leesykes

Lee Sykes's Facebook Profile
You are not authorized to post a reply.
Forums > Users Lounge > DNN Creative Articles > Issue 23 Contextual Selectors



ActiveForums 3.7

Latest Forum Posts

RE: Reversing Limited Access to the Admin Menu by wynnjon
OK-So I've updated the TABS table entries in the database and set the previously modified entries (t...
RE: localhost Install issues by leesykes
If you go to the subscribe page and click on the get free trial button - this takes you to a page wh...
localhost Install issues by cdees
I've set up a local host and want to run DNN for a local development machine.  The host is set up; h...
RE: Reversing Limited Access to the Admin Menu by wynnjon
That is what I thought.  So for my clients that will need to manage user accounts, I can not limit t...
RE: Reversing Limited Access to the Admin Menu by leesykes
I seem to recall it doesn't work
RE: Reversing Limited Access to the Admin Menu by wynnjon
Thanks Lee-  I will give that a try.An additional question- If you place the "User Accounts" page un...
RE: Reversing Limited Access to the Admin Menu by leesykes
all you need to do is reverse the process within the SQL tables.Compare the data to the other rows i...
RE: Module not working when logged off. by leesykes
thanks for the info,
Reversing Limited Access to the Admin Menu by wynnjon
Hi!  I followed the tutorial for limiting the access to the admin menu.  What a great thing!However,...
RE: Trouble installing! Designer trying to be a Developer. by leesykes
glad to hear you found a solution, thanks,
RE: Skim Question by leesykes
You could but you will not be able to have an XHTML compliant page as the SolpartMenu is non-complia...
RE: Include in Menu - Weird Request by leesykes
For your sitemap.xml file - use GSiteCrawlerYou could create the site map before moving the sub menu...
RE: Trouble installing! Designer trying to be a Developer. by awright14
It looks like I had ASP installed in the wrong order.  Copying and pasting this into the Run Command...
RE: Need Help Changing Containers Contentpane's Text Color by leesykes
Hello,Have you tried adding a class to the content area of your container and then styling the p, a,...
RE: Vertical SolpartMenu by leesykes
hello,If you wish to display the admin and host menus within the house menu, you need to enable it i...
RE: Firefox Does Not Display WMV File In Media Module by leesykes
Hello,I have just tested this and I can play a wmv file in Firefox 3.0.3, so it does suggest that it...
RE: advice wanted convert site to DNN while keeping existing asp functionality by leesykes
You could try using the IFrame module in DotNetNuke and then just link the IFrame to the current pag...
RE: Need Help Changing Containers Contentpane's Text Color by CROKeefe
Thanks for the quick update... I know it looks broken right now, but I had the TITLE classes working...
RE: Need Help Changing Containers Contentpane's Text Color by leesykes
The default class for a container is .head so you will find that the .head class will override any s...
RE: Module not working when logged off. by t.ramya85
have to set the cache time to '0' in that module setting.
AppTheory
RSS Feeds