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 IamaSherpa 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: *

  1. Josh42

    bordered layout cell

    The CSS you gave me doesn't do anything visible. I tried doing this: .mystyle {   border-top: 1;   border-bottom: 1;   border-right: 1;   border-left: 1; border: 1px solid #000000; } However, the border is repeated throughout the cell like lined paper. No good. I just want it to appear...
  2. Josh42

    bordered layout cell

    Is there any way to create a border to a layout cell. I tried using CSS to do this but it repeated the border throughout the cell. Thanks!
  3. Josh42

    exporting html into Dreamweaver

    hmm, still no good. it seems FW doesn't know how to export html. every time, it exports an html file of size 0k, and DW tells me its in the wrong format. are there other ways to export button that I'm not aware of?
  4. Josh42

    exporting html into Dreamweaver

    all of my images are sliced up. I select one of them (a button) and click on the export button. I select 'html and images', html file, export slices, and selected slices only. DW creates one html file of size 0k. In DW I select 'insert Fireworks html', locate the file, click okay, and it tells...
  5. Josh42

    exporting html into Dreamweaver

    I'm having difficulties getting Fireworks html/images into Dreamweaver. Every time I try to insert html from FW, in DW it says it is not in the correct format and I have no idea why! What am I not doing??
  6. Josh42

    mouseEntered events

    I guess I am not sure what a Component is exactly. If I want to designate an area where a mouseEntered event would occur, don't I somehow have to define the limits of that area (say, in pixels or something?) I'm sorta making a tic-tac-toe game and I need the computer to know when it enters a...
  7. Josh42

    mouseEntered events

    Hi all. I need some help with "mouseEntered" events. It says that it generates an event when the cursor enters a Component. Well, how do I create that component? Thank you. Josh Ciolkosz

Part and Inventory Search

Back
Top