Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~24.2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for samson.oba.77

I´m still new to javascript.For training purpose I have inserted part of a javascript(lines 23 to 31) code into my html file and it works the windows.alert and number 12 shows But when i uncomment parts of it (lines 26 to 28) that javascript code doesnt work well again,the windows.alert …

Member Avatar for Troy III
0
242
Member Avatar for samson.oba.77

Dear camerades. I´m working on a some responsive website and it to fit into the screen perfectly , so no scrolling will be required. Two problems i have noticed. 1) The page still needs scrolling, despite all my correction tries so far. 2) There is still some margin b/w the …

Member Avatar for diafol
0
218
Member Avatar for samson.oba.77

I have tried different free jquery responsive imagesliders. They do work but the problem is they dont stay confined in the div container where i put them. Looking at the code i see parts which use px instead of % or em. Could that be the reason the dont truly …

Member Avatar for AleMonteiro
0
104
Member Avatar for samson.oba.77

I tried different jquerry sliders from the internet. Some work but only as full background while i want the slider containend in a div "<div class="banner"> ". Im now using unslider from unslider.com, while the sliding works the images totally leak out of the div container.How can I change this …

0
157
Member Avatar for samson.oba.77

Since i want to develop responsive websites i usually neglect px and use % for dimensions. But i discovered that some cases % doesnt work so i use em instead. Why is it that in some cases % doesnt work but em does ? Thx for help

Member Avatar for gentlemedia
0
208
Member Avatar for samson.oba.77

Hi! I cant solve this puzzle.In my code the maincontentpic div doesnt show.The image (CompHandWeb.jpg)is in the same folder and at the right place, it showed up before i altered the code. The second part after the gap is the Css which is also working, apart from said maincontentpic div. …

Member Avatar for gentlemedia
0
236
Member Avatar for samson.oba.77

Hi! I want to put a html file into another html file . I tried iframe and object tag, which works but the problem is i also get scrolling frames. How can i insert a html file into another html file as it is without anything added to it like …

Member Avatar for samson.oba.77
0
23K
Member Avatar for samson.oba.77

Hi ! I don´t understand why my div class="footer" doesnt appear, everthing else seems to work fine. Thx for help ! <!DOCTYPE html> <html> <head> <title>Hauptseite</title> <meta http-equiv="Content-Type" content="text/html; charset="UTF-8"> <style type="text/css"> html,body{height:100%;margin:0;background-color:#191970;} .maincontent{position:relative;min-height:100%;margin-left:10%;margin-right:10%;background-image:url(pic1_pixabay.jpg);background-size:100%;background-repeat: no-repeat;} .frontbox{position:absolute;margin-top:1%;left:1%;right:2%; padding:20px;font-size;text-align:center;background-color:white;opacity:0.5;border:thick solid #4D94FF;border:(255, 255, 255, .5); border-radius: 25px;} .sidebox{position:absolute;top:40%;left:2%;width: 250px;background-color:white;opacity:0.5;border:thick solid #4D94FF;border-radius: 25px;} .footer{background-color:black;} …

Member Avatar for samson.oba.77
0
178
Member Avatar for samson.oba.77

Hy folks! Why are div frontbox and div sidebox not inside div maincontent when code is displayed on the internet ?. Instead the div sidebox is outside div maincontent. Thx for help. <!DOCTYPE html> <html> <head> <title>Schulung</title> <meta charset="UTF-8"> <style type="text/css"> .maincontent{height:100%;width:100%;background-image:url(pic1_pixabay.jpg);background-size:100% auto;background-repeat: no-repeat;} .frontbox{text-align:center; padding:20px;background-color:white;opacity:0.5;border:thick solid #4D94FF;border:(255, 255, 255, …

Member Avatar for rtrethewey
0
132