Click here to Skip to main content
15,888,610 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: A Favor, Please, From Any CSS Gurus Out There Pin
Roger Wright27-Mar-12 3:20
professionalRoger Wright27-Mar-12 3:20 
AnswerRe: A Favor, Please, From Any CSS Gurus Out There Pin
User 171649226-Mar-12 22:42
professionalUser 171649226-Mar-12 22:42 
GeneralRe: A Favor, Please, From Any CSS Gurus Out There Pin
Roger Wright27-Mar-12 3:29
professionalRoger Wright27-Mar-12 3:29 
GeneralRe: A Favor, Please, From Any CSS Gurus Out There Pin
User 171649228-Mar-12 1:03
professionalUser 171649228-Mar-12 1:03 
GeneralRe: A Favor, Please, From Any CSS Gurus Out There Pin
Roger Wright28-Mar-12 5:03
professionalRoger Wright28-Mar-12 5:03 
GeneralRe: A Favor, Please, From Any CSS Gurus Out There Pin
User 171649228-Mar-12 5:25
professionalUser 171649228-Mar-12 5:25 
GeneralRe: A Favor, Please, From Any CSS Gurus Out There Pin
Roger Wright27-Mar-12 19:40
professionalRoger Wright27-Mar-12 19:40 
GeneralRe: A Favor, Please, From Any CSS Gurus Out There Pin
User 171649227-Mar-12 23:29
professionalUser 171649227-Mar-12 23:29 
Roger, if you download the page you are looking at (WebDev) complete from CP and unminify the CSS file, and search for #nav and then all references to the word fly you will see how CodeProject has created the hierarchy of their CSS. All elements for the word I gave are inherited from #nav which is the CSS for the navigation at the top of the webpages.

(fly includes flyout but just search for fly should do)

Yes, CP does use javascript (for example, Google analytic) but not in its #nav and #nav descendants navigation. And with javascript switched off, the navigation of CP works without problem

The unminified Example of what you are looking for includes ...
CSS
#nav li li a {
				display: block;
				float: none;
				height: 19px;
				line-height: 19px;
				font-size: 9pt;
				padding: 0 5px 0 5px;
				font-weight: normal;
				letter-spacing: 0;
}
#nav li li a.fly {
				white-space: nowrap;
}
a.fly.highlight {
				border: 1px solid Yellow;
				margin: 5px 0!important;
				padding: 3px!important;
}


modified 1-Aug-19 21:02pm.

GeneralRe: A Favor, Please, From Any CSS Gurus Out There Pin
Roger Wright28-Mar-12 19:47
professionalRoger Wright28-Mar-12 19:47 
GeneralRe: A Favor, Please, From Any CSS Gurus Out There Pin
User 171649228-Mar-12 23:28
professionalUser 171649228-Mar-12 23:28 
GeneralRe: A Favor, Please, From Any CSS Gurus Out There Pin
Roger Wright30-Mar-12 3:43
professionalRoger Wright30-Mar-12 3:43 
AnswerRe: A Favor, Please, From Any CSS Gurus Out There Pin
jkirkerx27-Mar-12 18:59
professionaljkirkerx27-Mar-12 18:59 
GeneralRe: A Favor, Please, From Any CSS Gurus Out There Pin
Roger Wright27-Mar-12 19:34
professionalRoger Wright27-Mar-12 19:34 
GeneralRe: A Favor, Please, From Any CSS Gurus Out There Pin
jkirkerx28-Mar-12 6:34
professionaljkirkerx28-Mar-12 6:34 
AnswerRe: A Favor, Please, From Any CSS Gurus Out There Pin
JimBob SquarePants29-Mar-12 3:02
JimBob SquarePants29-Mar-12 3:02 
GeneralRe: A Favor, Please, From Any CSS Gurus Out There - modified Pin
Roger Wright29-Mar-12 11:24
professionalRoger Wright29-Mar-12 11:24 
GeneralRe: A Favor, Please, From Any CSS Gurus Out There - modified Pin
miyasudokoro29-Mar-12 21:25
miyasudokoro29-Mar-12 21:25 
GeneralRe: A Favor, Please, From Any CSS Gurus Out There - modified Pin
Roger Wright30-Mar-12 3:44
professionalRoger Wright30-Mar-12 3:44 
GeneralRe: A Favor, Please, From Any CSS Gurus Out There - modified Pin
miyasudokoro30-Mar-12 14:22
miyasudokoro30-Mar-12 14:22 
GeneralRe: A Favor, Please, From Any CSS Gurus Out There - modified Pin
JimBob SquarePants30-Mar-12 0:08
JimBob SquarePants30-Mar-12 0:08 
GeneralRe: A Favor, Please, From Any CSS Gurus Out There - modified Pin
Roger Wright30-Mar-12 3:47
professionalRoger Wright30-Mar-12 3:47 
GeneralRe: A Favor, Please, From Any CSS Gurus Out There - modified Pin
User 171649230-Mar-12 4:09
professionalUser 171649230-Mar-12 4:09 
AnswerRe: A Favor, Please, From Any CSS Gurus Out There Pin
FireDog3126229-Mar-12 6:01
FireDog3126229-Mar-12 6:01 
QuestionApplication Hosting Pin
pix_programmer25-Mar-12 23:55
pix_programmer25-Mar-12 23:55 
AnswerRe: Application Hosting Pin
Wayne Gaylard26-Mar-12 0:55
professionalWayne Gaylard26-Mar-12 0:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.