www.webdeveloper.com

Search:

Type: Posts; User: StaceyB

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    269

    I GOT IT WORKING!! I had no idea you could have...

    I GOT IT WORKING!! I had no idea you could have multiple background images. So I changed my css to the following:


    body {...
  2. Replies
    3
    Views
    269

    No I don't. But I've attached an image that shows...

    No I don't. But I've attached an image that shows the layers I'm trying to achieve. 15203The light middle bg layer is what's I'm trying to figure out. Thanks!
  3. Replies
    3
    Views
    269

    Transparent PNG behind transparent DIVs

    Hi! In need of some CSS expertise... I have a background image and opaque divs. I am trying to have '#bgGen' show as a background image but in front of '.mybg.jpg'. So, in my html I have the...
  4. Replies
    7
    Views
    1,894

    Awesome!! Just what I was looking for.....

    Awesome!! Just what I was looking for.. Thanks!!:)
  5. Replies
    7
    Views
    1,894

    Any help please?

    Any help please?
  6. Replies
    7
    Views
    1,894

    http://www.sidconcepts.com/coda-slider/index2.html...

    http://www.sidconcepts.com/coda-slider/index2.html
    The css isn't external so you'll see the code there.

    I am trying to place the menu below the slider so that it's like the menu on my current...
  7. Replies
    7
    Views
    1,894

    Thanks for your help! Here's my css so far... ...

    Thanks for your help! Here's my css so far...


    <style type="text/css">

    * { margin: 0 ; padding: 0 }
    /* I've used a hard CSS reset above, but you should consider a more sophisticated...
  8. Replies
    0
    Views
    345

    Coda-Slider jQuery

    Hi! Newbie here attempting to customize the coda-slider by Niall Doherty. I want my navigation menu to appear below the slider panel. I couldn't find the positioning in the css but I believe it's in...
  9. Replies
    7
    Views
    1,894

    Coda-Slider jQuery

    Hi! Newbie here attempting to customize the coda-slider by Niall Doherty. I want my navigation menu to appear below the slider panel. I couldn't find the positioning in the css but I believe it's...
  10. Replies
    6
    Views
    1,844

    Great info. Thanks!!

    Great info. Thanks!!
  11. Replies
    6
    Views
    1,844

    Problem solved!!!! Thanks so much!! It was a...

    Problem solved!!!! Thanks so much!! It was a syntax error.:mad: But I'm learning so much.

    It looks as if you have to set the variable before you can set it in the loop?

    I've never seen this
    ...
  12. Replies
    6
    Views
    1,844

    Thanks Mindzai!! Looks like was the...

    Thanks Mindzai!! Looks like was the differerence.

    Stupid ?: I am still learning all the . syntax and I am having difficulty calling 2 variables in my string. :confused:




    $Files = '';...
  13. Replies
    6
    Views
    1,844

    Foreach as Variable

    Can a foreach loop be set as a variable? My script is populating the body of an email and I'd like to capture all the output from the loop into one variable so that I can later reference it in the...
  14. Thread: File Array

    by StaceyB
    Replies
    5
    Views
    748

    Works Beautifully!!!!!

    Works Beautifully!!!!!
  15. Thread: File Array

    by StaceyB
    Replies
    5
    Views
    748

    Thanks so much! Having difficulty passing the...

    Thanks so much! Having difficulty passing the array to another page. Do I need to serialize it??
  16. Thread: File Array

    by StaceyB
    Replies
    5
    Views
    748

    File Array

    Hi. Newbie here. I have an array of files that I am trying to set as a variable and pass.

    I am currently able to capture the file names but I need to separate them so that I can create a HTML...
  17. Replies
    2
    Views
    745

    Much appreciated!! I'll give it a try when I get...

    Much appreciated!! I'll give it a try when I get back to the office. I assume I can then easily set variables from the columns (ie. $current_row['name'] = $name)

    Cheers!:D
  18. Replies
    2
    Views
    745

    Wanted: Most Recent Record

    Hi. Newbie here. I am simply trying to return the one most recent record in my table.


    $sql="SELECT TOP 1 * FROM $tbl_name ORDER BY SubmitDate DESC";

    should I be returning mysql_fetch_array or...
  19. Replies
    6
    Views
    743

    Perfect example!! Thanks once again.:)

    Perfect example!! Thanks once again.:)
  20. Replies
    6
    Views
    743

    Thanks alot! I've been looking over these scripts...

    Thanks alot! I've been looking over these scripts and trying to implement some of the functions. Looks like neither is based on a form field where the filenames, paths, are not predetermined. I'm...
  21. Replies
    6
    Views
    743

    Multiple File Attachments for Email Only

    Hi. I have form with multile file upload files (type="file") Each one attaches one file. I would like to submit all attachments to one email. I have code that attaches the first file but I need...
  22. Replies
    7
    Views
    1,150

    Thanks. Great info!!

    Thanks. Great info!!
  23. Replies
    7
    Views
    1,150

    Thanks. I have such a hard time understanding...

    Thanks. I have such a hard time understanding what syntax to use and when. (" vs. ' vs . etc. ) I'm learning.... I don't have a good grasp on it. Nor do I have one on getting a handle on my field. ...
  24. Replies
    7
    Views
    1,150

    Set Field Value

    What's the correct way to write this?

    echo "<script>document.form.myfield.value=</script>" $MyPHPVariable

    Trying to set field value to php variable in PHP.

    Thanks.
  25. Replies
    12
    Views
    3,200

    Thanks Specht08!! It worked great!!!:D I've...

    Thanks Specht08!! It worked great!!!:D

    I've been trying to grab querystring variables via $_GET but bc I didn't submit my form, had to go to javascript... (very roundabout way of getting the...
Results 1 to 25 of 94
Page 1 of 4 1 2 3 4
HTML5 Development Center



Recent Articles