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 derfloh 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: sam0077
  • Order by date
  1. sam0077

    Unresolvable Menu Issue

    I will take your advice and go elsewhere. There are too many posters here that **PRESUME** to know what I have and have not done on my project. I am disappointed in this website, it was promising. But Vacunita was the only one helpful. Goodbye.
  2. sam0077

    Unresolvable Menu Issue

    Thank you for taking the time to reply to my message. I mean this as respectfully as possible - those suggestions are not helpful. Vacunita was really helpful in an earlier posting. Is there any way Vacunita that you could give me some advice? Vragabond you have also helped sometimes too...
  3. sam0077

    Unresolvable Menu Issue

    For your information I did not steal any code. There was a website that offered the code to anyone who wanted it. Can someone help me resolve my menu drop-down issue?
  4. sam0077

    Unresolvable Menu Issue

    In fact I did try ALL of Monksnake's suggestions exactly as they were written and they did not work. I would appreciate any suggestions anyone may have on resolving this problem.
  5. sam0077

    Unresolvable Menu Issue

    ...} #menu li{ position:relative; } #menu ul ul { position:absolute; z-index:400; top:auto; display:none; } #menu ul ul ul{ top:0; left:100%; } /* Begin non-anchor hover selectors */ /* Enter the more specific element (div) selector on non-anchor hovers for IE5.x to comply with the older...
  6. sam0077

    Linking thumbnail images to pdfs and html files

    I think I found the answer from the www. Do I proceed each thumbnail img src with <a href="portfolio/innovative_ebrochure.pdf"> (FYI- In the event that you suggest I search PRIOR to posting, please note that I DID LOOK A LOT BEFORE POSTING. ) THANKS AGAIN.
  7. sam0077

    Linking thumbnail images to pdfs and html files

    ...src="thumbnail/IRSLogo_thumb.jpg" alt="" width="75" height="60"><br> <p>Produced & wrote e-Newsletter </p> </div> <br class="clearboth"> --> Here is the CSS: /* .thumbnail { float: left; width: 60px; border: 1px solid #999; margin: 0 15px 15px 0; padding: 5px; } .clearboth { clear: both...
  8. sam0077

    Can you recomend a free html web page editor

    Hello, I am very new to XHTML and CSS programming. Designing my first site. I think Notepad++ is great. I looked around for a WYSIWYG editor, but I think it takes as much time to learn those applications as it does to learn XHTML &CSS itself.
  9. sam0077

    Hyperlinking company names from my website

    Yes, that is what I was looking for, but can that be done in a <p>. I also wanted to use a small image of their logo in place of the company name. Is that possible? Thank you for answering my question.
  10. sam0077

    Hyperlinking company names from my website

    Hello, can anyone advise me on how to hyperlink company names that are in a h1 form? I want users to be able to link to their website. Thank you.
  11. sam0077

    Horizontal Drop Down Menu question

    Thank you Monksnake -- For some reason it is not working with my code. It added another box around where the 2nd level drop-down should be for the HOME button. Users need to click on the top-level HOME box and go to index.html.
  12. sam0077

    Horizontal Drop Down Menu question

    When I take away the <h2> tags, it removes the formatting of the text. It also removes the box. Any reason why it does this?
  13. sam0077

    Horizontal Drop Down Menu question

    What does that mean? What is the anchor tag? Sorry it is a very stupid question.
  14. sam0077

    Horizontal Drop Down Menu question

    ...title="contact">contact</a></li> </ul> </li> </ul> ------------------------------------ CSS CODE ------------------------------------ /* CSS Menus - Horizontal CSS Menu with Dropdown and Popout Menus - 20050131 */ /* Begin CSS Popout Menu */ #head{ height: 50px; } #menu{ width:70em...
  15. sam0077

    Horizontal Drop Down Menu question

    Can you give me some direction or suggestion?
  16. sam0077

    Horizontal Drop Down Menu question

    Hello, I used the free horizontal drop-down menu that SEO Consultants offers on their website. I wanted to change it so that the first button: HOME, links at the top level. Actually I wanted users to click on all the top levels. Does anyone know how to change the code so that the first...
  17. sam0077

    How do you create a simple image &amp; text layout side-by-side

    Vacunita, Never Mind - I FIXED IT!! Thanks anyway.
  18. sam0077

    How do you create a simple image &amp; text layout side-by-side

    Thank you Vacunita for your feedback. I am not sure I can even explain the problem correctly, but here goes... The menu bar is static on the screen - it does not move even when the browser is resized. But the background does move when the browser is resized. So - based on the screen size at...
  19. sam0077

    Fixed positioning

    Hello Vragabond, I searched on anchors tonight and had read through many tutorials on fixed positioning for backgrounds. Thank you for pointing me to the tagsoup link.
  20. sam0077

    Fixed positioning

    Hello, can someone direct me on how to set up a navigation bar that is fixed on the page and does not expand/contract when the window is sized? Since I am so new to XHTML & CSS, I need to set up a website where the screen does not change. Can you direct me to a tutorial or give me some advice?

Part and Inventory Search

Back
Top