CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Dec 2012
    Posts
    3

    Small job re: some code for a page on my website

    Hi all. I have a small job, and I am willing to throw a few pennies at someone who can do this. I have a website that is mostly self-coded, with some help from someone else. One of my pages contains several instances of a flash player, which are all centered, utilizing css stylesheets. I want to put a border around that area - I am assuming this can be done with gif or png files, but what I don't know how to do is place what I think would be four separate images accordingly. I am leery of editing the appropriate stylesheet, for fear of screwing something else up. As you can tell, I ain't exactly a pro here.

    Basically, what I would like to do is go from this:

    http://www.jeffreyhayat.com/music-1.jpg

    to this:

    http://www.jeffreyhayat.com/music-2.jpg

    - leaving the rest of the page - of which there is little else going on - unaffected. I can supply the border images, but would need someone to code this for me. Kindly send an email to jeff at jeffreyhayat dot com if this is something you can and would like to do. And please include a quote, if possible.

    Thanks in advance.
    Last edited by riffwraith; July 10th, 2014 at 02:46 PM.

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Small job re: some code for a page on my website

    What is the difference in jpg's?

  3. #3
    Join Date
    Dec 2012
    Posts
    3

    Re: Small job re: some code for a page on my website

    Quote Originally Posted by Arjay View Post
    What is the difference in jpg's?
    Seriously?

  4. #4
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Small job re: some code for a page on my website

    Quote Originally Posted by riffwraith View Post
    Seriously?
    Yeah, I was too focused on the internals and missed the added border in jpg 2.

  5. #5
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Small job re: some code for a page on my website

    Perhaps you can apply a box shadow rather than using images?

    See example F in http://www.css3.info/preview/box-shadow/

  6. #6
    Join Date
    Dec 2012
    Posts
    3

    Re: Small job re: some code for a page on my website

    Quote Originally Posted by Arjay View Post
    Perhaps you can apply a box shadow rather than using images?

    See example F in http://www.css3.info/preview/box-shadow/
    Ah - was not aware that could be done. Will look into that - thanks!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured