Jump to content

renegade44

Members
  • Posts

    58
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

renegade44's Achievements

Member

Member (2/5)

0

Reputation

  1. Hey guys, quick note about what I am trying to do. I am trying to create a form geared at streamlining an email. Basically I need to fill out a few fields and when I submit the form, the email goes to the email that I inserted into the "email to" block, and is "from" my email. I am pretty good with html/css and can get a standard form off the ground. The problem I am running into is most forms are meant to be "contact" forms, so the email from is whats different whereas I need to input the email "to" and for that to be dynamic. Ive been messing around and separating email from and to is confusing within the php. I have basically 5 "standard" emails, so Im also trying to add functionality whereas the "comment" or email body is based off 1 of 5 predetermined emails, and the email itself would need to contain some of the info within the form as well, like Greetings <name>. Thanks for your help on <date> Unfortunately blah blah blah... Do you guys have any advice on this or recommendations?
  2. you can solve that riddle your self because no one here will understand what you mean with that. If you have a problem isolate it, and describe it in a manner so that others know what you are talking about. ok thanks
  3. how do you figure its a javascript problem?Its not, its a css issue. The issue now is the random positioning thats happening to the thumbnails. I got the thumbnails working by adding overflow:visible to the filmstrip div, this worked to get the 4 images to show up, but now I have other things going on.
  4. The issue is that only 1 thumbnail is showing up. I was able to get the thumbnail to the side, for some reason anything after it doesnt show up. If you cycle through the slideshow, you can see the other images there, and if you go to firebug, you can go to and high-lite the other image, but its not there. Do you have any idea why it isnt showing up?
  5. sorry lol i always forget the link:http://www.desapioproperties.com.php5-18.dfw1-2.websitetestlink.com/company/
  6. here is the link to a site im currently working on:Company DeSapio Properties On the gallery that is there, I am trying to pull the thumbnails up and position them to the left. I thought it would be easy, but the styles are all in line and im having a hard time figuring out how to "catch hold" of these elements. maybe another set of eyes would help. Anyone have any suggestions? thanks! Glen
  7. hey css, check out this link here: http://www.glenhealy.com/clients/AArdvark_Future/ I was able to get it working, not 100% but if you shrink the browser you can see it change. this is no JS,just css.
  8. well, Im using this based on a method of getting the site to resize when the browser is adjusted. I am having a hard time getting it to work so I needed some help, Ive never messed with javascript making this work, but Im not interested either, I need this method to work specifically based on what I am doing. Any idea on how to do this?
  9. Hey guys, I am doing some stuff lately that I havent ever touched. Im doing a responsive layout and I am having a ahrd time understanding all of this @ media query stuff. Hopefully someone can help me out. Basically I have a basic site laid out here: http://www.glenhealy.com/clients/AArdvark_Future/ I have 1 css file as the main file. I then used this code here: <link rel="stylesheet" type="text/css" media="screen and (max-device-width: 600px)" href="css/600.css" /> to link a new stylesheet for browsers under 600px wide. Inside that CSS file I included this code here: @media screen and (max-width: 600px) { #container, #header, #info, #folio, #links, #welcome, { float: none; width: auto; } } nothing happens with this. I view the site in firebug and it has 600.css as being empty. I am obviously doing something wrong, but hey, its my first time messing with this. I do need some help. My ultimate goal is to just have the site change as you open or close the window making it bigger or smaller. thanks in advance. Also let me know if more info is necessary.
  10. how would I go about doing that?
  11. OK, I was able to get the page to load as it should. 1 issue I am having is that Firefox is extremely choppy with the animation. I wonder if it is something I am doing/ not doing on my end, perhaps there is a better way to do what Im doing where it would be smoother? Anyone have any tips?
  12. Hey guys, I am building a site using the parallax effect to have some neat depth added to the background of the site. I was able to get it to look and act the way I want it to. You can see this here: http://www.glenhealy.com/clients/AArdvark_Future/ what Is happening is now when I want to go and add the website on top of this effect, It goes under the texture. This is because I have 3 images combining to make that one background image and I have them moving at different rates. Here is the code for 1 of the images: $.scrollingParallax('images/back_three.png', { bgWidth : '100%', staticSpeed : .1, appendInFront : true }); I have 1 background image, then 2 smaller images and in order to get them to show up correctly, I had to add the appendInFront, which I guess makes it so its in front of everything. Has anyone worked with this before and perhaps have a better way of dsoing this? Also, is there a suggestion for everything to load on the page, the way it loads now for about 5 seconds, it look out of whack and then falls into place. Im a rookie at Javascript, perhaps im doing something a little bulky? Thanks for the help guys Glen
  13. Denno, thanks for checking in on me man. I actually worked through it. It was a pain in the neck.
  14. OK< I changed ir so that it works in everything but Firefox. Ive messed with it, I think it needs another set of eyes. Ive tried using !important. that didnt work,etc. anyone got any ideas? I need help!
  15. I am working on a site where things kind of kept getting added as we went alonng. Basically now I am trying to get an animated .swf to align over top of an image and Im trying to get it to look right in as many browsers as possible. Here is a link to the site: http://www.glenhealy.com/clients/drugs/ It looks perfect in firefox 3.6 on OSX, but its off for the rest of them. Is there a way I can ensure it getting aligned across browsers?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.