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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by qtluvsjc

  1. qtluvsjc

    make initial text color last used color?

    That is a strange quirk... a possible work around would be that once you are done typing, just copy that text object and paste it, then edit that new text. You could easily do this by dragging it with alt held down to make a copy. Then select all and start typing over your old text.
  2. qtluvsjc

    Forms: Dropdown box alters next dropdown box

    This is what I'm trying to do on my form: <dropdown box 1 "Item"> <Dropdown box 2 "Color"> <Dropdown box 3 "Size"> - Item would be a list of items we are selling. - Color would be choosing from up to 4 different colors. Not all of these colors are available for every item, so depending on...
  3. qtluvsjc

    Networked computer thinks Excel document is open when it's not

    I have a MS Excel 2007 document saved on a Windows XP PC. On a daily basis, there are 3 other Windows XP (with Excel 2007) computers that access it, one Mac OSX 10.5.8 with Excel for Mac 2008, and one Mac OSX 10.5 with Excel for Mac 2008 that access it. Obviously only one person can access the...
  4. qtluvsjc

    Background image position switching for navigation bar

    I am trying to create a rollover effect using css. I have my background images set up (left side and right side), and they are 672px high. the top 336 px are the static background, and the bottom 336 px is the rollover background. For some reason when i roll over the link, the image that is...
  5. qtluvsjc

    Problem with css - new site

    I am working on this site re-design, and have some problems. First, The 'upcoming events' is below the first column, and it is supposed to be next to it. Second, The navigation bar is not centered. I want them to be centered and spaced out evenly. So the first tab would be on the left, and...
  6. qtluvsjc

    Removing space between header and navigation bar

    I am having trouble removing the space between the header and navigation bar. Hopefully someone can help me out. here is the test site: http://home.comcast.net/~tbldesigns/smc/2/index.html here is the relevant css: body, html { margin:0; padding:0; background:#F1EDEC...
  7. qtluvsjc

    Css-two columns-driving me crazy

    Thanks Ethorn, I did you you said, and it stopped it from flying off my page. But my picture is still not centered in between the two columns. Is there not a way to do this in WYSIWYG?
  8. qtluvsjc

    How do you outline along a vector path?

    What do you mean by flat outlines? if you adjust the transparency you can overlay it onto the original map to check for accuracy. otherwise maybe you mean edit- expand appearance? that will turn the strokes into shapes.
  9. qtluvsjc

    Css-two columns-driving me crazy

    I'm not sure what happened, but it's driving me crazy.. i want two columns.. the first 240px, the second 480px. I want a picture centered in the 480px second column. It is hanging way to the right. my 'draft' site is at http://home.comcast.net/~tbldesigns/smc/index.html My CSS for...
  10. qtluvsjc

    CSS Site

    Wow, it worked. Thank you!
  11. qtluvsjc

    CSS Site

    I forgot to mention - I temporarily changed the width of the 3rd column to 100px to see if it would help, with no luck. Here is the css for those three items: #lowercol1 { float:left; width:260; } #lowercol2 { float:left; width:260; } #lowercol3 { float:left; width:100; }
  12. qtluvsjc

    CSS Site

    Hi, I am new to CSS columns. I am designing a site that has to be all css, and I am trying to get two columns and beneath that three equal columns. It shows up okay in dreamweaver, however when I check out the page in Safari, Explorer, Firefox, and Opera, the third column is bumped down below...
  13. qtluvsjc

    Online Form - Accepting Donations

    So, how would you recommend it be handled? which processor? transferring a user to paypal to complete a payment seems very amateurish to me.
  14. qtluvsjc

    using envelope on circle to get petals

    If you're working with a non vector image then switch to photoshop. If that first image is actually the image you want to slice, then recreate it in illustrator, draw your cut lines, then select your cut lines and click object - path- divide objects below. then they will be sliced like a pizza...
  15. qtluvsjc

    Help quick - text not linking

    Every time i link, i am dragging my last page into my second-to-last position, so the text flows right. There has got to be a different way to do this!! I'm on pg 11 of about 100.. help please!

Part and Inventory Search

Back
Top