Closed Thread
Results 1 to 6 of 6

Thread: Postition

  1. #1
    Jaan Guest

    Postition

    Well.. check my site: Trill Designs • Index page

    In firefox you will see that everything is fine..
    but in IE.. forum's position is wrong..
    maybe you know how to help me.. :/

  2. CODECALL Circuit advertisement

     
  3. #2
    Join Date
    Oct 2006
    Location
    Hendersonville, NC
    Posts
    1,700
    Blog Entries
    3
    Rep Power
    0

    Re: Postition

    Personally looks like a css issue. If you could post that source code that may help


  4. #3
    so1i's Avatar
    so1i is offline Programming Professional
    Join Date
    Sep 2009
    Location
    Aberystwyth, United Kingdom
    Posts
    309
    Rep Power
    0

    Re: Postition

    Not sure if this is the problem here, but different browsers can sometimes have different default margin/padding values. I've had some problems with this in the past!

    In your css file, or declared as a style use:

    Code:
    * {margin:0px; padding:0px;}
    Worth sticking in there anyway, even if it doesn't fix this issue!

  5. #4
    Jaan Guest

    Re: Postition

    Well.. it don't work :/

    Style1.css

    Code:
    /* Style1 */
    
    * {margin:0px; padding:0px;}
    
    #logo {background: url(images/style1/logo/logo.png) 0 0 no-repeat;}
    body.full {background: #192426 url(images/style1/backgrounds/full/bg.jpg) 50% 0 no-repeat;}
    body.standard {background: #182428 url(images/style1/backgrounds/standard/standard-bg.jpg) 50% 0 repeat-x;}
    body.simple {background: #182428 url(images/style1/backgrounds/simple/simple-bg.png) 50% 0 repeat-x;}
    a,li.header dt, li.header dd {color: #9FB400;}
    
    /* Showcase */
    #searchmod-surround {background: url(images/style1/showcase/search-bg.png) 0 0 no-repeat;}
    .feature-module {color: #70A4B2;}
    #showmodules {background: #203F4A url(images/style1/showcase/showmod-bg.png) 0 0 repeat-x;color: #70A4B2;}
    #showmodules h3 {color: #fff;}
    #top-right ul li a {color: #fff;}
    #top-right ul li a:hover {color: #BCD402;}
    #searchmod-surround input {color: #225769;}
    #header .rokradios, #header .rokradios-active, #header .rokchecks, #header .rokchecks-active {background-image: url(images/style1/showcase/rokinputs-trans.png);color: #fff;}
    
    /* Horizontal Menu */
    #horiz-menu {background: url(images/style1/showcase/menu-bg.png) 0 0 repeat-x;}
    #horiz-menu li.root, #horiz-menu.splitmenu li {background: url(images/style1/showcase/menu-div.png) 100% 0 no-repeat;}
    #horiz-menu li.root > .item, #horiz-menu.splitmenu li .item {color: #70A4B2;text-shadow: -1px -1px 0 #222;}
    #horiz-menu li.root > .daddy span {background: url(images/style1/showcase/drop-bullet.png) 100% -225px no-repeat;}
    .fusion-pill-l {background: #284F5C url(images/style1/showcase/active-menu-bg.png) 0 1px repeat-x;}
    #horiz-menu li.root:hover, #horiz-menu li.root.active, #horiz-menu li.root.f-menuparent-itemfocus, #horiz-menu.splitmenu li:hover, #horiz-menu.splitmenu li.active {background: url(images/style1/showcase/menu-div.png) 100% 0 no-repeat;}
    #horiz-menu.splitmenu li.active .item, #horiz-menu.splitmenu li:hover .item {background: #284F5C url(images/style1/showcase/active-menu-bg.png) 0 1px repeat-x;}
    #horiz-menu li > .item {color: #70A4B2;}
    #horiz-menu li:hover > .item, #horiz-menu li.active > .item, #horiz-menu li.f-menuparent-itemfocus .item  {color: #BCD402;}
    body #horiz-menu li.root:hover > .item span,
    body #horiz-menu li.root.active > .item span,
    body #horiz-menu li.root.active:hover > .item span,
    #horiz-menu.splitmenu li:hover .item span,
    #horiz-menu.splitmenu li.active .item span,
    #horiz-menu.splitmenu li.active:hover .item span {color: #BCD402;}
    
    /* Menu Dropdowns */
    #horiz-menu ul {background: url(images/style1/showcase/drop-bg-1.png) 50% 100% no-repeat;}
    #horiz-menu ul.columns2 {background: url(images/style1/showcase/drop-bg-2.png) 50% 100% no-repeat;}
    #horiz-menu .drop-top {background: url(images/style1/showcase/drop-bg-1.png) 50% 0 no-repeat;}
    #horiz-menu .columns2 > .drop-top {background: url(images/style1/showcase/drop-bg-2.png) 50% 0 no-repeat;}
    #horiz-menu li > .bullet {background: url(images/style1/showcase/drop-bullet.png) 9px 11px no-repeat;}
    #horiz-menu li:hover > .bullet, #horiz-menu li.f-menuparent-itemfocus .bullet, #horiz-menu li.active > .bullet {background: url(images/style1/showcase/drop-bullet.png) 9px 11px no-repeat;}
    #horiz-menu li {background: url(images/style1/showcase/menu-drop-active.png) 0 100% repeat-x;}
    #horiz-menu li:hover, #horiz-menu li.active, #horiz-menu li.f-menuparent-itemfocus {background: url(images/style1/showcase/menu-drop-active2.png) 0 100% repeat-x;}
    #horiz-menu li > .daddy span {background: url(images/style1/showcase/drop-bullet.png) 100% -110px no-repeat;}
    
    /* Surrounds */
    .main-tm, .main-tl, .main-tr, .main-bm, .main-bl, .main-br, .show-tm, .show-tl, .show-tr, .show-bm, .show-bl, .show-br {background-image: url(images/style1/surrounds.png);}
    .main-m {background: #fff;}
    .main-l {background: url(images/style1/mainbody/main-l.png) 0 0 repeat-y;}
    .main-r {background: url(images/style1/mainbody/main-r.png) 100% 0 repeat-y;}
    .show-m {background: #203F4A url(images/style1/showcase/show-m.png) 0 0 repeat-x;}
    .show-l {background: url(images/style1/showcase/show-l.png) 0 0 repeat-y;}
    .show-r {background: url(images/style1/showcase/show-r.png) 100% 0 repeat-y;}
    
    /* Modules */
    .module-tm, .module-tl, .module-tr, .module-bm, .module-bl, .module-br, .sidecol-tm, .sidecol-tl, .sidecol-tr, .sidecol-bm, .sidecol-bl, .sidecol-br {background-image: url(images/style1/mainbody/module-corners.png);}
    .module-inner {border-left: 1px solid #e3e3e3;border-right: 1px solid #e3e3e3;background: #fff;}
    .sidecol-m, .sidecol-r .module-inner, .hilite .module-m, .hilite .module-inner {background: #EDF4F4;}
    .sidecol-l, .hilite .module-l {background: url(images/style1/mainbody/sidecol-l.png) 0 0 repeat-y;}
    .sidecol-r, .hilite .module-r {background: url(images/style1/mainbody/sidecol-r.png) 100% 0 repeat-y;color: #225769;}
    h3.module-title {background: url(images/style1/mainbody/module-h3.png) 0 100% repeat-x;border-left: 1px solid #e3e3e3;border-right: 1px solid #e3e3e3;color: #225769;}
    h3.module-title span {color: #C33A00;}
    .style-h3 {background: url(images/style1/mainbody/style-h3.png) 10px 0 no-repeat;}
    .sidecol-r h3.module-title, .hilite h3.module-title {background: url(images/style1/mainbody/sidecol-h3.png) 0 100% repeat-x;}
    .sidecol-r h3.module-title span {color: #C33A00;}
    .side-style-h3, .hilite .style-h3 {background: url(images/style1/mainbody/side-style-h3.png) 10px 0 no-repeat;}
    .logo-module .moduletable {color: #FFFFFF;}
    
    /* Side Menu */
    #main-body ul.menu li {background: url(images/style1/mainbody/sidecol-h3.png) 0 100% repeat-x;}
    #main-body ul.menu li > a, #main-body ul.menu li > .separator, #main-body ul.menu li > .item, #main-body ul.menu li li > a, #main-body ul.menu li li > .separator, #main-body ul.menu li li > .item,a.forumtitle,a.forumtitle:visited,a.forumtitle:active,a.topictitle,a.topictitle:visited,a.topictitle:active {background: url(images/style1/mainbody/menu-arrows.png) 5px 13px no-repeat;color: #225769;}
    #main-body ul.menu li:hover > a, #main-body ul.menu li:hover > .separator, #main-body ul.menu li:hover > .item, #main-body ul.menu li.active > a, #main-body ul.menu li.active > .separator, #main-body ul.menu li.active > .item, #main-body ul.menu li.active:hover > a, #main-body ul.menu li.active:hover > .separator, #main-body ul.menu li.active:hover > .item {color: #9FB400;}
    
    /* Scroller Module */
    .scroller-module {color: #70A4B2;}
    
    /* RokAjaxSearch */
    #searchmod .search_options {color: #666;}
    #roksearch_results .rokajaxsearch-overlay {background: #292929;}
    #roksearch_results {background: #fff;border: 1px solid #ccc;border-bottom: 0;}
    #roksearch_results a:hover {color: #000;}
    #roksearch_results h3 {color: #225769;}
    #roksearch_results span {color: #888;}
    #searchmod-surround #roksearch_search_str {background: url(images/style1/showcase/search-tools.png) 98% 4px no-repeat;}
    #roksearch_results span.highlight {background: #999;color: #fff;}
    #roksearch_results .roksearch_header, #roksearch_results .roksearch_row_btm {background: #fff;border-bottom: 1px solid #ccc;color: #666;}
    #roksearch_results .roksearch_odd {background: #efefef;border-bottom: 1px solid #dfdfdf;}
    #roksearch_results .roksearch_even {border-bottom: 1px solid #dfdfdf;}
    #roksearch_results .roksearch_odd-hover, #roksearch_results .roksearch_even-hover {background: #fff;}
    #roksearch_results .roksearch_odd-hover h3, #roksearch_results .roksearch_even-hover h3 {color: #000;background: url(images/style1/mainbody/menu-arrows.png) 0 -746px no-repeat;}
    #roksearch_results a#roksearch_link {background: url(images/style1/showcase/search-bg.png) 0 -92px no-repeat;}
    #roksearch_results .arrow-left {background: url(images/style1/showcase/search-bg.png) 0 -40px no-repeat;}
    #roksearch_results .arrow-left-disabled, #roksearch_results .arrow-right-disabled {background: url(images/style1/showcase/search-bg.png) 0 -75px no-repeat;}
    #roksearch_results .arrow-right {background: url(images/style1/showcase/search-bg.png) 0 -57px no-repeat;}
    
    /* RokIntroScroller */
    .rokintroscroller-leftarrow, .rokintroscroller-rightarrow {background-image: url(images/style1/showcase/scroller-arrows.png);}
    .rokintroscroller-leftarrow {background-position: 0 50%;background-repeat: no-repeat;}
    .rokintroscroller-rightarrow {background-position: -47px 50%;background-repeat: no-repeat;}
    .rokintroscroller-leftarrow:hover, .rokintroscroller-leftarrow-hover {background-position: -94px 50%;background-repeat: no-repeat;}
    .rokintroscroller-rightarrow:hover, .rokintroscroller-rightarrow-hover {background-position: -141px 50%;background-repeat: no-repeat;}
    
    /* Roktabs */
    .active-arrows {background: url(images/style1/mainbody/module-h3.png) 0 33px repeat-x;}
    .roktabs-links ul li {background: url(images/style1/mainbody/roktabs-div.png) 0 0 repeat-y;}
    .roktabs-links ul li.active span {background: url(images/style1/mainbody/roktabs-active.png) 0 100% repeat-x;color: #9FB400;}
    .roktabs-wrapper .arrow-next, .roktabs-wrapper .arrow-prev {background-image: url(images/style1/mainbody/roktabs-arrows.png);}
    
    /* RokStories */
    .feature-block {background: url(images/style1/showcase/feature-bg.png) 50% 50% no-repeat;}
    .feature-block span.feature-title {color: #fff;text-shadow: #0C1C22 0 0 12px;}
    .feature-block .image-container {background: #244854;border: 1px solid #506D76;}
    
    /* Bottom */
    #footer {background: #182428 url(images/style1/footer/footer-bg.png) 0 0 repeat-x;color: #5F8E9D;}
    body.full #footer-bg {background: url(images/style1/backgrounds/full/footer-bg.jpg) 50% 0 no-repeat;}
    body.full #footer-bg2 {background: url(images/style1/backgrounds/full/footer-bg2.png) 0 0 no-repeat;}
    body.full #footer-bg3 {background: url(images/style1/backgrounds/full/footer-bg3.png) 0 0 no-repeat;}
    body.standard #footer-bg {background: url(images/style1/backgrounds/standard/standard-bg2.jpg) 50% 0 repeat-x;}
    #rocket {background: url(images/style1/footer/rocket.png) 0 0 no-repeat;}
    
    /* Typography */
    #breadcrumbs-home {background: url(images/style1/mainbody/main-assets.png) 0 0 no-repeat;}
    span.breadcrumbs img {background: url(images/style1/mainbody/menu-arrows.png) 0 -744px no-repeat;}
    .sectiontableentry1, .sectiontableentry2 {background: url(images/style1/mainbody/module-h3.png) 0 100% repeat-x;}
    .article-info-surround {background: #f7f7f7;border-bottom: 1px solid #e7e7e7;color: #225769;}
    .rokradios, .rokchecks, .rokradios-active, .rokchecks-active {background-image: url(images/style1/mainbody/rokinputs.png);}
    .contentheading {background: url(images/style1/mainbody/module-h3.png) 0 100% repeat-x;color: #225769;}
    h2, .componentheading, .contentheading a {color: #225769;}
    .contentheading span {color: #C33A00;}
    #maincol .readon1-l, .show-r .readon1-l, #footer .readon1-l, .sidecol-r .readon1-l {background-image: url(images/style1/mainbody/readon-l.png);}
    #maincol .readon1-m, .show-r .readon1-m, #footer .readon1-m, .sidecol-r .readon1-m {background-image: url(images/style1/mainbody/readon-m.png);}
    #maincol .readon1-r, .show-r .readon1-r, #footer .readon1-r, .sidecol-r .readon1-r {background-image: url(images/style1/mainbody/readon-r.png);}
    .sidecol-r a.readon-main, .sidecol-r input.button, .hilite a.readon-main, .hilite input.button {color: #fff;}
    .sidecol-r form.form-login input.inputbox, .hilite form.form-login input.inputbox {border: 1px solid #BBCCCC;color: #225769;}
    form.search_result input#search_searchword.inputbox, form.form-login .inputbox, input#email, .register-page .inputbox, input#contact_name.inputbox, input#contact_email.inputbox, input#contact_subject.inputbox, textarea#contact_text.inputbox {border: 1px solid #ddd;}
    ul.latestnews li a, ul.mostread li a, .blog_more ul li a, .block ul#mainlevel-nav li a, .featured-text-block li a, form.form-login .login-links a {background: url(images/style1/mainbody/menu-arrows.png) 0 -746px no-repeat;}
    .sidecol-r ul.latestnews li a, .sidecol-r ul.mostread li a, .sidecol-r .block ul#mainlevel-nav li a, .sidecol-r .featured-text-block li a, .sidecol-r form.form-login .login-links a, .hilite ul.latestnews li a, .hilite ul.mostread li a, .hilite .block ul#mainlevel-nav li a, .hilite .featured-text-block li a, .hilite form.form-login .login-links a {background: url(images/style1/mainbody/menu-arrows.png) 0 3px no-repeat;}
    .buttonheading .pdf {background:url(images/style1/mainbody/main-assets.png) -21px -23px;}
    .buttonheading .print {background:url(images/style1/mainbody/main-assets.png) 0 -23px no-repeat;}
    .buttonheading .email {background:url(images/style1/mainbody/main-assets.png) -42px -23px no-repeat;}
    
    /* RokQuickCart */
    #main-content .item_add span, #main-content .simpleCart_checkout span, #main-content .cart_totals div {color: #9FB400;}
    
    /* K2 Stuff */
    #k2Container img {border: 1px solid #e2e2e2;}
    #k2Container li.even {background: #f7f7f7;}
    div.itemListCategory, div.subCategory, div.itemToolbar, div.itemNavigation, div.itemComments {background: #EDF4F4;border:1px solid #D1DFDF;}
    div.itemComments .inputbox, div.itemComments textarea, div.itemComments #recaptcha_table {border: 1px solid #D1DFDF !important;}
    input#modlgn_username.inputbox, input#modlgn_passwd.inputbox {border: 1px solid #BBCCCC;}
    .k2LoginBlock input.button {color: #333;}

    template_ie7.css

    Code:
    /* font tweaking */
    body#ff-georgia, body#ff-georgia.f-default {font-size: 12px;}
    body#ff-trebuchet.f-large {font-size: 13px;}
    #ff-infuse .roksearch_results h3 {font-family: Helvetica,Arial,sans-serif;}
    #header, ul.menutop, #top-bar {zoom:1;}
    ul.menutop {float:none;}
    #horiz-menu li.parent.sfHover, .menutop .drop-wrap {z-index:800 !important;}
    div.forabg,div.forumbg {zoom: 1;}
    
    /* horizmenu */
    #horiz-menu {position:relative;z-index:140;}
    #horiz-menu li.parent:hover {z-index:800 !important;}
    .menutop {z-index: 200;}
    .fusion-js-container {position:absolute !important;}
    #horiz-menu li.root >.daddy span {margin-right:-15px;padding-right:29px;}
    
    
    /* main layout */
    .componentheading {width:100%;}
    h1.componentheading {width:auto;}
    #maincontent-block {position: relative;zoom: 1;}
    
    
    
    .body-dark hr {height: 1px;border-style: solid;border-width: 1px 0 0 0;border-color: #444;}
    .body-light hr {height: 1px;border-style: solid;border-width: 1px 0 0 0;border-color: #ddd;}
    
    /* have to hard-code these widths */
    #buttons {width:35px;}
    
    .demo-footer-surround, .module-surround, #featuremodules, .article-info-left, .article-info-surround, .article-info-surround2, ul.tablist, .module-inner, .feature-module .moduletable, #showmodules .moduletable, #bottom-main {zoom: 1;}
    #bottom-main {position: relative;}
    #showcase-section .moduletable {zoom:1}
    ul.frontpage {margin: auto;}
    .article-info-right {width: 200px;}
    #top-bar .date1 {line-height: 22px;}
    .clr {line-height: 0;font-size: 0;}
    blockquote {position: relative;}
    #top-bar .date1 {line-height: 22px;}
    #top-bar .date2, #top-bar .date3, #top-bar .date4 {line-height: 22px;}
    #showmodules .feature-desc {font-weight: bold;}
    .button-wrap input {padding-left:0;}
    .body-light form.search_result legend {color: #333;}
    .body-dark form.search_result legend {color: #666;}
    .k2LoginBlock input.button {height: 20px;line-height: 12px;padding-left: 0;padding-right: 7px;}
    
    /* readon buttons */
    
    .readon-main, .readon-main input {zoom:1;}
    
    /* RokCart */
    .cart_quickcart {margin: 0;}
    .cart_buttons {display:block;height:30px;zoom:1;margin-right: 5px;}
    .checkout-button, .checkout-button2 {display:inline-block;zoom:1;}
    .cart_quickcart .readon1-m, .cart_quickcart .readon1-r {position: relative;}
    .cart_quickcart .readon1-m {z-index: 3;margin-left:-2px !important;}
    .cart_quickcart .readon1-r {z-index: 1;height:29px !important;line-height: 25px !important;}
    body#ff-georgia .item_price {line-height:1.1em;}
    
    /* rok module fixes */
    .roktabs-wrapper {zoom:1;}
    .roktabs-links ul.roktabs-top,.roktabs-links ul.roktabs-bottom {zoom:1;position:relative;}
    #roksearch_results .container-wrapper {position:relative;zoom:1;}
    #roksearch_results .container-scroller {position:relative;zoom:1;}
    .roktabs-wrapper .roktabs-links li.active span {zoom:1;}
    
    /* rok stories */
    .layout2 .feature-block .image-container { zoom:1;position:relative;padding-bottom:35px;overflow:hidden;}
    .feature-block .labels-title {position:absolute;bottom:0;left:0;width:100%;}
    .rokstories-layout1 .image-full {margin: 0;}
    
    /* default joomla layout fixes */
    .article_row {zoom: 1;}
    .cols1 {display: block !important;width: 100%;}
    .article_column {position: relative;}
    .cols2 {width: 49%;overflow: hidden;}
    .clr {line-height:0;height:0;}
    
    #searchmod-surround .inputbox {padding-top: 2px;line-height: 16px;height: 20px;}
    #roksearch_search_str.loading {background-position: 95% 30% !important}
    #roksearch_results .small .small {margin: 0;}
    div.important, div.important-red, div.important-blue, div.important-green, div.important-purple, div.important-brown, div.important-orange, div.important-grey {zoom:1;}
    form.search_result button.button {padding-top: 0;line-height: 130%;}
    form.search_result fieldset.word label {line-height: 22px;}
    form.form-login input.button, form.log input.button {line-height: 18px;}
    form.form-login .inputbox {line-height: 16px;}
    #bottom-main, #mainmodules3 {zoom: 1;}
    
    /* Demo */
    .featured-highlights li, .latest-photos li, .iconlist li, .main-content, .main-content li {zoom:1;}
    ul.main-content h2 {margin-top:0;}
    template_ie6.css

    Code:
    /** IE6 is a hunk of crap!!! due to limitations in the CSS capabilities of IE, these hacks are required **/
    body.ie-please-wait {background:#000 url(images/ie_loading.png) 50% 300px no-repeat;}
    
    /* font tweaking */
    body#ff-georgia, body#ff-georgia.f-default {font-size: 12px;}
    div.forumbg_top {background-color: transparent;}
    
    /* Main Surrounds */
    .show-tm, .show-tl, .show-tr, .show-bm, .show-bl, .show-br, .main-tm, .main-tl, .main-tr, .module-tm, .module-tl, .module-tr, .module-bm, .module-bl, .module-br, .sidecol-tm, .sidecol-tl, .sidecol-tr, .sidecol-bm, .sidecol-bl, .sidecol-br {line-height: 0;font-size: 0;zoom: 1;}
    .show-r, .main-r, #mainmodules, #mainmodules2, .moduletable {zoom:1;}
    .readon1-r, .feature-module .readon1-r {margin-right:-7px;}
    .readon1-r {line-height:25px !important;}
    .sidecol-r div {zoom:1;}
    
    
    /* horizmenu */
    #horiz-menu {position:relative;z-index:140;}
    #horiz-menu li.parent-sfHover {z-index:800 !important;}
    #menu-spacer {line-height: 0;font-size: 0;}
    .menutop {z-index: 200;}
    .fusion-js-container {position:absolute !important;}
    
    /* Modules */
    .module-inner {zoom:1;position: relative;}
    .module-tm {margin:0;}
    .module-tl {left: 0;}
    .module-tr {right:0;}
    
    /* Demo Frontpage Featured Photos */
    ul.featured-photos li {float:left;margin: 1px 2px;}
    
    
    /* topbar */
    #accessibility {width: 100px;}
    #logo {position: relative;}
    
    /* main layout */
    #header, #top-bar, .col3, ul.menutop, #bottom, #mainmodules3, #mainmodules4, #footer-bg, #footer, #footer2, #footer3, #leftcol, #rightcol, #maincol, #maincol2, .col2, #main-body, .side-mod, #breadcrumbs, #breadcrumbs-home, .breadcrumbs, .pathway, ul.menu, .module, #showmodules, #maincontent-block, #mainmodules, #mainmodules2, #mainmodules3, #mainmodule4, #inset-block-left, #inset-block-right, #inset-block-right .right-padding, #inset-block-left .left-padding, #main-content, #main-content-block, .wrapper, .feature-module, .article-info-surround, .article-info-surround2, .roktabs-wrapper, ul.bullet-3 li, #bottom ul li a {zoom: 1;}
    div.attention, div.notice, div.alert, div.download, div.approved, div.media, div.note, div.cart, div.camera, div.doc, div.quotes, ul.bullet-1, ul.bullet-2, ul.bullet-3, ul.bullet-4, ul.bullet-5, ul.bullet-6, ul.bullet-7, ul.bullet-8, ul.bullet-9 {zoom:1;}
    span.inset-left-title, span.inset-right-title {width:100%;}
    ul.bullet-1 li {padding-top:2px;padding-bottom:2px;}
    
    .show-m, .show-bm {position:relative;}
    .show-m {z-index:30;}
    .show-bm {z-index: 10;}
    
    .module-surround, .module-surround2, .module-surround3, .module-surround4, .module-surround5, .module-grad, #horizmenu-surround, #featuremodules, .article-info-left, #showcase-section, .module-inner, .titleTools {zoom: 1;}
    #horizmenu-surround {width:100% !important;height:42px;position:relative;}
    .module-surround2, .module-surround3, .module-surround4, .module-surround5, .module-top, .module-top2, .module-top3, .module-bottom, .module-bottom2, .module-bottom3, .feature-block-top, .feature-block-top2, .feature-block-top3, .feature-block-bottom, .feature-block-bottom2, .feature-block-bottom3 {font-size: 0;line-height: 0;}
    
    #main-background {position: relative;}
    #inset-block-right {margin-left:0px;}
    #inset-block-left {margin-right:0px;}
    .article-info-right {width: 200px;}
    .clr, .footer-div {line-height: 0;font-size: 0;}
    #showmodules .feature-desc {font-weight: bold;}
    
    .sidecol-tm {position:relative;}
    
    .feature-block .readon-wrap1 {display: block;}
    .feature-block .readon-wrap1 .readon1-m {margin-left:0px;}
    .feature-block .readon-wrap1 .readon1-l,
    .feature-block .readon-wrap1 .readon1-m,
    .feature-block .readon-wrap1 .readon1-r {float:left;white-space:nowrap;}
    .feature-block .readon-wrap1 .readon1-l {width: 9px;}
    .showcase-dc .readon-wrap1 {width: 100px;}
    .readon-wrap1 span {display:inline-block;line-height: 19px;}
    .readon-wrap1 {padding-left:8px;}
    .readon-wrap1, a.readon-main,.readon1-m,.readon1-r {position:relative;}
    div.important, div.important-red, div.important-blue, div.important-green, div.important-purple, div.important-brown, div.important-orange, div.important-grey {zoom:1;}
    .logo-list a:hover {background: none;}
    .head-style1 .logo-list a:hover span {background: #e5b1fb;color: #333;}
    .head-style2 .logo-list a:hover span {background: #FFE6A8;color: #333;}
    .head-style3 .logo-list a:hover span {background: #90FDFF;color: #333;}
    .head-style4 .logo-list a:hover span {background: #FFBE54;color: #333;}
    .head-style5 .logo-list a:hover span {background: #B7D856;color: #333;}
    .head-style6 .logo-list a:hover span {background: #F2B6C5;color: #333;}
    .head-style7 .logo-list a:hover span {background: #C9E8FF;color: #333;}
    .head-style8 .logo-list a:hover span {background: #1366A3;color: #fff;}
    
    .poll-buttons {width:170px !important;}
    .poll-buttons .vote-button-wrap .readon-wrap1 {margin-left: 0 !important;}
    
    #main-content-surround {zoom: 1;}
    .showcase-surround {zoom: 1;}
    .article_row {zoom: 1;}
    .cols1 {display: block !important;width: 100%;}
    .article_column {position: relative;}
    .cols2 {width: 49%;overflow: hidden;}
    h1.componentheading {width:auto;}
    #breadcrumbs-home {margin-right: -3px;}
    .body-light form.search_result legend {color: #333;}
    .body-dark form.search_result legend {color: #666;}
    .rokstories-layout1 .image-full {margin: 0;}
    form.search_result button.button {padding-top: 0;line-height: 130%;}
    form.search_result input#search_searchword.inputbox {padding: 1px 0 1px 5px;}
    form.search_result fieldset.word label {line-height: 22px;}
    #searchmod {margin-top: 12px;}
    #searchmod-surround .inputbox {padding-top: 2px;line-height: 16px;height: 20px;}
    form.form-login input.button, form.log input.button {line-height: 18px;}
    form.form-login .inputbox {line-height: 16px;}
    #top-bar .date1 {line-height: 22px;}
    #top-bar {position: relative;}
    ul.frontpage {margin: auto;}
    .k2LoginBlock input.button {height: 20px;line-height: 12px;}
    
    /* rok stories */
    .feature-block {zoom: 1;}
    .labels-title {position: absolute;width:95%;}
    .rokstories-tip {padding: 0px 10px 25px;}
    .feature-block .feature-arrow-l, .feature-block .feature-arrow-r, .feature-block .image-full {zoom:1;}
    .layout2 .feature-block .image-container { zoom:1;position:relative;padding-bottom:35px;overflow:hidden;}
    .feature-block .labels-title {position:absolute;bottom:0;left:0;width:100%;}
    .show-r .feature-block .readon-wrap1 span {line-height:38px !important;}
    
    /* rok tabs */
    .roktabs-wrapper {width:auto;}
    .roktabs-links ul.roktabs-top,.roktabs-links ul.roktabs-bottom {zoom:1;position:relative;}
    #ff-infuse .roktabs-links, #ff-infuse #horiz-menu li span, #ff-infuse #top-bar .date-block {font-family: Helvetica,Arial,sans-serif;font-weight: bold;}
    #top-bar .date1 {line-height: 20px;}
    .roktabs-wrapper .roktabs-links ul li {white-space: nowrap;}
    .roktabs-wrapper .roktabs-links ul li span {display: inline-block;}
    
    /* rokfonts */
    h3.module-title span {display:inline;}
    
    /* rok module fixes */
    #roksearch_results .roksearch_even {zoom:1;}
    #roksearch_results .container-wrapper {position:relative;zoom:1;width:400px;}
    #roksearch_results .container-scroller {position:relative;zoom:1;}
    #roksearch_results .container-scroller .page .roksearch_odd, #roksearch_results .container-scroller .page .roksearch_even {zoom:1;z-index:1000;}
    #roksearch_results .container-scroller span.small { bottom:6px;right:10px}
    
    /* Horizontal Menu */
    /*- Dropdowns -*/
    .menutop li li .item {padding: 0 0 0 18px;height: auto;line-height: 31px;display: block;}
    .menutop li .bullet {padding: 3px 5px 5px 25px;}
    .menutop li li .image {padding:0 0 0 2px;}
    .menutop li li .item img {float:left;margin: 6px 5px 0 0;}
    .menutop li li .item span {display:block;padding: 0;width: 100%;}
    
    /*- Root Items -*/
    body #horiz-menu li.root .item {background: none;}
    .menutop li.root .item {white-space: nowrap;display: block;line-height:33px;font-weight: bold;text-decoration: none !important;z-index: 100;cursor: pointer;padding: 7px 12px;position:relative;margin: 0 0 0 0px;}
    .menutop li.root .item span {display: block;padding: 0 13px;margin-left: -12px;height: 33px;}
    .menutop li.root .item em {font-weight:normal;display:block;font-style:normal;}
    #horiz-menu li .item, #horiz-menu li .item span, #horiz-menu li, #horiz-menu li.active {display:inline-block;}
    
    body .fusion li.sfHhover .item span,
    body .fusion li.root.active .item span,
    body .fusion li.active-sfHover .item span,
    body .fusion li.root .daddy span {margin-right:-15px;padding-right:29px;}
    
    /*- Submenus -*/
    .menutop li li.sfHover .fusion-submenu-wrapper {left:165px;top:-14px;}
    .menutop li.sfHover .fusion-submenu-wrapper {top:47px;left:-12px;}
    
    
    .menutop .columns2 .drop-top {width:382px;}
    .menutop .level2 .drop-top {display: none;}
    .fusion-js-container li .item {display:block;height:auto;line-height:31px;padding:0;cursor:pointer;}
    .fusion-js-container li .item span {display:block;padding:0;width:100%;}
    body .fusion-js-container li .nolink {cursor: default !important;}
    .fusion-js-container a:hover {text-decoration: none;}
    
    .fusion-js-container li .bullet {padding: 3px 5px 5px 25px;}
    .fusion-js-container li .image {padding:3px 5px 5px 0px;}
    .fusion-js-container li .item img {float:left;margin: 6px 4px 0 5px;}
    
    .logo-list, .logo-list li a, .logo-list li a span {position: relative;zoom: 1;}
    .logo-list li a span {display: inline-block;}
    
    /* ie6 warning */
    #iewarn {background: #C6D3DA url(images/error.png) 10px 20px no-repeat;position: absolute;z-index: 1000000;opacity: 0;top: -150px; margin: 0 auto;font-size: 110%;color: #001D29;z-index: 8000;}
    #iewarn div {position: relative;border-top: 5px solid #95B8C9;border-bottom: 5px solid #95B8C9;padding: 10px 80px 10px 220px;}
    #iewarn h4 {color: #900;font-weight: bold;line-height: 120%;}
    #iewarn a {color: #296AC6;font-weight: bold;}
    #iewarn_close {background: url(images/close.png) 50% 50% no-repeat;display: block;cursor: pointer;position: absolute;width: 61px;height: 21px;top: 25px;right: 12px;}
    #iewarn_close.cHover {background: url(images/close_hover.png) 50% 50% no-repeat;}
    
    /* page peel overrides for demo site */
    a.fliptip {display: block;z-index: 100000;position: relative;}
    .main-bl, .main-br {font-size:1px;line-height:1px;}
    
    /* RokIntroScroller */
    
    .rokintroscroller-leftarrow,
    .rokintroscroller-rightarrow,
    #rokintroscroller,
    #rokintroscroller div{zoom:1;}
    .scroller-top2{position:relative;}
    .rokintroscroller-rightarrow{margin-right:15px;}
    .rokintroscroller-leftarrow,.rokintroscroller-rightarrow{height:81px;z-index:400;}
    
    /* rokcart */
    .cart_quickcart {margin: 0;}
    .cart_buttons {display:block;height:30px;zoom:1;margin-right: 5px;}
    .checkout-button, .checkout-button2 {display:inline-block;zoom:1;}
    .cart_quickcart .readon1-m, .cart_quickcart .readon1-r {position: relative;}
    .cart_quickcart .readon1-m {z-index: 3;margin-left:-8px !important;}
    .cart_quickcart .readon1-r {z-index: 1;height:29px !important;line-height: 25px !important;}
    .simpleCart_checkout, .simpleCart_empty {display: inline-block !important;padding-left:0 !important;}
    
    /* Demo */
    .featured-highlights li, .latest-photos li, .iconlist li, .main-content li {zoom:1;}
    ul.main-content h2 {margin-top:0;}
    style_ie6.css

    Code:
    /*- Light -*/
    #horiz-menu li .bullet {background: url(images/style1/showcase/drop-bullet.png) 9px 11px no-repeat;}
    
    .style1 .fusion-js-container li .bullet {background: url(images/style1/showcase/drop-bullet.png) 9px 11px no-repeat;}
    .style1 .fusion-js-container li.sfHover .bullet, .style1 .fusion-js-container li.f-menuparent-itemfocus .bullet, .style1 .fusion-js-container li.active .bullet {background: url(images/style1/showcase/drop-bullet.png) 9px 11px no-repeat;color: #BCD402 !important;}
    
    .style1 .fusion-js-container li.active span {color: #BCD402 !important;}
    #horiz-menu li.root .daddy span {background: url(images/style1/showcase/drop-bullet.png) 100% -225px no-repeat;}
    .style1 .fusion-js-container li .daddy span {background:transparent url(images/style1/showcase/drop-bullet.png) no-repeat scroll 100% -110px;}
    .style1 .fusion-js-container li.sfHover {background-color: #efefef;}
    
    #horiz-menu .columns2 .drop-top {background: url(images/style1/showcase/drop-bg-2.png) 50% 0 no-repeat;}
    
    #horiz-menu li.active  {background: none;}
    #horiz-menu li li.sfHover, #horiz-menu li li.active, #horiz-menu li.f-submenu-item-sfHover, #horiz-menu li li.f-menuparent-itemfocus {background: url(images/style1/showcase/menu-drop-active2.png) 0 100% repeat-x;}
    
    .style1 #horiz-menu li.root .item {color: #70A4B2;}
    .style1 #horiz-menu li .item {color: #70A4B2;}
    .style1 #horiz-menu .level2 .item span {color:#70A4B2;}
    
    #horiz-menu li.active-sfHover .item span {color: #BCD402;}
    #horiz-menu li.sfHover .item span, #horiz-menu li.active .item span, #horiz-menu li.f-menuparent-itemfocus .item span, .style1 #horiz-menu .level2 .item:hover span {color: #BCD402;}
    
    #horiz-menu li.root, .splitmenu li {background: url(images/style1/showcase/menu-div.png) 100% 0 no-repeat;}
    #horiz-menu li.root-sfHover, #horiz-menu li.root-active, #horiz-menu li.root-f-menuparent-itemfocus, .splitmenu li.sfHover, .splitmenu li.active {background: url(images/style1/showcase/menu-div.png) 100% 0 no-repeat;}
    
    #main-body ul.menu li {background: url(images/style1/mainbody/sidecol-h3.png) 0 100% repeat-x;}
    #main-body ul.menu li a, #main-body ul.menu li .separator, #main-body ul.menu li .item, #main-body ul.menu li li a, #main-body ul.menu li li .separator, #main-body ul.menu li li .item,
    #main-body ul.menu li.active li .item {background: url(images/style1/mainbody/menu-arrows.png) 5px 13px no-repeat;color: #225769;}
    #main-body ul.menu li a:hover, #main-body ul.menu li .separator:hover, #main-body ul.menu li .item:hover, #main-body ul.menu li.active a, #main-body ul.menu li.active .separator, 
    #main-body ul.menu li.active .item, #main-body ul.menu li.active:hover a, #main-body ul.menu li.active:hover .separator, #main-body ul.menu li.active:hover .item {color: #9FB400;}
    +

    HTML Code:
      <style type="text/css">
        <!--
    
    	div.wrapper { margin: 0 auto; width:982px;padding:0;}
    	body { min-width:982px;}
    	#inset-block-left { width:0px;padding:0;}
    	#inset-block-right { width:0px;padding:0;}
    	#maincontent-block { margin-right:0px;margin-left:0px;}
    	
    	.s-c-s .colmid { left:280px;}
    	.s-c-s .colright { margin-left:-280px;}
    	.s-c-s .col1pad { margin-left:280px;}
    	.s-c-s .col2 { left:0px;width:280px;}
    	.s-c-s .col3 { width:0px;}
    	
    	.s-c-x .colright { left:280px;}
    	.s-c-x .col1wrap { right:280px;}
    	.s-c-x .col1 { margin-left:280px;}
    	.s-c-x .col2 { right:280px;width:280px;}
    	
    	.x-c-s .colright { margin-left:-280px;}
    	.x-c-s .col1 { margin-left:280px;}
    	.x-c-s .col3 { left:280px;width:280px;}
    	
    	
        -->
      </style>
    I hope it helps..

  6. #5
    Join Date
    Oct 2006
    Location
    Hendersonville, NC
    Posts
    1,700
    Blog Entries
    3
    Rep Power
    0

    Re: Postition

    LoL i was going to look, but you are changing servers.


  7. #6
    Jaan Guest

    Re: Postition

    Yea.. I was changing servers. Now I'm on paid server woo.. and everything is fine.
    Now you can check it again..

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts