0
Welcome Guest! Login
0 items Join Now

concerning module positions

  • Re: concerning module positions

    Posted 16 years 8 months ago
    • I can try to put it online for a short time, but it's complicated because I'm doing it for a friend's firm, so I'm afraid that some of clients try to go to site and see it completely unfinished...
      But if that can help you I can do that! For today! (The next week I'll be out, bu as soon I'm back we can continue)

      The site is now online!
      Thank you for your help
  • Re: concerning module positions

    Posted 16 years 8 months ago
    • [edit]
      Ok I tried again and now it's ok, the position is ok! But the links even don't work (without margin-top it works)! And the other problem is that when I reduce the complete window, the menu bar goes under the logo! Could it be possible to fix it and make it reducing if the screen resolution is lower?
      I triesd to put 80% for the width, but that doesn't work! :-[
  • Re: concerning module positions

    Posted 16 years 8 months ago
    • Change to
      div#horiz-menu {
      background: url(../images/menu-bg.png) 0 0 repeat-x;
      height: 36px;
      margin-top:-38px;
      width:400px
      float:right;
      position:relative;

      You will need to edit transmenu.css with the new location.
    • James Spencer / Developer & Support / Hull, UK
  • Re: concerning module positions

    Posted 16 years 8 months ago
    • ok, so now, the links work, but if you try to reduce the window you will see the menu going over the logo! It doesn't want to be fixed on the right!

      And for the transmenu, I only have .js file ..so it's more complicated than .css
  • Re: concerning module positions

    Posted 16 years 8 months ago
    • Try changing to
      div#horiz-menu {
      background: url(../images/menu-bg.png) 0 0 repeat-x;
      height: 36px;
      margin-top:-46px;
      margin-left:232px;
      }

      Change
      div#header .rk-2 {
      background:transparent url(../images/header-l.png) no-repeat scroll 0pt;
      height:153px;
      overflow:hidden;
      }

      To
      div#header .rk-2 {
      background:transparent url(../images/header-l.png) no-repeat scroll 0pt;
      height:153px;
      overflow:hidden;
      width:332px;
      }
    • James Spencer / Developer & Support / Hull, UK
  • Re: concerning module positions

    Posted 16 years 7 months ago
    • Excellent, it's perfect now! I only have to change positions in transmenu, but I will do that next week end! If I have any problem, I'll contact you!

      Thank you very much for your help! ;)
      Now I will desactivate my web site during this week!

Time to create page: 0.057 seconds