Results 1 to 3 of 3

Thread: two css files create problems

  1. #1
    Join Date
    Jul 2012
    Location
    Ahmedabad, Gujarat, India
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question two css files create problems

    Hello,

    this is very basic or can say very stupid quation, but need to know the solution.

    i have seen that it's normal to have two css file in document, but in my file it's conflict

    i have used Java Script in manu for my one of the client... from the tutorial with css file... tutorial css file. Now i am looking for css file menu to style the rest of the page.

    does any body have the idea for combine the stylesheets in one file?

    any suggestion or ideas anything is appriciate regarding this case.. kindly help me out.

    Thanks in advanced.

  2. #2
    Join Date
    May 2012
    Location
    Hitchhiking the Galaxy
    Posts
    1,013
    Thanks
    46
    Thanked 139 Times in 139 Posts
    Blog Entries
    1

    Default

    can't you simply put the corresponding css rules in the right places in the largest css file? Ie, imagine you have:
    Code:
    body{
    css stuff
    }
    and then you have different body rules in another file,
    Code:
    body{
    other stuff
    }
    you can just put them all in one file, as such:
    Code:
    body{
    css stuff
    other stuff
    }
    and then, if there is anything conflicting, it will be easy to tell and go through and delete.
    "Most good programmers do programming not because they expect to get paid or get adulation by the public, but because it is fun to program." - Linus Torvalds
    Anime Views Forums
    Bernie

  3. #3
    Join Date
    Jul 2012
    Location
    Ahmedabad, Gujarat, India
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Thumbs up

    Thank you sir...
    i have good time here learn from you...
    really thanks...

Similar Threads

  1. Replies: 3
    Last Post: 01-30-2011, 07:11 PM
  2. Replies: 0
    Last Post: 03-19-2009, 02:04 PM
  3. Software to create mp3 files?
    By Jack in forum The lounge
    Replies: 6
    Last Post: 04-07-2007, 07:01 PM
  4. How do I create INCLUDE files on stated script.
    By Splashbrooke in forum JavaScript
    Replies: 1
    Last Post: 12-08-2006, 08:16 PM
  5. On register create new directory and copy files
    By motormichael12 in forum PHP
    Replies: 22
    Last Post: 11-27-2006, 02:27 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •