CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums

MS SQL 2008 on ASP.NET Hosting
Free 3 Months



Zone: > NEWSGROUP > Asp.Net Forum > microsoft_downloads.css_friendly_control_adapters Tags:
Item Type: NewsGroup Date Entered: 10/20/2006 10:37:31 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 7 Views: 70 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
8 Items, 1 Pages 1 |< << Go >> >|
rfurdzik
Asp.Net User
CSS Syntaz question10/20/2006 10:37:31 PM

0/0

In the example from CSS Control Toolkit I found this synax:

 

.SimpleEntertainmentMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a,

.SimpleEntertainmentMenu ul.AspNet-Menu li.AspNet-Menu-Leaf span

{

background-image: none;

}

Not  sure about the first line. I understand the fist word starting with "." is a class name, "a" is an element but what is "ul.AspNet-Menu li.AspNet-Menu-Leaf". I have no idea. I never saw this kind of CSS syntax. i have checked google, but could not find anything like that...


Rafal
Zikbay.com - The Best Free Online Classifieds


DNN Direct
mbanavige
Asp.Net User
Re: CSS Syntaz question10/21/2006 2:35:51 AM

0/0

.SimpleEntertainmentMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a

Some element assigned a class name of: SimpleEntertainmentMenu

That contains a ul element assigned a class name of: AspNet-Menu

that contains a li element assigned a class name of: AspNet-Menu-Leaf

that contains an anchor


Mike Banavige
~~~~~~~~~~~~
Dont forget to click "Mark as Answer" on the post that helped you.
This credits that member, earns you a point and marks your thread as Resolved so we will all know you have been helped.
rfurdzik
Asp.Net User
Re: CSS Syntaz question10/23/2006 12:36:42 AM

0/0

Thanks. One more i have:

.menu :hover > a b
{
color:#000;
background: transparent url(drop/midb.gif);
border-bottom-color:#ccc;
}


Rafal
Zikbay.com - The Best Free Online Classifieds


DNN Direct
mbanavige
Asp.Net User
Re: CSS Syntaz question10/23/2006 12:57:31 AM

0/0

..menu   some class named menu
:hover    that contains something being hovered over (usually an anchor)
>  a       that has a direct child element of an Anchor
    b       that contains something wrapped with <b></b>
Mike Banavige
~~~~~~~~~~~~
Dont forget to click "Mark as Answer" on the post that helped you.
This credits that member, earns you a point and marks your thread as Resolved so we will all know you have been helped.
rfurdzik
Asp.Net User
Re: CSS Syntaz question10/23/2006 1:03:51 AM

0/0

Thank you very much. Sees that you know CSS very well. What is the best site to learn CSS?
Rafal
Zikbay.com - The Best Free Online Classifieds


DNN Direct
mbanavige
Asp.Net User
Re: CSS Syntaz question10/23/2006 2:05:53 AM

0/0

i didnt learn from any site so i cant really point you to one that teaches css.
i learned by trial an error and by googling for tips.

however, i did just stumble across this interesting little site: http://www.cssplay.co.uk/


Mike Banavige
~~~~~~~~~~~~
Dont forget to click "Mark as Answer" on the post that helped you.
This credits that member, earns you a point and marks your thread as Resolved so we will all know you have been helped.
rfurdzik
Asp.Net User
Re: CSS Syntaz question10/23/2006 4:34:38 AM

0/0

Thanks, it just seems that coding each page for CSS is very time cosuming. Do you use any tools for that? Seems like .NET editor is not very CSS fiendly as it creates styles embeded in HTML page as oposed to put it into a seperate file.

I wonder what are the best practsises/tools for .NET developers available to use CSS...


Rafal
Zikbay.com - The Best Free Online Classifieds


DNN Direct
Russ Helfand
Asp.Net User
Re: CSS Syntaz question10/23/2006 2:17:59 PM

0/0

There are lots of ways to learn CSS.  After a while, you tend to discover that you should keep things really simple, avoid hacks and learn the basics really, really well.  A great book to get you started is by a fellow named Eric Meyer who is well known in the CSS community.  Check out http://www.ericmeyeroncss.com/about-book.html.
Russ Helfand
Groovybits.com
8 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Web Design in a Nutshell: A Desktop Quick Reference Authors: Jennifer Niederst Robbins, Pages: 796, Published: 2006
XML in a Nutshell: A Desktop Quick Reference Authors: Elliotte Rusty Harold, W. Scott Means, Pages: 613, Published: 2002
Beginning CSS Web Development: From Novice to Professional Authors: Simon Collison, Pages: 413, Published: 2006
Beginning CSS: Cascading Style Sheets for Web Design Authors: Richard York, Pages: 630, Published: 2005
Pro CSS and HTML Design Patterns Authors: Michael Bowers, Pages: 494, Published: 2007
Integrated HTML and CSS: A Smarter, Faster Way to Learn Authors: Virginia DeBolt, Pages: 377, Published: 2005
Building Web Sites All-in-One Desk Reference For Dummies: All-in-one Desk Reference for Dummies Authors: Doug Sahlin, Claudia Snell, Pages: 768, Published: 2006
Learning XML: [creating self-describing data] Authors: Erik T. Ray, Pages: 400, Published: 2003
Pro CSS Techniques: Real-world CSS Techniques for Real World CSS Professionals! Authors: Jeff Croft, Ian Lloyd, Dan Rubin, Pages: 376, Published: 2006
Creating Web Pages All-in-One Desk Reference For Dummies Authors: Richard Wagner, Richard Mansfield, Emily A Vander Veer, Pages: 672, Published: 2007

Web:
CSS Syntaz question - microsoft_downloads ... CSS Syntaz question, > ROOT > NEWSGROUP > Asp.Net Forum > microsoft_downloads. css_friendly_control_adapters, Date: 10/20/2006 10:37:31 PM, ...
CSS Syntax The CSS syntax is made up of three parts: a selector, a property and a value: ... Note: To apply more than one class per given element, the syntax is: ...
CSS Quick Reference - Cascading Style Sheet Terms and Syntax How bout rollover syntax? Js is basically mouse on mouse over etc; html is on click, etc. What is the "correct" reference for CSS Cheers ...
CSS Syntax Question Message thread:. CSS Syntax Question - Julian Rickards, 25th September 2003 02: 40. CSS Syntax Question - Christoph Päper, 25th September 2003 03:13 ...
Cascading Style Sheet Frequently Asked Questions There are now at least two dozen editors supporting CSS syntax in some form. ... must also worry about Cascading Order of Style methods (see question 11. ...
CSS Syntaz question - ASP.NET Forums
CSS Structure and Rules [ Basic Syntax | Pseudo-classes and Pseudo-elements | Cascading Order ] ... The above example has created two classes, css and html for use with HTML's CODE ...
WYSIFA Forum :: CSS DIV Syntax Question I'm afraid that I don't understand the question. .... and I should remove the " div" before the hash mark to make the CSS syntax correct? ...
CSS Creator CSS syntax questions Two questions (and if they've been asked/answered before please accept my apology & direct me to the sites): 1. Given this in a css file: .r ...
xml-dev - Re: [xml-dev] css syntax - easy question To: Laura Kertz ; Subject: Re: [xml-dev] css syntax - easy question; From: Liam Quin ; Date: Tue, 12 Jul 2005 11:20:22 - ...

Videos:
CSS Tutorial - 2 - Basic Structure and Syntax Go to http://thenewboston.com/ if you need any help or have any questions. I will answer them all there!
CSS Syntax http://ogsolution.com - In this screencast, we are going to talk about different ways of setting up CSS rules.
!!! CSS Movie !!! niQ and Syntax ein kleines movie von mir und syntax soll nicht besonderes sein.
HTML and CSS n the first HTML video I only explained basic tags so in this video I attempt to outline some basic CSS Style sheet syntax. Go to http://jak-e.com ...
CSS syntax hm
Beginner CSS Tutorial - Understanding Syntax In this video, I'm going to demonstrate how CSS works and what the syntax is, along with a few common attributes you can use.
CSS| 4 Man awp by #Syntax 4 man awp by #syNtax
Css Probevideo Dies ist ein Probevideo von eXelenT SyntaX weitere bessere videos folgen. war diesmal zu faul alles richtig zuzuschneiden mfg Syntax
CSS 101 - Season 1: Episode 1 - CSS Syntax Overview - Commenting in CSS - Built-in and external CSS
CSS Style Sheets and HTML In the first HTML video I only explained basic tags so in this video I attempt to outline some basic CSS Style sheet syntax. Go to http://jak-e ...




Search This Site:










onclick design mode

profile question

what are exatly the properties of verbs??

web part catalog in db

how do i set the value of a custom property of a custom control in code-behind?

web part not registered as safe - namespace

web parts add new page

exportverb & allowverb (??)

mouse-hover minimize/restore/close links

newest beta: can anyone verify that ..

webparts connection with sql server

create a banner

how to display a generated feed in a webpart

gridview button fails from within webpart

trying to mimic what codezone.com does

show more headlines(+) & fewer(-)

overriding webpartchrome.renderwebpart

showing a web page within a separate web oage

web parts and sharepoint integration

click event web parts in asp.net 2.0

use same web part settings on multiple computers

can a webpart have a resizable extender ?

opening a web part

dropdownlist and dynamic web part

asp.net membership feature not running in localhost

webpartzones on user controls

override error message in editorpart's applychanges?

webpartzone height

how to get a custom profile provider (or any profile provider) to run in forms app.

showing a webpage inside a webpartzone

  Privacy | Contact Us
All Times Are GMT