10,643 Topics
| |
I understand that the HTML 5 spellcheck attribute works on any input, textareas, and editable divs. I want to get spellcheck to work with our wysiwyg editor, which uses a non-editable div with a hidden input field (for backwards compatability). Is there any trick to get the spellcheck attribute to … | |
Hi the following is my code:- <div style="height:200px;border: 2px solid red"> This is my book.<br>I am so happy. </div> I have to vertically align the text in center of the div. I will have multiple lines of text. Can anyone help me solve this? | |
Guys, I am facing a major issue with my html template. On my PC the links are working fine but when i viewed the website on my mobile, the links are not working at all. Here is the [URL](http://unikorndesigns.com/ashish) Thanks in advance. | |
I want to create different size of canvas in html5, but I have some confusion in making canvas. Any ideas or resouce link you have, please share | |
Hi everyone. I'm building an applicaiton but want to use HTML to create a gui.. Obviously I'll need to create the gui with CSS and maybe some javascript,, not sure yet but as far as I know I'm limited to building and viewing it in a web browser such as … | |
Is HXTML a library of HTML? Do I include an 'XHTML' include file to use XHTML? I'm just wondering how I use it. Thanks | |
Hello, I don't know if this is the proper area to post this, but there doesn't seem to be an email coding section. Anyone who codes html emails is aware of the problems in making the message appear consistent in all possible email clients, browsers, etc., so I code to … | |
Dear :D I would like to ask? what is the relationship a database with WEB? and what it does later when the database has been completed made? because I am still confused, it causes too many kinds of languages, and applications for building design for WEB beg for his review … | |
Hey guys, My CSS external file is not working in the page even i placed it correctly?? Plz Give Me a help | |
Hello, I have used the css background-size: cover, where it works well on Firefox and IE9, however, on IE8 it is not using this css at all, anyone can help me find a way to make it compatible on IE8 (and previous versions if possible) as well? | |
I tend to receive the following error message when I view the site in IE 9: HTML1524: Invalid DOCTYPE. The shortest valid doctype is "<!DOCTYPE html>". activate.html, line 1 character 1 SEC7113: CSS was ignored due to mime type mismatch style.css I include herewith the html code: <!DOCTYPE html PUBLIC … | |
I have created a css based menu for my site... Now i just want to round the corners of my menu... can any buddy help me out in this? what code should i add tou the following css & where? to make my menu corners round? ul.ldd_menu{ margin:0px; padding:0; display:block; … | |
<!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> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Webpage</title> <link href="page.css" rel="stylesheet" type="text/css" media="screen" /> <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script> <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" /> <link href="test.css" rel="stylesheet" type="text/css"/> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script> <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script> <script type="text/javascript" src="date_ime.js"></script> <link rel="stylesheet" media="screen, print, handheld" type="text/css" href="calendar.css" /> … | |
| Hey guys. I know the css line to remove scrolls is overflow:hidden, but I don't know where to place it in this largish css code I'm using. Can I just drop it anywhere, or is there a specific class I need to put it under? I know there is already … |
Hi all; a very strange request maybe, I am looking for a way to override the internal error within Firefox that displays the grey box and the text no video with supported format I am aware I can add extra videos to cover me and the browser will run through … | |
How can I use [this plugin](http://roxon.in/scripts/vertiscroll/) in my website? I tried all the possible css settings to my knowlegde but still it is not replacing browser scroll bar with custom one. And is ther anything else I can use instead? which has smooth scrolling and custom styling options. | |
Hi People. Want some help regarding overlay div. I'm trying to develop a overly form. Just wanna know how to make div container(the overlay form) occupy or wrap entire browser area.... What I'm trying to do is...... I have a parent container, where all other containers and images reside. In … | |
| Chrome has that allows you to profile the rendering of the DOM elements on the page (at least I believe that to be the case) https://developers.google.com/web-toolkit/speedtracer/ I need a way to do the same thing in IE. This is currently not possible from the web developer toolbar (you can only … |
Hello, I have a website in which I want to replace the menu bar. I have created the menu using html and CSS. The Css file is a separate file. I have included the sidebar using include sidebar.html. The sidebar does shows but all the rest of the page is … | |
| |
Hi, I'm suppose to design a page based on this image: http://postimg.org/image/il4632gjh/ I've so far recreated the menu bar on the side, but I don't know what type of font is being used. Can anyone help me out? Thanks | |
I have a page in which users are an employee of a charity. They can / should enter information about their organization including phone numbers. It occurs to me that some organizations may have dozens or even hundreds of phone numbers. I do NOT want to have to place that … | |
Use onMouseover to change the background color of your webpage. Can be applied to change other things like images and so on. | |
how does these facebook numbers([[298356516884232]] ...many like this) make "images" together? black and white images like trollfaces ,recently there were coloured images too. any idea? | |
Hi with the following code i am able to bring 3 Div's in a single row which are surrounded by a parent DIV. Now the problem is separating each div with a vertical line which makes it look like table cells in a single row. This can be done easily … | |
First of all, if I rotate a span in a td or th, it doesn't rotate. I have to make it either position absolute or display:block to rotate it. absolute position is not an option for me so I went ahead with display:block. here is my code : http://jsfiddle.net/bilalfazlani/95V5G/ I … | |
Hi, Is there a way to style tooltips that appear by using title attribute? So far I have been able to find out that its div but cant find out if its associated with any class. And on other site answer I got was No and work around it using … | |
Hello. Please help me in the followig questions; How to; * Print a specific form. * To set custome header and footer. * Goto other page, enter data from previous page and trigger a specific button on next page. Regards. | |
Hello For some odd reason, I have a picture with a link and it shows in all browsers except IE8/9/10. What can I use to debug the problem? | |
Just to note: My brain in engaged and has been for awhile on this topic. I've learned and implemented a lot over the past week or so regarding CSS and Div tags, BUT... I am running into issues with formatting of data within table cells that I've never seen before, … |
The End.