Jump to content

nickbrookfield

Members
  • Posts

    10
  • Joined

  • Last visited

    Never

Posts posted by nickbrookfield

  1. The site is neat, I'll give you that. However my largest concern is how vivid the backgrounds are in comparison with the opaque containers.  The clash is too intense to legibly read the words without strain

    yDTp.png

     

    many thanks for the positive feedback. i'll have a play with the opacity to make the content clearer

     

    cheers, nick

  2. "The Weighing Room" on the left menu looks like it is cut off on my screen, not sure if anything is below it or not.

     

    I see you fade the background image in, but to make it "cleaner", you could do some js like so:

    imgPath = "/path/to/image.jpg";
    img = new Image();
    img.src = imgPath;
    img.load = function(){
        $("#myDiv").css({backgroundImage: imgPath, display: "none"}).fadeIn("fast");
    }
    

     

    Hi Little guy,

    thanks for the js clean up. i'll give that a blast tonight.

    How do you mean about the menu being cut off? which browser are you using? any chance of a screen grab?

     

    many thanks again!

    nick

  3. Thanks for the feedback

    I've already flagged the pdf menus with the restaurant and I'm hoping to have them in html format and also into the cms for them to control.

    I'll have a crack at getting the background images down in file size

     

    many thanks again!

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.