Recent content by CCMovies

  1. C

    Background Image replacement for list with CSS?

    I have my navigation links in an unordered list element (ul) and then a bunch of links (li). I am looking to replace the first with a background image of my logo. But, when I do so, the background is just under the text. I tried doing text-indent: -99999px; and then setting a height and width...
  2. C

    Certain font bold if 1 font isn't available using CSS or HTML?

    I have a custom font on my website, and if the font does not work for a person I have CSS use Arial. I want to know if I can make it so that if it uses Arial that it makes the text bold. I cannot have it bold to begin with because my custom font looks weird. Thanks for your help!
  3. C

    Certain font bold if 1 font isn't available using CSS or HTML?

    I have a custom font on my website, and if the font does not work for a person I have CSS use Arial. I want to know if I can make it so that if it uses Arial that it makes the text bold. I cannot have it bold to begin with because my custom font looks weird. Thanks for your help!
  4. C

    Hide php files from internet spiders?

    I am using includes a lot <? include("phpfile.php") ?> and I don't want the internet spiders (or whatever they are called) to read through them and show them on Google and Yahoo. Is there a .htaccess or script that I can use to block them?
  5. C

    Switch between php or html and images each reload?

    I want to have it so when a person visits my site one time they see an image, the next time they visit the site or they refresh, the image changes to an html or php page as an include, and it keeps going on and on. How do I do that? Thanks in advanced!
  6. C

    Redirect every page from old site to new using .htaccess, PHP, html?

    I have two domain names, one was my old one for about a year, and the other is my new one that I just got. I want to make it so if people go to olddomain.com/test.php it redirects to newdomain.com/test.php. I know you can make it redirect for each individual page, but I have a lot of pages and...
  7. C

    PHP random page script with each reload of the page?

    So, here's the scoop. I am using the code <? include("test.php") ?> to display a page within a page. I want to make it so that with each refresh it switches from test.php to example.php. And if it refreshes again it goes to blah.php. How can I do this? I know it is possible to have an image...
  8. C

    HOW DO I DO THIS? PHP, JS, HTML?

    On my website, I have a page that is very small and doesn't need to be scrolled up or down to see the whole thing. I have it set so the background color is black. My footer uses a different color. The problem is that after my footer ends the color changes back to black. What I am looking to...
  9. C

    Mouse-over fade picture HTML/CSS/PHP?

    Hello, I want to create a navigation bar and show icons. But, when you mouse-over, it fades and shows text. For example, there is a home icon, when you mouse-over, that fades and shows the text "home." If anyone knows this code, please share! Thanks in advanced!
  10. C

    Header like google images HTML?

    I am looking how to make a header, I think its called an i-Frame like google images when you click on an image, a header from google still appears at the top after you click the image (which brings you to the image's site). Sorry if it is confusing. THANKS!
  11. C

    HTML/PHP/JAVASCRIPT, what is this code?

    I want to have something on my website that it shows a couple of bars on top of each other and when you click one, that one opens up (on the same page). Then when you click another, the 1st one goes back to normal and the 2nd one enlarges. What is the code or does anyone know what it is called...
Back
Top