6,557 Topics

Member Avatar for
Member Avatar for hero19760

Hi All, Trying to script by comparing the two .txt file and getting the output in html page which should show the comparision in html with dual screen. Can you please help me Regards, Hero

Member Avatar for 2teez
0
225
Member Avatar for allifields

Hi there. So I have 2 pages with 3 divs. A content div containing a fixed sidebar div and a main div. The problem is when you're on the Index page and you click to go to the Contact page, the sidebar moves, or rather divs move, and I don't …

Member Avatar for allifields
0
232
Member Avatar for fheppell

I've set up this testing website [here](http://siteoctopus.koding.com/projects/swangarden/index.html) It has a full screen background image and a content box in the middle. How would I horizontally center the box. I'll post the html and css here as well html, body { width: 100%; padding: 0; margin: 0; } #full-screen-background-image { z-index: …

Member Avatar for fheppell
0
206
Member Avatar for m.tompkinsnz

Hi Guys, I'm currently embarking on a project relating to inventory management within my business, and have done a concept in Visual Basic. I'm now going through the motions of deciding which angle to take in regards to mobile access of the application. I have thought about whether to write …

Member Avatar for LastMitch
0
172
Member Avatar for mohd.sajid.3367174

In a table,in first row consist of static html control (1 select control and 5 textboxes).From second row onwards i created the rows dynamically(consist of 1 select control and 5 textboxes) on click of html button.Creation is successfull.But problem arised when i wanted to attach dataset table data to html …

Member Avatar for LastMitch
0
254
Member Avatar for Rajthilak24

I started my career as a UI developer.. My 1st task is too make HTML5 to work in all browser especially IE family... But i heard HTML5 wont support mostly in IE.. My question is... how to Make HTML5 work in old versions of Internet Explorer ?? What are roles …

Member Avatar for apnavarun
0
266
Member Avatar for reflectbrokers

To whom it may concern I have recently launched my company's website: http://wwww.reflectbrokers.com and have run into a couple of problems: To start, I would just like to say that i am a beginner in web design and don't really have a clue how to write html, php or js …

Member Avatar for reflectbrokers
0
222
Member Avatar for thak123

`enter code here`I am working on a jquery mobile html5 application.I have various pages with page id-"page1"... Onclick of button i want a parameter to be passed with the function on which the navigation will be taking place. for ex <input type="button" data-transition="fade" value="Next" onclick="checkIfValid('2');" data-icon="arrow-r" data-iconpos="right"> so it redirects …

Member Avatar for LastMitch
0
194
Member Avatar for dalilice

Hello guys, I'm making a website and i have a problem with the images from the css file. I'm using subfolders for the website (www.domain.com/category) and i'm using css sprites for the images and i'm having problems including the images. i don't want to use absolute paths. The path to …

Member Avatar for pixelsoul
0
263
Member Avatar for abby.arnett.12

Hi my name is Abby, I need some major help. Its spring break and before we left class our teacher gave us a cruel assigment. I need to create 1 btn that makes a div - I need 1 brn that creates text using prompts - I need 1 btn …

Member Avatar for stbuchok
0
290
Member Avatar for KavithaK

Hi, I am working on purely CSS based template. The problem is when i will give padding for a div its taking different differnt in each browser. Could you please help me on this how to use in these situations. Ex: ie - width-padding in google chromo - width+padding Thanks …

Member Avatar for AleMonteiro
0
111
Member Avatar for djbsabkcb

I am new to both ASP and HTML. I am trying to create a questionnaire on the web for students to view and fill out. I am almost done with the form in HTML but not sure what to do after that. I was told that I need to know …

Member Avatar for austinluthers
0
127
Member Avatar for turpentyne

I have a div that resizes on mouseover/mouseoff. Everything works fine except a child div with text that will stay showing if the user mouses off too quickly... Is there a way to prevent this? The div that's getting left on is "#square_caption1" Here's what I've got for jquery: $(".square.one,#link_nest").hover(function(){ …

Member Avatar for LastMitch
0
198
Member Avatar for dennyleon
Member Avatar for bezzel.zubber

I want to maintain the session into html pages but I have problem of finding a way to pass the session variables into html pages. So this is my login.asp code. <%@Language="JavaScript"%> <html> <body> <% var Conn=Server.CreateObject("ADODB.Connection"); var DSN="DSN=file"; Conn.Open(DSN); var Rst=Server.CreateObject("ADODB.Recordset"); var sql = "SELECT nme,userid,userpwd FROM student WHERE …

