Jump to content

Search the Community

Showing results for tags 'CSS стили'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Development
    • HTML Coding
    • JavaScript
    • PHP
    • CMS
    • Database
    • Web Server
    • Web-site Development
    • Internet Marketing, SEO
  • Library
    • Tricks and solutions
    • Books
  • Commercial services
    • Freelance
    • Job
    • Goods and Services
  • Our Forum
    • Flame
    • Contests
    • Feedback and Ideas

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Web site


Telegram


Signal


Viber


Skype


From


Interests

Found 1 result

  1. Здравствуйте. Такая проблема. При выносе стилей в отдельные файлы с расширением .css они перестают работать в документе. Как только переношу код из файла назад в тег style всё снова работает. При том что javascript, подключаемый также из внешнего файла, работает нормально. Заранее спасибо за помощь Вот часть кода страницы и далее содержимое файла header.css: <DOCTYPE html> <html> <head> <link rel="stylesheet" type=”text/css” href=”../global/styles/header.css” /> </head> <body background="../global/images/bg1.png" text=black link=blue vlink=923b8b> <div id="header"> <table width=1280 align=center border=0 cellspacing=0 cellpadding=0 bgcolor=da6895 background="../global/images/backpic.png"> <tr><td valign=top height=300> <img class=img1 src="../global/images/capturebg.jpg" height=300> <img class=img2 src="../global/images/sparckles.png" height=300> <img class=img3 src="../global/images/sm001.png" height=300> <a href="../home/home.html" title=""> <img class=img4 src="../global/images/logo.png" height=232> </td> </tr> </table> </div> </body> </html> .img1 { z-index:1; position:absolute; margin-left top:5; } .img2 { z-index:2; position:absolute; margin-left top:5; } .img3 { z-index:3; position:absolute; margin-left:580; top:5 } .img4 { z-index:4; position:absolute; margin-left:20; top:55 }
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy