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 Chriss Miller 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. swizzy

    coding pseudo classes on the same page problems

    Thank you Vragabond, I will read this tutorial source, it will be helpful, and you never fail to be helpful as well. I'm looking forward to continuing on with CSS, I have quite a bit more to learn however, I'm having fits and starts! Thanks again all, Miss Swizzy
  2. swizzy

    coding pseudo classes on the same page problems

    Hi Dan, This is the way I have it: a:link { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #000000; } a.gold:link { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #efbf95; a:visited { font-family: Arial...
  3. swizzy

    coding pseudo classes on the same page problems

    Thanks Dan, I'm sorry CSS is all so new to me. Thanks for your help. I'll keep trying :) Swizzy
  4. swizzy

    coding pseudo classes on the same page problems

    Hi Dan, Thanks for your input. Actually I will post a link here to let you know what I'm talking about: http://www.theartofpleasure.net/links.html The other pages have links at the bottom of the page in the "copyright" div that I put together, but on the "links" page I tried what you said...
  5. swizzy

    coding pseudo classes on the same page problems

    How would I go about coding two different pseudo class styles on the same page without the style actions (default for all pages) interfering with other page style content links? I want the :link and :hover colors and styles to be completely different. Thanks for any advice. Much appreciated...
  6. swizzy

    Why does webpage not render correctly in Opera?

    Hi Billy, I did all the validation for each page and it came back successful however the gallery page is still all ski-haw in Opera. The other pages worked well tho. Is there anything further that you might suggest? Thanks again for your help. Miss Swizzy
  7. swizzy

    Why does webpage not render correctly in Opera?

    Thank you Billy Ray for taking the time to give me a hand on this. I appreciate it! I will do this!
  8. swizzy

    Why does webpage not render correctly in Opera?

    I have a question please; this page in this website looks really out of whack in Opera Browser: http://www.theartofpleasure.net/gallery.html as well as a few other pages. It looks fine in every other browser (I haven't viewed it on a MAC however) yet Opera renders this hacked up look. If an...
  9. swizzy

    CSS errors cross browsers, how to fix?

    I forgot to post the code, my bad: body { width: 800px; position: relative; clip: rect(auto auto auto auto); background-color: #333333; margin: 0px; padding: 0px; } #head { height: 202px; width: 800px; left: 0px; top: 0px; position: absolute; visibility: visible; z-index: 3...
  10. swizzy

    CSS errors cross browsers, how to fix?

    Hi Vragabond, Thanks for your suggestions. I still am unable how to figure out how to center these pages correctly. Here is my css code: body { width: 800px; margin-right: auto; margin-left: auto; position: relative; clip: rect(auto auto auto auto); background-color: #333333; } It...
  11. swizzy

    Transferring from Photoshop 7 to Photoshop CS3

    WoW! Thank you mscallisto for pointing out exactly what I was looking for! I also want to save lots and lots of actions that I have as well as styles too, I imagine this same technique would work for that as well. I'd be happy to help you with anything should the occasion arise here. Thanks...
  12. swizzy

    Transferring from Photoshop 7 to Photoshop CS3

    Thank you for taking the time to respond to my question. I noticed there that you can save the brushes yes. Is it save one by one or could the whole lot of brushes be saved and loaded with one action? I don't have CS3 either but in the event I decided to purchase later I would know what to...
  13. swizzy

    Transferring from Photoshop 7 to Photoshop CS3

    How would I go about transferring (exporting?) my brushes, styles and actions from Photoshop 7 to CS3? Do I have to remove Ph7 to install PhCS3? I don't have my original brushes, styles and actions that I downloaded from Adobe Suite on my hard drive. Any advice is much appreciated. Miss Swizzy
  14. swizzy

    CSS errors cross browsers, how to fix?

    Hey Vragabond one more thing: How do I center my page for IE? It centers properly for all other browsers but IE :-( Thanks again for your help! Miss Swizzy
  15. swizzy

    CSS errors cross browsers, how to fix?

    Hey it works! Vragabond you are the best! In retrospect I wished I would have asked this question for you 4 days ago before spending so much time trying to figure it out on my own! I am rather new to CSS, but I guess you live and learn. It's nice to know I have techno pals like you I can count...
  16. swizzy

    CSS errors cross browsers, how to fix?

    Thanks for the insight Vragabond 8) The page still isn't quite right, I wrote it the same as all the other link pages corresponding, however this is just a pain in my side. It looks ok in IE, but not so good in any other browsers unfortunately. I've tried your suggestions, however no such...
  17. swizzy

    CSS errors cross browsers, how to fix?

    I am having a problem with my web page with spaces on the navigation/left side: http://www.esoteric1.net/contact.php I wonder if an expert could advise me on what I might change in my CSS to reflect a clean page across all browsers? I've tried several things, and it never looks right...
  18. swizzy

    Forms and Validation

    I suppose that would help 8^): ************************ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <script language="JavaScript" type="text/JavaScript"> <!-- function MM_validateForm() { //v4.0 var...
  19. swizzy

    Forms and Validation

    I have created a form in Dreamweaver and the form works however a message comes up that says: Form Error(s): FIELD: comments -> ERROR: string cannot be empty How do I make the "comments" field in my form NON-required? I deleted the "required.add('comments','NOT_EMPTY');" in my validation...
  20. swizzy

    exporting actions in photoshop 7 to upgrade CS2

    How would I go about saving all of my actions in PS7 to my hard drive and then importing them to an upgrade PS CS2? Do I have to completely uninstall PS 7 and everything therein to upgrade to PS CS2? please advise. Thanks so much :^) Miss Swizzy

Part and Inventory Search

Back
Top