Search results

  1. B

    ** Image only OFF CENTERED in Internet Explorer **

    this threw it off to the right more : /
  2. B

    ** Image only OFF CENTERED in Internet Explorer **

    thats for the blackberry symbol and I made a style for it also (it only appears on this document while most of the other styles are on a separate sheet) I had an idea to insert a div to the right of the blackberry symbol so that it would push it into position, but that just doesn't seem right...
  3. B

    ** Image only OFF CENTERED in Internet Explorer **

    Why is my Blackberry image off-centered only in Internet explorer? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type"...
  4. B

    ** changing a class, for just 1 page? **

    thank you, this really helped :)
  5. B

    ** changing a class, for just 1 page? **

    I know how to add another class for that particular page, but my problem is when I add the second class, I want to get rid of the original class. And if I delete the original class from that page, it deletes them from all the pages.
  6. B

    ** changing a class, for just 1 page? **

    please forgive me because I am new to dreamweaver : ) To my understanding, you cannot change one class without changing all the styles to every page. And also, I don't think you can paste a div on top of another one. So how would I change the class or delete it without doing the same for...
  7. B

    ** changing a class, for just 1 page? **

    There is a single style for the grey box, below the header, that appears on every page. When I try to resize the grey box on the CONTACT page, it changes the grey box for ALL pages (BIO, MUSIC and CONTACT). How do I change it for only 1 page? pic of my page...
  8. B

    ** Pop Out Box when an IMAGE is clicked **

    DHDdirect, I really appreciate you helping me out with this : ) What would be the disadvantages of enabling Javascript? And also, I was thinking to take it one step further to make it look a little nicer...kinda like this one --------> http://www.huddletogether.com/projects/lightbox2/ I...
  9. B

    ** Pop Out Box when an IMAGE is clicked **

    I have a GMAIL logo on my webiste. When a user clicks it, I want it to take them to a pop out box that contains a contact form (NAME, EMAIL, MESSAGE). In Dreamweaver, I have a project that contains the contact form that I want to use. How do I code it so that when the user clicks the GMAIL...
  10. B

    * Special Message only when accessed on a mobile device *

    thanks : ) I'll look into this
  11. B

    * Special Message only when accessed on a mobile device *

    When I go to TWITTER.COM with my blackberry, it has a message at the top of the screen that says "NEW! DOWNLOAD the Twitter for BlackBerry app" But when I visit the website, it doesn't show up. Does it know that I'm using a mobile device somehow? I was wondering this because I think it...
  12. B

    ** How to nudge this image up / center it **

    do you mean like this? #4contacts img{position:relative; left:50%; margin:-215px; id="4contacts"} If so, I tried this and it didn't work
  13. B

    ** How to nudge this image up / center it **

    It's all good, I just appreciate that you are taking the time to help me : ) I tried to put this: id="4contacts" {position:relative; left:50%; margin:-215px;} under my .4contacts, inside the style tag...but it came out looking the exact same
  14. B

    ** How to nudge this image up / center it **

    that's where I thought to add it, but it came out looking the exact same... looks good in the program, but not in the browser : / any ideas on what could be the problem?
  15. B

    ** How to nudge this image up / center it **

    Where do I put this code? In the body? In the wrapper ? It looks centered the way i want in Dreamweaver, but when I view it in firefox, it looks how it does in the pic above.
  16. B

    ** How to nudge this image up / center it **

    thanks man : ) I'll check this out when I get home
  17. B

    ** How to nudge this image up / center it **

    I usually don't have a problem centering and moving divs around, but for some reason, this one won't move the way I want it. I want to move the YOUTUBE, TWITTER, FACEBOOK & GMAIL logos (they are combined in one image) up and center them. How would I do this? Here is the current code...
  18. B

    ::: Need some help with my 1st webpage :::

    Sorry, I'm not quite sure if I understood what you typed. This is what I have done already: 1. I have made the BLACK LINES in photoshop (faded towards the middle of the page, but not at the outsides of the page. 2. I have set my repeating background image in Dreamweaver Now, how do I...
  19. B

    ::: Need some help with my 1st webpage :::

    I decided to go with the tiled image, but then I noticed that I need the black header line at the top to extend all the way out to the ends of the page (but at the same time, fade in the middle of the page-------> as in the 1st pic of my 1st post). Is there a way to do this in Dreamweaver if...
  20. B

    * How do I move words individually? *

    This did not explain how to do it, but thank you for providing me with this info because it helped explain some of the concepts.
Top