Jump to content

edoplaza

Member
  • Posts

    139
  • Joined

  • Last visited

Posts posted by edoplaza

  1. Hello,

     

    I recently discovered the "opacity" property, which I find very exciting. One question here:

     

    My html is very simple:

     

    
    
    
    
    
    

     

    I want the container to be 50% opaque and the two other divs 100% opaque. I applied individual opacities for each div, like this:

     

    #container {

    filter: alpha(opacity=50) ;

    opacity: .5 ;

    background-color: #595959;

    margin: 0px;

    padding: 0px;

    width: 960px;

    height: 100%;

    }

     

    #leftcontent {

    filter: alpha(opacity=100);

    opacity: 1;

    background-color: #CCCCCC;

    height: 400px;

    width: 500px;

    margin-top: 20px;

    margin-left: 20px;

    margin-bottom: 20px;

    float: left;

    padding: 5px;

     

    }

     

    #rightcontent {

    filter: alpha(opacity=100);

    opacity: 1;

    background-color: #CCCCCC;

    height: 400px;

    width: 500px;

    margin-top: 20px;

    margin-left: 20px;

    margin-bottom: 20px;

    float: right;

    padding: 5px;

     

    }

     

    But it doesn't work. The two divs seem to inherit the 50% opacity property from the container. How do I assign independent opacities?

     

    Thanks,

     

    Eduardo

  2. Sorry, I didn't mean that.

    The client wants to put those mails in a DB associated to her web page. She just wants to send new info about products or news to a mail list of her clients. Those mails will never appear in any visible place of her site.

  3. Hello everybody,

     

    I use MySQL and PHP. This is the situation:

     

    I have a client with a list of almost 300 email adresses and wants to put that information in a web page I'm creating for her. So, I need to populate a database with the following fields: first name, last name and email adress. What would be the best option for this? I guess an Excel file would be a good choice, but how do I proceed? Does someone have an idea?

     

    Cheers

     

    Eduardo

  4. Hello,

     

    Thanks for your reply. About your comment, I think you are right, but the client specifically told me not to put links on those logos...what can I do? Client is king... :)

     

    On the other hand, I think the content of that page needs more color, or a better layout, there is too much white. What do you think?

  5. Thank you very much for your reviews,

     

    As I said before, I'm new in the web business (I am a professional musician myself), so I am very glad to hear some positive comments about my first site. I am still a little confused about the graphics I should use (.jpg, .gif., .png), and other coding details (spans, for example). Also the more I look at my html code and my .css file, the messier they seem to me. I'm still reading a lot (I bought 5 books about php, css, etc.) and I'm enjoying them a lot. For the left bottom image, that's my personal logo and in a future it will be a link to my own web page. I just didn't know how to put that information in an orthodox way.

     

    Anyway,

     

    Thanks again

     

    Eduardo

  6. Hello,

     

    I'm new at this forum and just found out this section which I find very helpful. I'd love to hear what you think about my first "serious" site (for a client, who also is my cousin...:)). It's a small consulting company for human resources on enterprises in Caracas, Venezuela (yes, the site is in Spanish). I said it's my first serious site because it's the first time I use divs, css, php, etc... I've been learning all this by myself for 9 months now, with books and tutorials. Design and programming is all mine (logo is my sister's). Thanks in advance.

     

    note: pictures on the front page are temporary, I need better ones.

     

    Site:

     

    ww w.sdac onsulto res.com [remove spaces]

    Regards,

     

    Eduardo

  7. Thanks for your answer.

    I kind of solved the problem. The main idea was to have some text and (3 paragraphs) a picture floated to the right, so at first, I put the

    tags and the tag, then I floated the to the right. It worked perfectly on Firefox, etc., but it wasn't working on IE8. So, I finally decided to wrap both tags with two divs, one for the text, one for the image, and floated them.

    Problem solved:

    http://www.sdaconsultores.com/quienessomos/nuestragente.php

     

    Cheers,

     

    Eduardo

  8. Hi everybody,

     

    Normally, this page of my site looks Ok on firefox, safari, chrome, etc.:

     

     

    http://www.sdaconsultores.com/quienessomos/nuestragente.php

     

     

    but, on IE8 there is a big white space between the first

    and the second one.

     

    This is the code of the div:

     

    
    
    Johan St?ve Bello 
    
    jstuve@sdaconsultores.com
    
           Ingenier?a Civil, Universidad Cat?lica Andr?s Bello, Caracas, Venezuela.
    
     Experiencia profesional en empresas de construcci?n, donde se desarroll? en diversas ?reas t?cnicas y gerenciales. Fue gerente de proyectos de una empresa de consultor?a gerencial por m?s de a?o y medio, donde manej? procesos de planificaci?n y control de proyectos, manejo efectivo de la informaci?n y desarrollo de equipos de trabajo entre otros. Trabaj? durante dos a?os como profesor de la Franja de Habilidades Gerenciales del MBA de la Universidad del Externado de Colombia.
    
     Actualmente preside  SDA Consultores y se desempe?a como socio de negocios, y consultor en las ?reas de Cultura de Interacci?n y Desarrollo Humano y Profesional. 
    
    
    

     

    Does someone know how to fix this?

     

    Thanks in advance

     

    Eduardo

×
×
  • Create New...