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 dencom 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: fullmoon2
  • Content: Threads
  • Order by date
  1. fullmoon2

    SQL SERVER - count from one day to another

    Hi I have a little problem I hope someone can help me solve: I'm going to count from one date to another, like from 2011-01-01 to today. And I'm going to put it into a view: CREATE VIEW VWtotalsale AS SELECT sales.title_id, sales.qty, titles.price, sales.ord_date FROM sales INNER JOIN...
  2. fullmoon2

    Add heading in Jquery Lightbox?

    Hi I just wonder if it's possible to add a heading in <a>? I'm using Jquery lightbox and want to add a heading (like h3) in addition to the title. Is it possible? And how? Thanks in advance :)
  3. fullmoon2

    Add Jquery lightbox to another gallery

    I have add this gallery to a html page: http://www.heroturko.org/templates/flash-animated/699482-activeden-3d-cube-grid-gallery-with-3d-flip.html But I want to add jQuery lightbox to the "popup" image, so the picture can be showed even bigger. Can anyone help? Im not very in to javascript...
  4. fullmoon2

    Open new window with javascript

    I have some images in each <li><a href="...> and with the code below I got a swap effect on the images and if you click on them, a new page comes up. But.. the new page shows in the same window. That's the problem! $("ul.thumb li a").click(function() { var mainImage = $(this).attr("href")...
  5. fullmoon2

    using FontJazz in dropdown list menu

    I'm trying to replace an ordinary font in my dropdownlist menu, with another none standard font with FontJazz. But I have some problems to make it work.. The dropdownlist menu is in a Template in Dreamweaver. I've tried the example: http://fontjazz.com/help in an ordinary index.html in...
  6. fullmoon2

    Object made of wood

    I'm going to make an celtic knot look like wood, and googled it and found a tutorial here: http://www.velvetelvis.com/tutorials/carved_text/carvedtext.html But it's not look like what I want. Can anyone help? What I want is that the knot look like carved out of a piece of wood. I can send a...
  7. fullmoon2

    Text on button

    Hi I have made a button with text which lies into a <div> with a class in HTML. I wonder how I can move the text up or down on the button? I've tried padding and "text-align: center" without success. Please help! This is the css-code: #hk .kassen { background...
  8. fullmoon2

    image to painting or drawing

    Do anyone know a way to make a ordinary photo look like it´s drawed in illustrator (3D). I have notised that it´s very popular these days in webdesign to make every object in illustrator, but I don´t have the time. Searched google for a couple of days now.. I give up! Please, help! I´m happy...
  9. fullmoon2

    How make an object look like stone?

    I'm making a logo for a friend, and he want it to look like a gravestone. Can someone help me?

Part and Inventory Search

Back
Top