Jump to content

cecilia

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by cecilia

  1. Hi everyone,I'm have a problem centering vertically the text inside each list item, using CSS and avoiding any tables.This is the HTML:

    <div class="mainMenu"><ul><li ><a href="#">Item 1</a></li><li ><a href="#">Item 2</a></li><li ><a href="#">Item 3</a></li><li ><a href="#">Item 4</a></li><li ><a href="#">Item 5</a></li></ul></div>

    And this is the CSS:

    .mainMenu{	font: 8pt Helvetica;	width: 150px;	}.mainMenu ul {	padding: 0;	margin: 0;	list-style:none;}.mainMenu ul li a {	color:#000000;	text-decoration:none;	background: #FFFFFF;	display: block;	margin: 2px;	padding: 0 0 0 3px;	border: 1px solid #000000;	height: 20px;	text-align: center;}.mainMenu ul li a:hover {	background: #cccccc;	border: 1px solid #cccccc;}

    Any help?Muchas gracias!

  2. Hello everyone!Does somebody know where I can test how do websites look?Let's say, I do a website in a mac, I test it in Safari, and everything is ok. Then I want to see how this would look into Internet Explorer or other browsers.And the same thing viceversa: if I do a website in a pc and I want to see how does it look in Safari or others.Thanks!

  3. Hi everyone!I was wondering if someone knows where I can find information about how to design an effective site that can works and being watched in both mac´s and pc´s plattform without differences of any kind.I mean, what do I have to have in mind at the time to i.e. type a CSS file, with all the styles of my page and that I want to watch them fine at both plattforms.Thanks to you all!

  4. Hello everone!I´d like to know for what should I need a Random Link. I can´t imagine why should I want that "sometimes" appears one link to something, and "sometimes" appears other link to somewhere else.Thanks!

  5. I´m reading the CSS tutorial and I just read about the :before and :after Pseudo-elements. Can somebody tell me when I could need these elements?Because I can´t guess for what I´d want to add some sound or something after or before a i.e. h1 ocurrs.Thanks!

  6. Hello everyone I´m completely new here.I´m planning to become into a web developer in a future.For now, I´m studing and following the steps that recommend in this glorious website.I´d like to know (and consider that I´m a VERY begginer please....!) which are the web design programs most used at these times.I´m learning a lot about HTML, XHTML, CSS, Javascript and the list goes on, and I´m concentrating in "understand" how everything works than memorizing how to do every single thing. I just wanted to know which programs are the most used and recommended to design and program websites.Thanks a lot, and thanks for the patience in this beggining of mine.Best regards to everyone!

×
×
  • Create New...