Search results

  1. C

    <Div> dynamic resizing or alternative

    Haha well that was a definitive answer :D They're really frowned upon that badly? I thought I needed something to give the site some interaction and personal flair, but maybe I'll skip the guestbook then :P Do you know of a good tutorial for this? I googled using cookies but there seems to...
  2. C

    <Div> dynamic resizing or alternative

    Can you guys recommend a php guestbook that I can contain within a div on the site? I tried to make one called "BellaBook" work, but it breaks out of the div and takes up the whole browser when I click "sign" or "view guestbook".
  3. C

    <Div> dynamic resizing or alternative

    Yes it seems like it needs to be the last one declared for it to work. One thing that is bumming me out a bit is that when the page reloads after you click a link, the treeview collapses again so you have to click the '+' again to see the subtree. I'm guessing there is no easy way to have the...
  4. C

    <Div> dynamic resizing or alternative

    Is it not adviseable to php include the <head> tag of my pages? It seems that the treeview script that I'm using does not work if I put the source tags for the .css and .js files into my head.php, as soon as I move them back to index.php the treeview works again? Is there some kind of parsing...
  5. C

    <Div> dynamic resizing or alternative

    I've been testing the php include a bit and it seems to work all right for the most part, one thing I'm having issues with is the treeview script in the menu bar. How do I include the script sources etc to make it work when using php include? Is there something to keep in mind with php when...
  6. C

    <Div> dynamic resizing or alternative

    Hmm, I did some reading on php include and I understand it would work, but my first approach was to not have the entire site reload as I click a link, thats the main reason for using the JS content loader script. I'm guessing that's not the way to go? I dont know how to write any php, is...
  7. C

    <Div> dynamic resizing or alternative

    As I said before, I learn as I go with my site and I dont really know what is common practice for many of the things I do. I'm all ears for better solutions to the functions I have on the site. I implemented the code you supplied Lee, it works like a charm and is live online now :) I also...
  8. C

    <Div> dynamic resizing or alternative

    I do realize that "clear" clears the float, but I dont understand what effect it will have in this case, so a small explanation for my own understanding would be much appreciated :) My links are <li> because they are part of the filetree script which uses unordered lists, and the loadContent is...
  9. C

    <Div> dynamic resizing or alternative

    Thanks a lot LeeHarris, I will give it a try tomorrow (its almost 2AM here, better not touch anything right now ;) ) I see that you changed the approach to top - center - bottom, but what I don't really follow is the function of the clear class and the divs of that class that you put added?
  10. C

    <Div> dynamic resizing or alternative

    If I set the parent divs' (the menu box container) height using min-height, the frame sides disappear completely right away. I assume thats because they rely on their parent which doesn't have a specified height using min-height? The whole box is built by 5 parts, top left border content right...
  11. C

    <Div> dynamic resizing or alternative

    Hi guys, I have a menu on my site that uses an explorer-style file tree view with collapsible lists to show sub-trees. The problem I'm having is that the frame that I built around this (divs with 100% height) dont resize its background images to match the extension when all the sub-trees...
Top