Jump to content

thekoopa

Members
  • Posts

    11
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

thekoopa's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I would like it so when you click a link it displays another page inside my content area. I know how to do it with iframes but not with css.
  2. When linking my buttons to my content <div> what is the best method? www.thekoopa.com/clix is the site btw.
  3. When linking my buttons to display in my 'content' <div> is using this method http://www.stilisticdev.net/tutorials.php?t=0002&cmd=full an acceptable approach. Or is thier a better way to do it.
  4. thekoopa

    Frustrated.

    Yes, thanks so much. I just started doing this about a week ago and you answered alot of my questions. All the tutorials I have read seem to say different techniques about achieving certain things at different times. I really appreciate the time you put into helping me out and I'm glad I stumpled upon this forum.
  5. thekoopa

    Frustrated.

    Also it seems that when the page is resized the link <div> moves around. I'm kind of looking for it to stay aligned to the right with the main image. Thanks.
  6. thekoopa

    Frustrated.

    So for the past few days I've been reading tutorials and looking at code, but I can't seem to figure exactly how to do this. What I'm looking for is this www.thekoopa.com/clix to look like this http://img151.imageshack.us/img151/3498/needjj2.jpg and every time I click on of my buttons have it display it in a semi transparent grey box with a white border. If someone could point me in the right direction I would love it. Thanks.
  7. Thanks for the help. I'm not sure why that was in the tutorial I was reading but at least I got it figured out. Thanks again.
  8. I am following this basic tutorial on building a simple page with php but I keep getting an error. Parse error: syntax error, unexpected '<' in /home/thekoop/public_html/testtest/main.php on line 2 I followed the tutorial exactly as it says. Here's to code for it. <?php <html> <head> <title>Simple PHP page</title> </head> <body> <?php include ($_SERVER['DOCUMENT_ROOT'].'/inc/header.php'); include ($_SERVER['DOCUMENT_ROOT'].'/inc/navigation.php'); include ($_SERVER['DOCUMENT_ROOT'].'/inc/footer.php'); ?> </body> </html> I know this is probably something really dumb but this is my first time using php.
  9. thekoopa

    Scrollbar

    Is it possible to specify and image for the scroll bar arrows? and to make it smaller in general. Thanks again for your help.
  10. Nothing I have found explains to well. Let me know if you know anything.
  11. So what I'm trying to do is implement a content box that will have a transparent background. Is that possible? and How? Here's a link of what I'm trying to explain. www.innatemediagroup.com the content boxes under press release. Thanks for your help.
×
×
  • 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.