Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: braves07
  • Content: Threads
  • Order by date
  1. braves07

    Color Separation for a Printer

    I've never had to do this before so I have no clue what I'm doing. I sent a .pdf file to printer which contains 2 colors. Black & Reflex Blue. They called back and said they needed the colors separated. Can anyone help me on what I need to do?
  2. braves07

    PHP & MySQL Strategy Question

    I have a little experience in both PHP & MySQL but I've never created a full on site with it. I was just asked to build something that accomplishes 2 things. 1. Collects Users Information and gives them a Login/Password that lets them access their specific account information. (The company...
  3. braves07

    IE6 Gap

    First I want to say sorry for posting 2x the last few days. Here is the situation: I have a page that is displaying correctly in IE7 and Firefox but has a gap about 5px in IE6 and I can't figure out for the life of me why this is occuring. I don't have any margin's or padding set for the <div>...
  4. braves07

    Adding Music to website

    Ok, so here is the deal. I have a website I'm building for a local musician. I've completed the entire site in html/css because flash isn't necessary for anything other than the music. He wants to have several of his songs play on his site with the option to skip tracks, change volume, ect...
  5. braves07

    Need Help with Positioning element - Please

    Hi. I could really use some help on this I'm lost. I have an element I'm trying to appear at the top, left of the container overtop another image. I have it inside a container trying to position it at top 0px left 0px of the container (not the page) but I'm doing something wrong. It appears...
  6. braves07

    IE7 not displaying my margin-bottom: 4px;

    My main area is called - "content" I have a 1px border going around it. Inside content I have 2 columsn - "content_left" and "content_right" They both have a 1px border on them as well. With a margin: 4px 2px 4px 4px; For some reason IE7 is not putting the 4px bottom margin between -...
  7. braves07

    Multiple Images rotating

    This isn't really a question of how to create the effect, but if there is a better way to do it than what I am doing. I see on many sites them using several different images that fade in and out that are good quality images and large dimmensions and they don't have a problem with the file...
  8. braves07

    FLV displays as White Box - Using Dreamweaver 8

    Hi. I'm using Dreamweaver 8 to build the site. I had a .wmv file. I imported into Flash - using progressive download method. Got my .flv. I used Dreamweaver 8 to embed the video. I get this code. <code> <script type="text/javascript"> AC_FL_RunContent(...
  9. braves07

    Absolute Positioning Pushing Content

    I'm trying to absolute position a background image inside a #div redcircle. The problem I'm having is when I position it at top: 0 left 0 it is pushing the background image in my #div top down about 30px; (In Firefox, IE7 displays correct) Here is my code, any help would be appreciated. body...
  10. braves07

    Absolute Positioning - changing location in different browsers

    Hi, I am trying to position a logo centered and on top of #checkered and #footer. I have 2 div's at the bottom. #checkered {height: 35px} #footer {height: 50px} My entire site is inside a container. #container { width: 780px; height: auto; margin: 0px auto; background-color: #C1C394...
  11. braves07

    Static Text Not Appearing In .Swf

    I'm sure this question has been answered many times and I apoligize if it has. I tried searching this forum and google, but couldn't find a solution. I'm using Flash 8. I have a few .swf embedded in my .html. Everything was displaying properly, I checked it on several computers and browsers and...
  12. braves07

    Changing Movie Clip States

    Hi, I'm using Flash 8. I have 12 movie clips that have 12 inv_btn inside them. The purpose of these buttons are to change a picture inside a movieclip if it is clicked. I have a movie clip "pictures_mc" that has 12 pictures inside on different frames. On each new frame there is a stop()...
  13. braves07

    Image Rollover (navigation) - Using Templates

    I'm about to rip my hair out on this one. I have navigation that is using image rollovers to swap. Here is the code on my template page (I included the navigation above it as an example how they are the exact same on the template page) Problem I'm having is on the logset image: <p...
  14. braves07

    Preloading External SWF's in Main Flash File

    I have a main flash file that loads external swf files when the user clicks any button on the navigation. I have a preloader in the main file that preloads the external when the button is clicked, but then it takes quite some time for the external movie to load. Is there a way that I can...
  15. braves07

    Passing Variables from PHP script to Javascript

    Ok, I'm having some trouble here. I have an html page called donations that has a form on it. The form action is pointing to donations.php. Inside my donations.php I have header("Location: http://www.site.com/paypal.html"); This is the code on paypal.html <!DOCTYPE html PUBLIC "-//W3C//DTD...
  16. braves07

    Not Receiving email with form information

    Hi, I have a php script that I'm trying to use to process a form on a website. Can you please tell me if I'm doing something wrong? I'm not receiving the email. <?php // Receiving variables @$item_name = addslashes($_POST['item_name']); @$quantity = addslashes($_POST['quantity']); @$amount =...
  17. braves07

    IE6 Images display - stretched and blurry - disappears on refresh

    Hi. I have an issue in Internet Explorer 6 with my images. It displays correctly in IE7, Firefox, Netscape & Opera. The problem is sometimes the image appears very squashed and blurry. If you click refresh it usually displays correctly, and it doesn't happen everytime. It's really wierd and I...

Part and Inventory Search

Back
Top