Web Design and Web Development Forum

Like Tree1Likes
  • 1 Post By tossy
  1. #1
    Join Date
    Jul 2011
    Posts
    1
    Rep Power
    0
  2. LJR90 is on a distinguished road
  3. help with my html/css.....

    Hi there, im new to this.

    I have created a website using Dreamweaver and i have done it using a CSS style guide.

    I can view my website fine in safari, firefox, google chrome but in internet explorer9 it comes up with purple lines around my images that i have made into links. Does anyone know the reason for this???

    I have put:

    a img {
    border: none;
    }

    as code in the css and it is still happening ??


    also......one of my boxes has jumped down the page and this only happens in explorer 9 :-S

    any help would be appreciated :-)
    Reply With Quote Reply With Quote
  4. #2
    Join Date
    Jul 2011
    Location
    Kaliningrad, Russia
    Posts
    1
    Rep Power
    0
  5. kn02252 is on a distinguished road
  6. Re: help with my html/css.....

    Try to put !imortant here:

    a img {
    border: none !important;
    }

    If it doesn't take effect you should check the parent item CSS style.
    The probable reason can be in the parent element paddings. Try to reset all paddings:

    a {
    padding: 0;
    margin: 0;
    }

    Hope it helps :)
    Reply With Quote Reply With Quote
  7. #3
    12htaed's Avatar
    Join Date
    Jul 2011
    Location
    Philippines
    Posts
    1
    Rep Power
    0
  8. 12htaed is on a distinguished road
  9. Re: help with my html/css.....

    i think it would be better if you only just change the color of the border that suite to what you want enable to add flourish to it than thinking how to get rid of it.
    Reply With Quote Reply With Quote
  10. #4
    Join Date
    Jun 2008
    Posts
    197
    Rep Power
    0
  11. tossy is on a distinguished road
  12. Re: help with my html/css.....

    I agree with 12htaed, changing color may help you.
    12htaed likes this.
    Reply With Quote Reply With Quote
  13. #5
    Join Date
    Jan 2012
    Posts
    10
    Rep Power
    0
  14. socialfactoryuk is on a distinguished road
  15. Re: help with my html/css.....

    ErMm Sorry Dude... Don't know wats up, nm.. only a small percent fo users ise IE !!


    iPhone Developer London
    Reply With Quote Reply With Quote
  16. #6
    Join Date
    Feb 2012
    Posts
    2
    Rep Power
    0
  17. Julio U is on a distinguished road
  18. Re: help with my html/css.....

    Hello everyone!!!

    I would like to tell you about free web hosting service I use now.
    Register here: Free Web Hosting with PHP, MySQL and cPanel, No Ads

    They give 1500 MB of disk space and 100 GB data transfer. I am now using them for about 3 months and never seen any downtime of server problems. There is no any kind of advertising on my pages too, so I think its worth to signup.
    Reply With Quote Reply With Quote

Similar Threads

  1. CSS in HTML
    By Conor in forum HTML/CSS Coding
    Replies: 11
    Last Post: 10-24-2005, 03:28 PM
  2. New at HTML
    By Robophone in forum HTML/CSS Coding
    Replies: 8
    Last Post: 09-13-2005, 07:01 AM
  3. New to HTML
    By Tyson in forum HTML/CSS Coding
    Replies: 9
    Last Post: 07-05-2005, 09:51 AM
  4. Everything You Need to Know About HTML
    By Ebene in forum HTML/CSS Coding
    Replies: 7
    Last Post: 06-06-2005, 07:44 PM
  5. HTML in php?
    By Neocorteqz in forum PHP Scripting
    Replies: 7
    Last Post: 03-17-2005, 01:42 AM