Jump to content

Вопрос не по теме Ipb


Recommended Posts

Не могу понять.

С css таблица как работает,

576792db352c.jpg

 

но когда выгружаю сайт на компьютер стили css пропадают.

Что я не так делаю?

5fae3ae42944.jpg

 

Может быть я в 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

Короче беда. Дело в 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;

 

Выделиная строка работает только вот в таких браузерах:

4692900.jpg

 

Просто провал.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...