Re-position navigations using the CSS Position property

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ead
    Mivite Lite

    • Dec 2012
    • 9

    #1

    Re-position navigations using the CSS Position property

    Hello everyone

    I have managed to link the Front Store Message and navigations to a CSS file. The new problem is that even though I have included the code below in the CSS file and designated a table element as the class, the position of the table does not change:

    table.global-nav{
    position: absolute;
    left: 100px;
    top: 0px;
    }

    The below is the part of the source code defining the class:

    <table class="global-nav" cellSpacing="0" cellPadding="0" width="946" border="0" height="41">

    Please someone advise me how you could effect the CSS Position property in a browser.

    Thank you
  • Bruce - PhosphorMedia
    Developer Partner











    • Mar 2006
    • 11256

    #2
    Re: Re-position navigations using the CSS Position property

    ead,

    Whenever you request help with a design or design coding issue, its almost always a requirement to provide a link to the site and page/screen in question. Otherwise, all that others can offer are guesses.
    Last edited by Bruce - PhosphorMedia; 12-20-12, 09:07 AM.
    Bruce Golub
    Phosphor Media - "Your Success is our Business"

    Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
    phosphormedia.com

    Comment

    • ead
      Mivite Lite

      • Dec 2012
      • 9

      #3
      Re: Re-position navigations using the CSS Position property

      I'm afraid the site is password-protected and may not be disclosed by my client, hence not including any link to it.

      Comment

      Working...
      X