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 Mike Lewis 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. 2creative

    Links

    Here is the HTML code: <h3 class="tab" title=""><div class="tabtxt"><a href="#" onclick="return false">Integrity</a></div></h3> <div class="tab"><h3 class="tabtxt" title=""><a href="#" onclick="return false">Solutions</a></h3></div> <div class="tab"><h3 class="tabtxt" title=""><a...
  2. 2creative

    Links

    Foamcow, I see what you are talking about. I was playing around all the links and I noticed if you click around the text link, it will also take you to the other tab. The funny thing is that the previous link is still highlighted in BLACK. So back to the drawing board. ha ha ha
  3. 2creative

    Links

    This is not a big deal but everything seems to be working correctly. When I click on the REFRESH button on the browser, it goes back to the FIRST tab but the tab 3 still highlighted in BLACK. It's a little goofy because the tab 3 is highlighted within box below with all the text content showing...
  4. 2creative

    Links

    Dan......YOU GOT IT!!! I tried your CSS and it is the way I wanted. This is the CSS code you gave me: <style type="text/css"> body { background-color: green; } a, a:link { color: white; } a:visited { color...
  5. 2creative

    Links

    Hi all! I am creating 4 links. I wanted to make the link text change to a different color when a user clicked on it. However, when the user click on a different link, the link that they previously clicked on should NOT have the visited color anymore and goes back to the color like the rest of...
  6. 2creative

    Tabs

    Sorry, I forgot to add the HTML within the body: <div class="wrapper7"> <div id="content"> <h3 class="tab" title="first"><div class="tabtxt"><a href="#">Integration</a></div></h3> <div class="tab"><h3 class="tabtxt" title="second"><a href="#">Solutions</a></h3></div> <div...
  7. 2creative

    Tabs

    Alright everyone, I believe I have found a tab that I really like but I need some help. Let start out one at a time. Once I have resolve this FIRST issue, I will go to the next issue. My first issue on this tab is that everytime I click on any of the 5 tabs, it bounces the browser to the top of...
  8. 2creative

    Tabs

    Thanks all for your information. MikeyJudd, I like your example but it does not work in Safari. It looks good in IE7 and Firefox. BillyRayPreachersSon, I tried those already but I was not able to control the tabs very well. When I added the background rollover buttons, all the tabs did not...
  9. 2creative

    Tabs

    Also, these tab are embedded within the HTML page. When you click on all the tabs, it stays in the same HTML page. It does NOT link to another HTML page. You can click on any tab and it just stay on the same HTML page. Thanks!
  10. 2creative

    Tabs

    Hi all! I am looking to create a 4 tab content or tab interface using JavaScript. I would like to create the tab box using DIV and External CSS. Do any of you know a link that I go and see how it is made? I also like to find a tab that I can customize the 4 tabs with graphic image like GIF...
  11. 2creative

    Attache Files

    Hi all! Is there a way to attache files within this forum? I wanted to attache files such as ZIP, JPG, GIF, etc... I have files within my PC that I wanted to browse and attache. I don't want to attache file by using the link below. Thanks!
  12. 2creative

    List not working in Firefox

    vacunita, here is what I am talking about regarding the top and bottom sentence: Currently looks like: sdfsdf sdfsdfs dfsdf sd fs df sdf sd fsdfsdfsdf sdfsdfsd sdfsdfsdfsdfsdfsdfsdfsdfsdfsdfsd sdfsdf sdf sdfs df I like to make it look like this so it will align on the LEFT side...
  13. 2creative

    List not working in Firefox

    Thank vacunita! I took out the display:inline-block and its looking better. A few more questions for you. The first sentence looks correct but the second sentence is not align to the first first sentence for each list. Is there a way to add a style to make them all align correctly? The bottom...
  14. 2creative

    List not working in Firefox

    Hi all! I am not sure where this forum should go but I just took a guess. I have created a list using DIV and external CSS. The list looks fine in IE7 but not in Firefox. I was hoping someone can take a look at this an let me know what is the issue. When I add more text to each list, the...

Part and Inventory Search

Back
Top