Jump to content

Problem position a slidepicture


Recommended Posts

What did I do ? If I want adjust position a slide picture
and This is a code in linkslidetext module ( layout.css )

table {
   border-collapse:collapse;
   border-spacing:0;
}
img { 
   border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
   font-style:normal;
   font-weight:normal;
}
ol,ul {
   list-style:none;
}
caption,th {
   text-align:left;
}

q:before,q:after {
   content:'';
}
abbr,acronym { border:0;
}

.wrapper {
   width: 700px;
   margin: 0 auto;
   text-align: left;
}

.navigationTabs {
   height: 23px;
   line-height: 23px;
   border-bottom: 1px solid #ccc;
}
.navigationTabs li {
   float: left;
   height: 23px;
   line-height: 23px;
   padding-right: 3px;
}
.navigationTabs li a{
   float: left;
   dispaly: block;
   height: 23px;
   line-height: 23px;
   padding: 0 10px;
   overflow: hidden;
   color: #52697E;
   background-color: #eee;
   position: relative;
   text-decoration: none;
}
.navigationTabs li a:hover {
   background-color: #f0f0f0;
}
.navigationTabs li a.active {
   background-color: #fff;
   border: 1px solid #ccc;
   border-bottom: 0px solid;
}
.tabsContent {
   border: 1px solid #ccc;
   border-top: 0px solid;
   width: 698px;
   overflow: hidden;
}
.tab {
   padding: 16px;
   display: none;
}
.tab h2 {
   font-weight: bold;
   font-size: 16px;
}
.tab h3 {
   font-weight: bold;
   font-size: 14px;
   margin-top: 20px;
}
.tab p {
   margin-top: 16px;
   clear: both;
}
.tab ul {
   margin-top: 16px;
   list-style: disc;
}
.tab li {
   margin: 10px 0 0 35px;
}
.tab a {
   color: #8FB0CF;
}
.tab strong {
   font-weight: bold;
}
.tab pre {
   font-size: 11px;
   margin-top: 20px;
   width: 668px;
   overflow: auto;
   clear: both;
}
.tab table {
   width: 100%;
}
.tab table td {
   padding: 6px 10px 6px 0;
   vertical-align: top;
}
.tab dt {
   margin-top: 16px;
}

#colorSelector {
   position: relative;
   width: 36px;
   height: 36px;
   background: url(../images/select.png);
}
#colorSelector div {
   position: absolute;
   top: 3px;
   left: 3px;
   width: 30px;
   height: 30px;
   background: url(../images/select.png) center;
}



and file in my theme ( global.css )

/* global style */
a {
   color: #5d717e;
   text-decoration: underline;
   outline: none
}
a:hover { text-decoration: none }
.input:focus { outline: 0 }
a img {
   outline: none;
   border: none;
   text-decoration: none
}
h2 {
   font-size: 1.1em;
   line-height: 1.6em;
   padding-left: 0.5em;
   margin: 0.5em 0;
   text-transform: uppercase;
   font-weight: bold;
   color: #374853;
   background: transparent url('../img/title_bg.gif') no-repeat top left;
   height: 21px
}
h2 span {
   font-size: 0.9em;
   text-transform: none;
   font-weight: normal;
   font-style: italic;
   color: #374853;
   margin-left: 1em
}
h3 { font-size: 1.1em; margin: 1em 0 }
h4 { font-size: 1em }

/* global layout */
#page {
   width: 980px;
   margin: 0 auto 2px auto;
   text-align: left
}
h1#logo {
   float: left;
   width: 27%;
   margin-top: 0.5em
}
#header_right {
   float: left;
   margin-bottom: 15px;
   width: 73%;
   text-align: right
}
#left_column, #center_column, #right_column { float: left }
#left_column {
   clear: left;
   width: 191px;
   margin-right: 21px;
   overflow: hidden
}
#center_column {
   width: 556px;
   margin: 0 0 30px 0;
   overflow: hidden
}
#right_column {
   width: 191px;
   margin-left: 21px;
   overflow: hidden
}

/* global RTE fields */
div.rte,
.mceContentBody {
   text-align: left;
   background: white;
   color: black
}



Please help me please. Thank you.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...