pragmaMx Support Forum

pragmaMx => Coder und Bastlerecke => Thema gestartet von: reddragon am 01 Januar 2014, 12:29:53

Titel: Wie komme ich noch mal an den Code von CSS-Play?
Beitrag von: reddragon am 01 Januar 2014, 12:29:53
HI,

nachdem ich längere Zeit inaktiv war, und mittlerweile meine Seite, die ich lange betreut habe, abgegeben habe, wollte mal wieder ein bisschen experimentieren.

Von damals weiß ich wohl, dass es auf http://www.cssplay.co.uk/ schöne Anwendungen gibt, auf die ich in der Vergangenheit auch schon mal zugegriffen habe, aber ich weiß nicht mehr, wie ich an den Code kommen soll.

Speziell geht es um folgendes:
http://www.cssplay.co.uk/menu/cssplay-click-zoom-fly.html

Musste man sich da anmelden? Habe auch keinen Login gefunden....


Danke für eure Hilfe und ein frohes neues Jahr!  :drinks:
Titel: Re:Wie komme ich noch mal an den Code von CSS-Play?
Beitrag von: Dukewh am 01 Januar 2014, 13:32:18
Hallo reddragon,
auf der Seite http://www.cssplay.co.uk/ unten:

ZitatBut where's the code?

I have had many emails asking where the code/style can be found for the various demonstrations.

Well the xhtml is always placed in the #info div, so examine the source code, find the <div id="info">.....</div> and in between is the 'code'.

In most case the style is embedded in the page <head>...</head>. This is done to keep it all together on the same page making it easier to find. In some cases the css is held in a separate file (where it should be) and is loaded in the normal way <link rel="stylesheet" media="all" type="text/css" href="path to css file.css" /> so just add this path to the address in your browser to see the css file.

das heisst "STRG+U" und kopieren  :cul: