Jump to content

Kervtuza

Member
  • Posts

    61
  • Joined

  • Last visited

Everything posted by Kervtuza

  1. Hey Guys, So I am not sure if what I want to do can be done with just HTML/CSS but if someone could point me in the right direction that would be great. I am making a site with a fixed left navigation, since it is a small site I want to have all my sections on one page instead of index.html, about.html, etc. I want the the fixed left side navigation to slide the entire page horizontally using <a name="target"></a> the same way you would use it to move a large page up and down vertically. If this can't be down with html/css would I be able to do it with Javascript? Thanks, Jason
  2. Kervtuza

    Div's Or?

    Hey All, Just a few questions on html 5, right now when I am designing a page I will break it up with div tags Ex: <div id="heading"> <div id="navigation"> Will <header> and <nav> tags eliminate the purpose of my using div tags for that? Are there any pros or cons to either or?
  3. Hey Guys, Just wondering what the easiest way to install a music player on a website without flash? All I want is 3 songs, next song, last song, start and stop button and to list the song playing. I would also like to style it with css? I know very little javascript/jquery. Enough that if there are step by step instructions I may be able to set it up. Any ideas?
  4. Hey Guys, Anyone know of a free script that will detect a mobile device and use an alternate stylesheet?
  5. Hey All, Just wondering what process/knowledge is involved to add a method of accepting payments to a website via paypal/creditcard? I have advanced knowledge of HTML/CSS and basic knowledge of Javascript/PHP, will I be able to pull it off? Also wondering, if I were looking to set up a search bar to be able to search content of a website, are there scripts available that are easy to install? Thanks!
  6. Exactly what I was looking for! Thanks, you guys are great!
  7. Hey All! Just wonder if someone can point me in the right direction for my issue? I need to find the easiest way to allow a user I making a website for to be able to edit their own content...Just text is all, no photos but the user has no html experience. Any ideas?
  8. Hey Guys, I am trying to make a simple navigation that slowly changes link color on hover, instead of instantly changing it. ex: a {color: #000000;} a:hover {color: #ffffff;} I just want to slow down the hover effect, any ideas?
  9. Hey Guys, Is there a way to make a flexible flash website? I am pretty new to Flash and it seems like whenever I make a site unless I pick the right dimensions it won't display properly in the browser, is there a way to use HTML or CSS to fix this?
  10. Hey Guys, I am currently learning flash as part of a course I am taking and I was wonder what all flash is used for other than just nice looking websites? I have also been told that html5 and css3 are replacing the need for flash...is this true? Also are any mobile applications for android or iphone made with Flash?
  11. Awesome! This is exactly what I was looking for, thanks guys.
  12. Hey Guys, Can anyone explain or point me in the right direction for using a drop-down menu to change the external stylesheet my page uses? Can this be done by just using HTML or will I need a script to do it?
  13. That helps a lot! I will start with PHP before I start using cold fusion.
  14. I should have also mentioned that I downloaded and installed the CF developer edition but cant seem to log into the administrative settings...says it cant find the page.
  15. Hey Guys, I'm starting to take an interest in Cold Fusion but I am uncertain about a few things. I have been told CF is similar to php but easier to learn, is this true? What are a few upsides of both? I started a .cfm file to try the following basic example. <cfset name = "test"> <cfoutput> #name# </cfoutput> But it does not return the value of the name variable, leaving me confused.
  16. This is my first time messing around with PHP, but so far the only thing I have done is unzipped the download file into 1 folder and uploaded it to to my hostgator ftp folders...but im not sure how to install it properly and access it. Do you know of any good tutorials on this subject for a guy that knows very little about php?
  17. Hey Guys, I am looking to design a site that I can have a basic login system for its users. I came across a pre made PHP Login script but I am having a bit of trouble setting things up. The PHP script ---> http://www.hotscripts.com/listing/php-login-redirect/ I am using HostGator to host my site, have a MySQL database setup, created a folder in file manager and uploaded the pre made script. Now I need some help linking the php script to the database so that users can register, login and be redirected to their profile that they can edit. Any ideas would be appreciated!
  18. Hey guys, I'm trying to make a selection menu that when a selection is made, will redirect to another page, and each option acts as a link. Would anyone be able to explain the easiest way to do so or point me in the right direction?
  19. Exactly what I was looking for! Thanks!
  20. Hey Guys, What would be the most efficient way to redirect a page to a mobile site, or even better just have a mobile device activate a different external stylesheet?
  21. The margins of the blockquote is what I was missing! Thanks Andrea!
  22. Hey Guys, I am currently working on a project and I am trying to align a blockquote to the right of an image, I have the image on the left and the blockquote on the right but they aren't being displayed on the same level, the image always appears underneath the blockquote but to the left. Here is my result: Here is my HTML for this section: <p><img class="alignleft" src="images/1610h0007.jpg" width="400" height="266" alt="Paint Brush" /></p> <blockquote cite="http://www.websitegoeshere.com"> <hr /> "Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua." <hr /> </blockquote> <br style="clear: left"/> Here is my CSS for this section: p {line-height: 2em} blockquote {float: right; margin: 0 auto; margin-left: 27em; margin-top: 2em; margin-bottom: em; padding: 0; font-style: italic} .alignleft {float: left; margin-right: 2em} .alignright {float: right; margin-left: 2em} Any ideas how I can fix this?
  23. Hey Folks, Can some explain the best option for using a background pattern that when zoomed into the page doesnt lose a lot of quality?(I think the term I'm looking for is vector) Any time I try to make a background in photoshop and set it, if I dont have the photoshop image the exact size of my browser, the background will look like a big large square if my image. If someone could link any good background tutorials that would be great!
  24. Thanks Ben! That is great info! On the css3test page in assuming red highlighted bars mean no support?
  25. Hey Guys, Does anybody know if CSS3 is available on any android mobike browsers? I tried testing a few things out like animations using webkits and without but doesn't seem to work:/ If someone could fill me in that would be awesome!
×
×
  • Create New...