Welcome guest, is this your first visit? Create Account now to join.
  • Login:

Members in Chat:
+ Reply to Thread
Results 1 to 8 of 8
  1. #1
    joel8520 is offline Newbie Net Builder Recent Blog:
    Join Date
    Mar 2009
    Posts
    33
    $NetBucks
    209
    Thanked 0 Times in 0 Posts

    Unhappy Overlapping my Navigation Bar

    http://proxy-finder.info

    Take a look at my site above. In firefox there is a weird 1/2 see through section on my nav bar and in ie it is just completely covered. I have tried in vain to fix it for over and hour. Please help me figure out how to fix it

  2. #2
    Will.Spencer's Avatar
    Will.Spencer is online now Skipper Recent Blog: Daily News Montenegro
    Join Date
    Dec 2008
    Location
    Singapore
    Posts
    6,354
    $NetBucks
    21,113
    Blog Entries
    1
    Thanked 2,295 Times in 1,244 Posts
    Code:
    <div id="pagecell1"> 
      <!--pagecell1--> 
      <img alt="" src="img/tl_curve_white.gif" height="0" width="6" id="tl"> <img alt="" src="img/tr_curve_white.gif" height="6" width="6" id="tr"> 
      <div id="breadCrumb"> 
      </div> 
      <div id="pageName"> 
    
        <b><font face="Verdana" size="2">Proxy Sites - Web Based Proxies </b> </font>
         
        </div>
    What is the purpose of the empty breadCrumb div?
    Submit Your Webmaster Related Sites to the NB Directory
    I swear, by my life and my love of it, that I will never live for the sake of another man, nor ask another man to live for mine.

  3. #3
    joel8520 is offline Newbie Net Builder Recent Blog:
    Join Date
    Mar 2009
    Posts
    33
    $NetBucks
    209
    Thanked 0 Times in 0 Posts
    I'm just getting started in design and don't know what a bread crumb div is

  4. #4
    Mr.Bill's Avatar
    Mr.Bill is offline One is glad to be of service Recent Blog:
    Join Date
    Dec 2008
    Location
    Redmond, Oregon
    Posts
    828
    $NetBucks
    3,312
    Blog Entries
    1
    Thanked 350 Times in 182 Posts
    That is part of the original script that will allow users to see what page they are on. Might I suggest you visit the place its sold proxylistscript.com providing its not a warez version the owner of it will help with your issue at least I would think he would for a $200 dollar script.

    Reverse IP Check ಠ_ಠ Proxy Sites
    <?php if ($youask == 'stupid question') { echo ('stupid answer'); } ?>

  5. #5
    Will.Spencer's Avatar
    Will.Spencer is online now Skipper Recent Blog: Daily News Montenegro
    Join Date
    Dec 2008
    Location
    Singapore
    Posts
    6,354
    $NetBucks
    21,113
    Blog Entries
    1
    Thanked 2,295 Times in 1,244 Posts
    I'd also start by restoring the original template that came with the script. Then you can test each change as you make it.
    Submit Your Webmaster Related Sites to the NB Directory
    I swear, by my life and my love of it, that I will never live for the sake of another man, nor ask another man to live for mine.

  6. #6
    weirdnessme is offline Newbie Net Builder
    Join Date
    Mar 2009
    Posts
    287
    $NetBucks
    1,041
    Blog Entries
    1
    Thanked 31 Times in 30 Posts
    Try and add <br /> tags after all the link are finished . sorry i havent even seen source iam too lazy . you can try it though

  7. #7
    1901gt is offline Web Designer
    Join Date
    Jan 2009
    Location
    Singapore
    Posts
    235
    $NetBucks
    1,029
    Blog Entries
    2
    Thanked 32 Times in 24 Posts
    Your table is wrong.
    What you have is this:

    Code:
    <table>
    <td></td>
    </table>
    You missed out on the <tr>:
    Code:
    <table>
    <tr>
    <td></td>
    </tr>
    </table>

  8. #8
    1901gt is offline Web Designer
    Join Date
    Jan 2009
    Location
    Singapore
    Posts
    235
    $NetBucks
    1,029
    Blog Entries
    2
    Thanked 32 Times in 24 Posts
    Try to look at this line in your css file:

    Code:
    #globalNav{
    position: relative;
    width: 100%;
    min-width: 640px;
    height: 32px;
    color: #ffffff;
    padding: 0px;
    margin: 0px;
    background: #393939;
    }
    Code:
    #globalLink{
    position: absolute;
    top: 6px;
    height: 22px;
    min-width: 640px;
    padding: 0px;
    margin: 0px;
    left: 10px;
    z-index: 100;
    }
    One has a 32px height, while the other is a 22px height.
    In my opinion, get rid of both and see if there's any result.


 

Similar Threads

  1. Replies: 6
    Last Post: 28 December, 2010, 07:32 AM
  2. [Suggestion] Navigation Bar at bottom
    By SonnyCooL in forum Announcements and Suggestions
    Replies: 13
    Last Post: 21 January, 2010, 05:27 AM
  3. Wordpress SEO paging navigation
    By Hellas in forum Wordpress
    Replies: 4
    Last Post: 25 June, 2009, 04:09 AM

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