Jump to content

mbrusl

Members
  • Posts

    1
  • Joined

  • Last visited

About mbrusl

  • Birthday August 25

Previous Fields

  • Languages
    English

Profile Information

  • Location
    Thunder Bay, Ontario

Contact Methods

  • Skype
    spacequad

mbrusl's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. I've been banging my head over this one. Been trying to complete a custom theme, but keep running into these errond transparent tags added to the html source. They are not in the CSS or hard coded into the php or thtml files involved. Here is an example of the CSS and source involved below. Style.css #gl_content {background:url(layout/notepad_chaos/np-images/notepad-back.png);background-repeat:repeat-y;margin:0 37.1em 0 0;} HTML Source code #gl_content { background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: url("layout/notepad_chaos/np-images/notepad-back.png"); background-origin: padding-box; background-position: 0 0; background-repeat: repeat-y; background-size: auto auto; margin-bottom: 0; margin-left: 0; margin-right: 37.1em; margin-top: 0;} There are extra tags that were not even programmed for here. The inherited from body, does not have the transparency. So I'm at a loss on how and where this could be coming from. The reason I am looking into this is because I'm trying to get the image to expand all the way down the page to the footer. It appears to work fine on the main page but other pages it does not. Here is the test site url if anyone wants to help figure this out. http://glfdev.spacequad.net Michael
×
×
  • Create New...