27 Solved Topics

Remove Filter
Member Avatar for
Member Avatar for SabithaSri
Member Avatar for WebDevGuy32145

Hey everyone, I'm at a stand still at this bit of code. Ultimately, I want to "expand"/slide down a class to show the rest of the hidden content (the list items with the class of ".hide") inside of that containing div. Sliding down the prices, hr line, and the "Get …

Member Avatar for WebDevGuy32145
0
681
Member Avatar for Mr.M

Hi DW. I'm trying to post data without refreshing the page using the ajax, and its works fine the problem is that on the response I also get the array data that I posted to my php file then at the end of response is the returned data which is …

Member Avatar for Mr.M
0
489
Member Avatar for ekka

i need your help , i m trying to put borders around the page in the attachment ,so i try some DIY like this : <html> <head> <style> body { /*position : relative;*/ height: 100%; max-height: 100%; } .top-border { height: 10px; width: 100%; position : absolute; top : 0; …

Member Avatar for ekka
0
840
Member Avatar for Mr.M

This may sound confusing but I have a textbox which is a cell number textbox and I want when the max length of 10 has been reached then fire the php code which is inside the same html page as form and this php code will then get the value …

Member Avatar for Mr.M
0
5K
Member Avatar for maxelcat

Hi I have "performed" my frst venture into html5 video using the [URL="http://camendesign.com/code/video_for_everybody"]video for everyone[/URL] and it works well in IE, Opera, Saf, Chrome, FF. I have one small question - Safari (at least on my windows laptop) seems to want to download the whole darn video before it shows …

Member Avatar for Cheerful_1
0
432
Member Avatar for ravi142

hello, i have ul li html structure and i am trying to make tree horizontally My Code Below please suggest me how can i do using css ? <div class="tree"><ul><li><a>SIRE: Cadenza F F58 Barney CA1FF0058</a><ul><li><a>SIRE: HV International F D3106 HVIFD1306 </a></li><li><a>DAM: Amani Elizabeth 5UBFA0550</a><ul><li><a>SIRE: Amani Lancelot 5UBFW1008</a></li><li><a>DAM: Amani F X2073 …

Member Avatar for diafol
0
2K
Member Avatar for billionair

I have four list items in my <nav> bar: Home, Projects, Resume, Contact Projects item has further five list items. When I hover on "Projects", these items appear as a drop down block, but they are not aligned with the parent element. /*Display Nav elements in row*/ nav > ul …

Member Avatar for <M/>
0
307
Member Avatar for Jory_1

[Click Here](http://pastebin.com/jstBrkaM ) [Click Here](http://www.pastebin.com/bAESQkSX) You should be looking at the "#Partition_Left_Wrapper" id in the CSS code. It's the third one down. I am following a tutorial, but the guy does not use a external stylesheet. Not sure if this affects css3 syntax/layout (relatively new here), but I can't seem …

Member Avatar for Jory_1
0
371
Member Avatar for saucy6969

Working on a festival website and on the Programs page, there is a gap where one of the other categories should be. (Garage Sales is supposed to be in the blank space beside Dog Show) I have tried moving it up and it just bumps it back down. Can anyone …

-1
126
Member Avatar for samertaha

hi , i am searching for a good tree menu design for products categories to use it in my website , i need it to be flexible so i could style it as needed and also simple so i can target it with my own javascript. thanks again.

Member Avatar for samertaha
0
212
Member Avatar for tony75

Hi How to hide my source code so to not be viewed? I think this line of code solve it but where can I put in my source code? <body oncontextmenu="return false"> </body> And This is my code <!doctype html> <html> <head> <meta charset="utf-8"> <title>HTML5</title> <meta name="description" content=""> <body oncontextmenu="return …

Member Avatar for tdrosiadis
0
4K
Member Avatar for jalpesh_007

Dear all, I am learning html5 recently and stuck with one problem. Is it possible to add 4 different videos on same location with different extension of oog and mp4 inside a single <video> tag? If it is, then i have 4 video files that should be play with using …

Member Avatar for swaranan.barman
0
11K
Member Avatar for ashley9210_1

I have this css code and it mucks up from the services section and shows the mobile view on the desktop. Any help? Many thanks. @import url(http://fonts.googleapis.com/css?family=Open+Sans); *{ margin: 0px; padding: 0px; } body{ margin: 0px; padding: 0px; background-color: #333333; margin-left: auto; margin-right: auto; } #content{ margin-left: auto; margin-right: auto; …

Member Avatar for sash_007
0
233
Member Avatar for Fiorentino01^

Hi I am studying html5 and have a hard time understanding exactly how those tags function.Maybe I am used to the old div tags and cannot figure out what is going on. For example I look at a page made with html5 and css3.In the page there are 3 article …

Member Avatar for Fiorentino01^
0
280
Member Avatar for dannybarh

Hi all, am trying to use bootstrap switch in my form. Am at a lost as to how to get the value of name="onoffswitch" from that field and insert it into mysql db, here is my code... div class="onoffswitch"> <input type="checkbox" name="onoffswitch" class="onoffswitch-checkbox" id="myonoffswitch" checked> <label class="onoffswitch-label" for="myonoffswitch"> <div class="onoffswitch-inner"></div> …

Member Avatar for dannybarh
0
3K
Member Avatar for mark.kj.125

Currenlty i have learned html5 and css3 from different sites no one give complete tutorials about everything and doesn't made me satisfied when i see uniques combinations of tags and and some that i don't know i totally get disappointed.People have done great work only with html and css and …

Member Avatar for best4earn
0
278
Member Avatar for Carlosherre

<video controls="controls" width="500" autostart="False"> <source src="vid/Chantel.webm" type="video/webm" > <source src="vid/Chantel.mp4" type="video/mp4" > <source src="vid/Chantel_libtheora.ogv" type="video/ogg"> <object data="vid/Chantel.mp4" width="500"> <embed src="vid/Chantel.swf" width="320" height="240"> </embed> </object> </video>

Member Avatar for joe231
0
199
Member Avatar for PriteshP23

I would like to design HTML form with css and validation. I want to have Textbox with colours indication. I have done with button to make it more meaningful. I would like to do same for the textbox. I want to have light blue colour bydefault and when one clicks, …

Member Avatar for PriteshP23
0
277
Member Avatar for Pamcakes

I'm taking a website development course and we are supposed to be using HTML5 and CSS3. In my textbook it says that the <div> tag is HTML 4.01 and that in HTML5 it has been replaced with the <section> tag. I know with the <div> tag you can specify whether …

Member Avatar for LastMitch
0
3K
Member Avatar for singularity~

I'm trying to get a form to work with php. When I click submit a submit button nothing happens. [CODE] <?php if(isset($_POST['imageSelectButton'])) { echo "Test: "; } ?> <form id="setImages" action="index.php" method="POST" enctype="multipart/form-data"> <?php $files = new RecursiveIteratorIterator(new RecursiveDirectoryIterator('../Home')); $images = new RegexIterator($files, '/\.(?:jpg|png|gif)$/i'); foreach($images as $file) { echo "<div …

Member Avatar for veedeoo
0
873
Member Avatar for singularity~

I'm getting an error Notice: Undefined variable: temp. Event though my variable temp is declared; [CODE] if(isset($_POST['saveHomePageDescription'])) $temp = 'hello'; writef("./homePageDescription.txt",$temp); [/CODE]

Member Avatar for diafol
0
214
Member Avatar for dmanw100

Hello guys, According to the w3 schools site HTML5 currently only supports OGG, WebM, and MP4. Most of my current media is in the WMV format so I would like to convert it to use on my site. Searching for converts returns lists of trial software or software that doesn't …

0
138
Member Avatar for MadSkyrim

I have the following html file [CODE]<!DOCTYPE hmtl> <html> <head> <title> Minimum Spec Test </title> <script src="Compatability.js"></script> <script type="text/javascript"> var can, ctx; var img = new Image(); function Init() { can = document.getElementById('canvas'); can.width = 100; can.height = 400; ctx = can.getContext('2d'); img.src = 'Images/_test.bmp'; ctx.drawImage(img, 0, 0); } </script> …

Member Avatar for phoenix_2000
0
270
Member Avatar for 3LauraB

Hi, I have just converted my code so that it is using the html5 tags, the pages have validated fine and look good in all browsers, until minimize is hit! everything moves, does anyone have any suggestions, ive tried, position: inline; margin: 0 auto; nothing seems to work? Thanks CSS …

Member Avatar for shaya4207
0
148
Member Avatar for dlannetts

How do most people make the layouts for their sites now we have things like: [CODE]<header> <nav> <article> <section> <figure> <summary> <details> <footer>[/CODE] Just curious as i am wondering how most do it : 3 I quickly wrote this up: [CODE]<header> <nav> <section> - Welcome <details> - who wrote it …

0
104
Member Avatar for Gavicoind

When I view my website, it properly displays the header, nav, and footer. But it doesn't display the main section of the page. My domain is gavicoind.com Thanks for your help!

Member Avatar for Gavicoind
0
132

The End.