1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

HTML Need help w/ HTML transparency code

Discussion in 'Web Development' started by xSASxVIXENx, Jul 22, 2008.

  1. xSASxVIXENx

    xSASxVIXENx New Member

    I have a website using freewebs and wanted to see if there was any universal HTML code for transparency. I've tried the myspace code and it doesn't work. Also, the template that I'm using on freewebs does not allow me to edit the css.
    Which is probably a good thing, since I have no idea what I'm doing. I am not too familiar with css or html. I just know the myspace basics. Sad, I know.
    I know I can do a raw HTML paragraph.

    Really, I just wanted to know if there was anyway to make the green areas look more transparent to see the background image?
    If there isn't, I'll leave it alone.
    Thank you so much for your help!
    http://soulasasinsquad.webs.com
    I hope it's ok to post the website..I just wanted someone to know what I was talking about.
     
  2. ishkey

    ishkey Moderator, Logos, Sports Crests Staff Member Verified Member

    Here is the rule for styles
    Cascading Order

    What style will be used when there is more than one style specified for an HTML element?
    Generally speaking we can say that all the styles will "cascade" into a new "virtual" style sheet by the following rules, where number four has the highest priority:
    1. Browser default
    2. External style sheet
    3. Internal style sheet (inside the <head> tag)
    4. Inline style (inside an HTML element)
    So, an inline style (inside an HTML element) has the highest priority, which means that it will override a style declared inside the <head> tag, in an external style sheet, or in a browser (a default value).

    Use the in line style, since your site is riddled with them already. Just alter the ones that are there.