Jump to content

lkbolt

Members
  • Posts

    52
  • Joined

  • Last visited

Posts posted by lkbolt

  1. I have inserted the css drop down menu removed the left navigation and removed the heading over the pictures on the home page I am still working on the header image this will take a little while I also tried to add a border to the top of my footer but for some reason it won't display at top it will on all side except top I have put the code in my style.css and directly into the <div style="border: 1px solid #FFF;"> I am not sure why it doesn't display.

  2. thanks nightslyr,  i appreciate your comments I am actually working on a drop down right now for the top menu that is so weird you said that.  Also the left menu will go away and only the news will remain.  I just got the logo a couple of days ago and I am trying to find a way to incorporate it into the existing header image I just don't want to get rid of that image it is so awesome as for the footer I havent' given much thought to it and yes the customer wanted a counter and I tried to incorporat it as a simple unique counter so you can visit every page a million times from every computer on your network and it won't change the counter it only counts wan ip's once.

  3. Very nice site, very clean.  I agree with odang888 on the blog I feel like i went to a different companies page.  One thing that kinda of distracted me was when the video is playing the rotating header images in the background got a big percentage of my attention.  maybe try and have the video load on a blank background then on close go to your main page or something.  That's all I have other than that I would use your service based on your presentation.

  4. Thanks for the response.  I will makes some more adjustments and post back for more advice.  I am going to take all of the images on the main page and readjust the sizes and quality of the images where they look good and are optimized to load quicker.

  5. Ok I have made some changes I have made the whole page container wider, I have made the img for the bullets in the menu section smaller.  I incorporated the main content background with the left side toolbar headings.  I adjusted margins and padding on just about all of my elements to make the page look not so cramped.  Please let me know what you think.  I really appreciate all of the help so far.  The site owner is working on the wording for all of the page right now so don't critique that there isn't a lot of wording and such just the overall layout and functionality thanks again.  www.oxfordfarm.com

  6. Thanks for the help i will try and widen the page a bit I feel the same way my problem is everytime I mess with one element in my css I usually end up having to change alot more than one setting.  I am going to keep working on it.  I appreciate you guys help very much.  P.S. The site has moved to its on domain www.oxfordfarm.com I will post back when I make a couple of changes thanks again.

  7. I have written the following php statement and it works to show pages titles if I have an id in the url example.  www.mysite.com/index.php?id=3 then the right page title is displayed but if I am on my home page www.mysite.com with no id the page title isn't displayed. I am running the code in the header in the title brackets.  here is the code. The last else doesn't display my home page title any help would be great thank you very much...

     

    <title>

    <?

    if (isset($_GET['id']))

     

      if($_GET['id'] == '1')

      {

        echo "LBT Services Page";

    else if($_GET['id'] == '2')

    {

      echo "About LBT";

      }

    else if($_GET['id'] == '3')

      {

      echo "Contact LBT";

      }

    else if($_GET['id'] == '4')

      {

      echo "Your Message to LBT has been Submitted";

      }

    else if($_GET['id'] == '5')

      {

      echo "LBT Links Page";

      }

    else if($_GET['id'] == '6')

      {

      echo "LBT Back-UP Plans";

      }

    else

    {

      echo "LBT Home page";

      }

    ?></title>

×
×
  • 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.