Jump to content

adamlen

New Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by adamlen

  1. This thread is a bit old but still unanswered, if it is fixed already sorry for grave digging.

     

    It may help to add some top padding to a wrapper div around the menu.

     

    Short post but I've found padding to help out a lot when margins are being a pain.

    Good luck.

     

    -Adam

  2. I am not sure if this has been solved yet, but http://webdesign.about.com/od/metataglibraries/a/aa080300a.htm may be of some assistance. After you understand how to use the meta tag you can then echo it to effectively redirect.

     

    Ex. " echo ""; "

    This will refresh the page at the new location ("http://example.com") in 2 seconds.

     

    "http-equiv="refresh" " Is some what self explanatory, it will cause a refresh but if there is a url value in 'content' then it will refresh with a new location.

     

    " content="2;url=http://example.com" " ' content="2 ' is where you can set the amount of time (in seconds) that the browser will wait before refreshing. ' url=http://example.com ' is where it will go upon refreshing.

     

    It has proven a worthy alternative for me when "header("location: ")" redirecting just doesn't seem to fit.

     

    Hope it helps you out.

     

    -Adam

×
×
  • Create New...