Announcement

Collapse
No announcement yet.

Frustrating problem

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Show me the code that brings in your CSS styles. Paste it into code tags in here.

    Comment


      #17
      There are 2 style sheets associated with the design:


      /*Sidebar Left Section Boxes*/
      .c3_982 #c1 .section_boxtop {
      background-image: url('p7CRV_Leftbox_top.jpg');
      background-repeat: no-repeat;
      }
      .c3_982 #c1 .section_boxbottom {
      background-image: url('p7CRV_Leftbox_bottom.jpg');
      background-repeat: no-repeat;
      background-position: left bottom;
      }
      /*Main Column Section Boxes*/
      .c3_982 #c2 .section_boxtop {
      background-image: none;
      background-repeat: no-repeat;
      }
      .c3_982 #c2 .section_boxbottom {
      background-image: url('p7CRV_box_bottom.jpg');
      background-repeat: no-repeat;
      background-position: left bottom;
      }
      /*Main Column Section Boxes Color 2*/
      .c3_982 #c2 .section_box2 {
      background-image: url('p7CRV_box2_mid.jpg');
      background-repeat: repeat-y;
      color: #000000 !important;
      }
      .c3_982 #c2 .section_boxtop2 {
      background-image: url('p7CRV_box2_top.jpg');
      background-repeat: no-repeat;
      }
      .c3_982 #c2 .section_boxbottom2 {
      background-image: url('p7CRV_box2_bottom.jpg');
      background-repeat: no-repeat;
      background-position: left bottom;
      }
      /*Sidebar Right Section Boxes*/
      .c3_982 #c3 .section_boxtop {
      background-repeat: no-repeat;
      background-image: url('p7CRV_rightbox_top.jpg');
      }
      .c3_982 #c3 .section_boxbottom {
      background-image: url('p7CRV_rightbox_bottom.jpg');
      background-repeat: no-repeat;
      background-position: left bottom;
      }


      body {
      font-family: Arial, Helvetica, sans-serif;
      color: #000000;
      background-color: #FFFFFF;
      margin: 0;
      padding: 0;
      }
      #masthead {
      background-color: #FFFFFF;
      color: #999999;
      margin: 12px auto 0 auto;
      width: 982px;
      }
      #logo {
      padding: 0 200px 0 12px;
      float: left;
      }
      #navbar {
      margin-bottom: 12px;
      background-image: url('p7CRV980HzMen_mid.jpg');
      background-repeat: repeat-y;
      font-size: 0.8em;
      zoom: 1;
      }
      #navbar_inner {
      background-image: url('p7CRV980HzMen_top.jpg');
      background-repeat: no-repeat;
      background-position: left top;
      padding-top: 4px;
      }
      #navbar_inner2 {
      background-image: url('p7CRV980HzMen_bot.jpg');
      background-repeat: no-repeat;
      background-position: left bottom;
      padding: 0 0 11px 22px;
      }
      #hznavbar {
      margin: 0px;
      padding: 0px;
      }
      #hznavbar li {
      list-style-type: none;
      float: left;
      }
      #hznavbar a {
      display: block;
      padding: 12px 14px;
      text-decoration: none;
      color: #999999;
      border-right: 1px solid #555555;
      }
      #hznavbar a:hover, #hznavbar a:active, #hznavbar a:focus {
      color: #FFFFFF;
      }
      #columntop {
      clear: both;
      background-image: url('p7CRVCol3_top_red_white.jpg');
      background-repeat: no-repeat;
      height: 20px;
      }
      #columnwrapper {
      margin: 0 auto;
      width: 982px;
      background-image: url('p7CRVCol3_middle_white.jpg');
      background-repeat: repeat-y;
      }
      #c1, #c2, #c3 {
      float: left;
      }
      #c1 {
      width: 234px;
      }
      #c2 {
      width: 514px;
      background-image: none;
      background-repeat: no-repeat;
      }
      #c3 {
      width: 234px;
      background-image: none;
      background-repeat: no-repeat;
      }
      #c1 .content {
      font-size: 0.75em;
      padding: 16px 28px 16px 34px;
      }
      #c2 .content {
      color: #666666;
      font-size: 0.8em;
      padding: 16px 32px 16px 32px;
      line-height: 1.6em;
      }
      #c3 .content {
      font-size: 0.75em;
      padding: 16px 36px 16px 26px;
      }
      h1 {
      font-size: 1em;
      letter-spacing: 0.2em;
      }
      h2 {
      font-size: 1.1em;
      letter-spacing: .2em;
      }
      h3 {
      font-size: 1em;
      }
      .topZero {
      margin-top: 0;
      }
      #columnbottom {
      clear: both;
      background-image: url('p7CRVCol3_bottom_white.jpg');
      background-repeat: no-repeat;
      height: 20px;
      }
      #footer {
      margin: 0px auto;
      font-size: 0.7em;
      width: 982px;
      }
      #footercontent {
      padding: 14px;
      }
      .clearfloat {
      clear: both;
      height: 0;
      line-height: 0.0;
      font-size: 0;
      }
      /*Default Links - Applies to the Main Content Column*/
      .content a:link {
      color: #5785BD;
      }
      .content a:visited {
      color: #757575;
      }
      .content a:hover, .content a:focus, .content a:active {
      color: #FFFFFF;
      }
      /*
      Left Sidebar Links - We add .content to the selector name to
      make it more specific and to eliminate conflicts with the main navigation bar
      */
      #c1 .content a:link {
      color: #003399;
      }
      #c1 .content a:visited {
      color: #663366;
      }
      #c1 .content a:hover, #c1 .content a:focus, #c1 .content a:active {
      color: #3366FF;
      }
      /*Right Sidebar Links*/
      #c3 a:link {
      color: #FFFFFF;
      }
      #c3 a:visited {
      color: #2F4F53;
      }
      #c3 a:hover, #c3 a:focus, #c3 a:active {
      color: #000000;
      }
      /*Footer Links*/
      #footer a:link {
      color: #003399;
      }
      #footer a:visited {
      color: #663366;
      }
      #footer a:hover, #footer a:focus, #footer a:active {
      color: #3366FF;
      }
      ***************************************
      Water is both ordered and flexible at the same time. It maintains its own identity, but conforms as necessary to the circumstances around it.

      -Miyamoto Musashi - The Book of Five Rings

      Jake
      Buy Fire Extinguishers
      Fire Extinguishers

      Comment


        #18
        dreamweaver CS3 import messing up design

        Hi,

        Was there any resolve to this issue? I'm having the exact same problem! Does Actinic's stylesheet overrride the styles set within my html page?

        Thanks

        Comment


          #19
          Actinic will override your stylesheet if the actinic one is loaded last. Always make sure yours is loaded after the actinic one. Make sure you don't have an xhtml vs html issue also as actinic cannot do full xhtml, so stick with just html.

          Comment


            #20
            Hi Lee,

            Thanks for your quick reply. As the design was already created...it was an issue with it being xhtml as dreamweaver defaults to this when creating a new design in my version. I recreated it as a html file, switched to actinic and so far so good!

            Thanks again

            Comment

            Working...
            X