Member Avatar for hometownnerd
0
231
Member Avatar for cdoggg94

Attached I have an image of a page that looks the way I want (jodyNormal.jpg). When I go to the print preview of the page, and when it prints, the div in the top right moves to the left. (jodyPrint.jpg) this is the CSS for that Div: #fertilizerCSS{ position:absolute; height:379px; …

Member Avatar for pixelsoul
0
139
Member Avatar for davy_yg

Hallo, I wonder how to change css in the middle of the program. For instance: <div id="container"> if(case1){ container css height=200} elseif(case2) { container css height=300} else { container css height=400} </div> How to write the code? I am actually trying to program with Joomla which is confusing since it …

Member Avatar for davy_yg
0
140
Member Avatar for tamil.arivu.18

I want to add Joomla SEF Translate Module or Component to my php,html Website Page. how can i include this module and how to run this. please tell anyone Thanks advance

Member Avatar for tamil.arivu.18
0
151
Member Avatar for vex

Could someone decribe the differences between HTML and XML. Thanks in advance

Member Avatar for austinluthers
0
168
Member Avatar for jonsan32

**My test page is here:** http://www.jamtournaments.com/p/blog-page.html and I have my main elements (the brackets) disappearing whenever I view in Internet Explorer. They actually show until I hover anywhere around them, or when I switch to a new tab. So weird and so annoying. Looking around the internet, I've tried a …

Member Avatar for jonsan32
0
836
Member Avatar for hwoarang69

i created a game in applet and i want to put it on a site. the problem is that my games has alot of classes. how can i use applet tag to up it online? java.php <html> ... <applet code = "Main.class" width = 900 height = 400> </applet> ... …

Member Avatar for hwoarang69
0
186
Member Avatar for hindu times

Hi there, I am currently building a wordpress site and have downloaded a responsive theme that seems easy (for the most part) to work with. However, I need to make a fairly big change and have little idea of how to do it. The website in question is dev.rjthompsonmusic.com If …

Member Avatar for EvolutionFallen
0
249
Member Avatar for korathualex

How to make css ! important work in Google chrome...Its working in firefox and IE.. My css as follows: Collapse | Copy Code dxgvControl_Office2003Blue a { color: black; } .lnkjobref { color: Blue !important; text-decoration: underline; } Blue color not coming in chrome alone...

Member Avatar for pixelsoul
0
274
Member Avatar for ebam
Member Avatar for austinluthers
0
141
Member Avatar for rouse

In working with a page for a website, I don’t understand two behaviors of the CSS HTML script. The site is located at http://rouse.ws/abcwiresales/index.html In the middle of the page I want to have two <div> s that I call picture box left and picture box right next to each …

Member Avatar for Mitchelljonson
0
135
Member Avatar for naphets

I am trying to use the code below as my Header. A multi-level drop-down navigation menu. Written in only CSS/HTML. Of course, the fact that if i removed the extra levels of menus, the code would work fine... Is just not good enough. I want to push it. I want …

Member Avatar for naphets
0
340
Member Avatar for David2012

Hello Everyone! A little help needed- I have a webpage that's like a long directory where you keep scrolling down and it has lines of links that obviously open up another page, although in the same window. Now the problem is that when one clicks the HOME link to go …

Member Avatar for JorgeM
0
127
Member Avatar for mahdiyazdani

I I am trying to convert php links with variables to html link so increase seo of my site, My links are like: http://site.com/pages/page1.php?v1=var1&v2=var2&v3=var3&v4=var4 or: http://site.com/pages/page1.var1.var2.var3.var4.html or some things like that it doesn't matter but the point is how to do that and alos be able to GET those variable …

Member Avatar for mahdiyazdani
0
320
Member Avatar for TimBob12

Hi there, I hate CSS and I completely suck at design but unfortunately CSS is necessary for any kind of decent page design. I have been working on a small custom CMS for a personal website which works fine. However once I started to try and create the page design …

Member Avatar for TimBob12
0
209
Member Avatar for vex

Could someone decribe the differences between HTML and XML. Thanks in advance

Member Avatar for Neuronimbus1
0
122

The End.