draginSS Posted August 7, 2013 Share Posted August 7, 2013 Не могу понять.С css таблица как работает, но когда выгружаю сайт на компьютер стили css пропадают.Что я не так делаю? Может быть я в Html не правильно, что-то прописал?, ибо в chrome открываеться нормально а в остальных браузерах обычный белый фон. Почему? <html xmlns="http://www.w3.org/1999/xhtml"><head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Harrix.org - Таблицы CSS</title> <link rel="stylesheet" href="style.css" type="text/css" /></head> Link to comment Share on other sites More sharing options...
draginSS Posted August 7, 2013 Author Share Posted August 7, 2013 Короче беда. Дело в CSS а не в html. .features-table{ width: 70%; margin: 0 auto; border-collapse: separate; border-spacing: 0; text-shadow: 0 1px 0 #fff; color: #2a2a2a; background-image: -moz-linear-gradient(top, #fff, #eaeaea, #fff); background-image: -webkit-gradient(linear,center bottom,center top,from(#fff),color-stop(0.5, #eaeaea),to(#CCFFFF)); margin-top:20px; margin-bottom:20px; Выделиная строка работает только вот в таких браузерах: Просто провал. Link to comment Share on other sites More sharing options...
Dmitriy427 Posted August 8, 2013 Share Posted August 8, 2013 Что мешает использовать картинку и "background-repeat: no-repeat; background-size: cover;"? Link to comment Share on other sites More sharing options...
draginSS Posted August 8, 2013 Author Share Posted August 8, 2013 А работать будет во всех баузерах? Link to comment Share on other sites More sharing options...
siv1987 Posted August 8, 2013 Share Posted August 8, 2013 background работает во всех современных браузеров. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now