Hi all.

How much appropriate is attaching eg. list-style to a definition for eg. heading, when I want to set it for more elements, but avoid splitting the definition in two?

Example:

h1, #head ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 10px;
  left: 10px;
  background: url(some.img) no-repeat;
  overflow: hidden;
}

Can the list-style attached also to h1 make some confusion?

Thanks, Jan.

--
Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com
******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************

Reply via email to