Skip to content

Instantly share code, notes, and snippets.

View ZdZisl's full-sized avatar

ZdZisl

  • Poland
View GitHub Profile
@ZdZisl
ZdZisl / en4-kopia5-new1.html
Created September 7, 2018 11:09
Eng strona testowa
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>en4-kopia5-new1</title>
<link rel="stylesheet" type="text/css" href="ddlevelsfiles/ddlevelsmenu-base.css" />
<link rel="stylesheet" type="text/css" href="ddlevelsfiles/ddlevelsmenu-sidebar.css" />
<link rel="stylesheet" type="text/css" href="ddlevelsfiles/ddlevelsmenu-mobile.css" />
<style type="text/css">
@ZdZisl
ZdZisl / pl4-kopia5-new1.html
Created September 7, 2018 11:08
PL strona testowa
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="pl" xml:lang="pl">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>pl4-kopia5-new1</title>
<link rel="stylesheet" type="text/css" href="./ddlevelsfiles/ddlevelsmenu-base.css" />
<link rel="stylesheet" type="text/css" href="./ddlevelsfiles/ddlevelsmenu-sidebar.css" />
<link rel="stylesheet" type="text/css" href="./ddlevelsfiles/ddlevelsmenu-mobile.css" />
<style type="text/css">
@ZdZisl
ZdZisl / ddlevelsmenu-sidebar.css
Last active September 7, 2018 11:05
css sidebar
/* ######### Marker List Vertical Menu ######### */
.nlogo {position: relative;
top: -8px;
visibility: visible;
background: #1b120d;
height: 110px;
width: 136px;
margin: 0 auto;}
.markermenu{
@ZdZisl
ZdZisl / ddlevelsmenu-base.css
Last active September 7, 2018 11:04
css base
/* ######### Drop Down DIVs CSS ######### */
.ddsubmenustyle, .ddsubmenustyle div{ /*topmost and sub DIVs, respectively*/
font: normal 0.98em Verdana,sans-serif; /* czcionka glownym menu i gornej zakladce submenu*/
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
@ZdZisl
ZdZisl / ddlevelsmenu.js
Last active September 7, 2018 11:03
js skrypt menu caly
//** All Levels Navigational Menu- (c) Dynamic Drive DHTML code library: http://www.dynamicdrive.com
//** Script Download/ instructions page: http://www.dynamicdrive.com/dynamicindex1/ddlevelsmenu/
//** Usage Terms: http://www.dynamicdrive.com/notice.htm
//** Current version: 4.0 See changelog.txt for details
if (typeof dd_domreadycheck=="undefined") //global variable to detect if DOM is ready
var dd_domreadycheck=false
var ddlevelsmenu={
.notransition{ /* class to temporarily disable CSS3 transition. No not edit */
-webkit-transition: none !important;
-moz-transition: none !important;
-o-transition: none !important;
transition: none !important;
}
/* ######### Mobile Menu CSS ######### */