Responsivität reagiert nicht.

About the template and stylesheet - and changing the menu
Post Reply
Tata
Posts: 3586
Joined: Tue May 20, 2008 5:34 am
Location: Slovakia
Contact:

Responsivität reagiert nicht.

Post by Tata » Sat Apr 09, 2016 6:20 pm

Das habe ich noch nie gesehen. Wasimmer ich einstelle als Mediaquerries, absolut nichts passiert. Kann mir das jemand erklären?
Ich habe es hiermit getestet:

Code: Select all

body{
	font: 14px Arial;
	background: rgb(100,100,100);
	}
...
@media screen and(max-width:320px){
	body{
       background: rgb(0,0,0);
	}
}
Keine Änderung.

Falls jemand reischauem möchte, schicke ich die URL/Passwort.
CMSimple.sk
It's no shame to ask for an answer if all efforts failed.
But it's awful to ask without any effort to find the answer yourself.

lck
Posts: 2955
Joined: Wed Mar 23, 2011 11:43 am
Contact:

Re: Responsivität reagiert nicht.

Post by lck » Sun Apr 10, 2016 7:08 pm

Kann mehrere Ursachen haben, aber wie es aussieht fehlt da ein Leerzeichen zwischen "and" und Klammer "("
Probiers mal damit:

Code: Select all

@media screen and (max-width:320px) {
   body{
       background: rgb(0,0,0);
   }
}
Ansonsten, schick mir die URL per PN.
„Bevor du den Pfeil der Wahrheit abschießt, tauche die Spitze in Honig!“   👉 Ludwig's XH-Templates for MultiPage & OnePage

Tata
Posts: 3586
Joined: Tue May 20, 2008 5:34 am
Location: Slovakia
Contact:

Re: Responsivität reagiert nicht.

Post by Tata » Sun Apr 10, 2016 7:26 pm

Es war bestimmt das und noch etwas anderes. Nur ich weiss nicht, was. Da habe ich alles vom Anfang gebaut und schon geht es fast gut. Ich lade morgen alles hoch und schicke Dir dann Zugriff. Bestimmt findest Du vieles zu verbessern :-)
CMSimple.sk
It's no shame to ask for an answer if all efforts failed.
But it's awful to ask without any effort to find the answer yourself.

Post Reply