<!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">
<head>
<title>Test Layout</title>
<style type="text/css">
html,body
{
height: 100%;
margin: 0;
padding: 0;
}
</style>
</head>
<body> <table><center>
<iframe id="AlertMaintenance" scrolling="no" style="border-style: none; border-color: inherit; border-width: 0px; height:450px; width:50%;" src="http://khat.muhaza.com"></iframe>
<iframe id="DelayReason" style="border-style: none; border-color: inherit; border-width: 0px; height:450px; width:50%;" src="http://muhaza.com"></iframe>
</center> </table></body>
</html>
All muhaza's note in developing website. Front-end & uiux method. Real life implementation for webdesigner.
Sunday, 12 February 2017
IFrame remove border
<iframe src="http://www.google.com" style="width: 90%; height: 300px" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" vspace="0" hspace="0"> </iframe>
Instead Iframe
<embed src="http://khat.muhaza.com" width=100% height=200 />
<object data="http://khat.muhaza.com" width="100%" height="300" type="text/html">
</object>
...
<object data="http://khat.muhaza.com" width="100%" height="300" type="text/html">
</object>
...
Friday, 10 February 2017
Open Multiple Link Using One Link
<a href="http://virtual-doctor.net" onclick="window.open('http://runningrss.com');
return true;">multiopen</a>
Hidden Div in Mobile View
@media screen and (max-width: 600px) {
#site-generator .powered {
visibility: hidden;
clear: both;
float: left;
margin: 10px auto 5px 20px;
width: 28%;
display: none;
}
#site-generator .powered {
visibility: hidden;
clear: both;
float: left;
margin: 10px auto 5px 20px;
width: 28%;
display: none;
}
Subscribe to:
Posts (Atom)
email mailto: pretext
<a href="mailto:designoutsourced.com+info@gmail.com?subject=Maklumat%20lanjut%20pakej&body=Hai,%20saya%20berminat%20tahu%20lebi...
-
Looking at vue-cli repository I see two different ways of scaffolding vue projects. The v3 (beta) version, installed as npm install ...
-
component need at least this 3 component file 1. customers.component.ts import { Component , OnInit } from '@angular/core...