Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Image overlaping on Safari /Opera
Old 11-03-2008, 11:27 AM Image overlaping on Safari /Opera
Junior Talker

Posts: 4
Trades: 0
Hi

I noticed that in Opera/Safari and Chrome the image arrow overlaps with the "back" text. It works fine on Firefox and IE.
Any suggestion?

Here is the code for CSS below
Code:
/* Bottom Pagiante part */

.paginate-c {
      background-color:#fff; 
}
.paginate {
   border:0px solid red; 
  padding:10px 0 25px 25px; ;
   margin:0;    
}
 .paginate ul {
    list-style-type: none;
}
.paginate li {
    float: left;
    display: inline;
    margin: 0 5px 0 0;
    display: block;
    font-weight:900;
border-left:1px solid #000;
padding-left:5px;
}
.paginate li.firstitem {
border:none;
}

.paginate li.next {
    border: none;
}
.paginate li.next a{

    background-image: url(../images/global/red_forward.jpg);
    background-repeat: no-repeat;
    background-position: left center;
        padding: 0px 20px;
        border:0px solid red;
        

}
.paginate li.back {
    border: none;
}
.paginate li.back a{
    background-image: url(../images/global/red_back.jpg);
    background-repeat: no-repeat;
    background-position: right center;
     border:0px solid red;
    padding-right:  20px;
        
}

.paginate li.paginate-current {
font-weight:normal;
}
.paginate li.totpage {
border:0px solid red;
padding:0;
}
HTML BIT :
Code:
 <!--Start paginate bit-->
           <div class="paginate-b">
                 <div class="paginate-c">
                       <ul class="paginate">                                
                            <li class="back"><a href="#">back </a></li>
                            <li class="firstitem"><a href="#">1</a></li>
                            <li><a href="#">2</a></li>
                            <li class="paginate-current">3</li>
                            <li><a href="#">4</a></li>
                            <li><a href="#">5</a></li>
                             <li><a href="#">6</a></li>
                              <li><a href="#">7</a></li>
                               <li><a href="#">8</a></li>
                                <li><a href="#">9</a></li>
                             
                             <li class="totpage">..... <a href="#">18</a></li>
                            <li class="next"><a href="#"> next </a></li>
                       </ul>
                   </div>
                 </div> 
                   <!--End paginate bit-->

Last edited by cssuser; 11-03-2008 at 11:43 AM..
cssuser is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 11-03-2008, 04:35 PM Re: Image overlaping on Safari /Opera
designmeba's Avatar
Average Talker

Posts: 26
Name: Andrej
Trades: 0
Hmm. If you gave me the arrows i'd check it.

But basically Safari and Chrome both run on WebKit and Opera runs on something else so it has to be a problem with the frameworks. I can't really tell you why though.
designmeba is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Image overlaping on Safari /Opera
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.42272 seconds with 12 queries