10,643 Topics

Member Avatar for
Member Avatar for hwoarang69

the problem is that my menu is print 1.1 and 1.2 in same line but i want them to be vertical --------------------------------------- | 1 | 2 | 3 | 4 | |------|---------|----------|---------| ------------- | 1.1 | 1.2| ------------- so for ex this is that i want --------------------------------------- | 1 | …

Member Avatar for <M/>
0
188
Member Avatar for hwoarang69

i want to move image 5px up so it is equal to text. <div id='top_login'> <h1>InSecure Checkout</h1> <img id="lock_img" src="IMAGE/lock.png" width="25px" height="25px"/> </div> problem with this code this that it prints **Insecure checkout** |image| i fixed this problem by using css: position:absolute; right:300px; top:240px; but that the problem is that …

Member Avatar for JorgeM
0
47
Member Avatar for hwoarang69

i am trying to get to input fild id="login_username". so here is what iam doing bg_middle2.children.right_login.login.user.login_username? but this dont work. dont worry about sytax error. iam just want to get value of "login_username" from id "bg_middle2" <div id = 'bg_middle2'> <div id = 'login_content_page_wrapper'> <div id='top_login'> <h1>InSecure Checkout</h1> <img id="lock_img" …

Member Avatar for JorgeM
0
68
Member Avatar for HunainHafeez

<div> <div style="position:fixed"> <ul> <li><a href="#home">Home</a></li> <li><a href="#news">Profile</a></li> <li><a href="adminViewEmployers.aspx">Employers</a></li> <li><a href="adminViewApplicants.aspx">Applicants</a></li> <li><a href="#about">Super Admins</a></li> </ul> </div> designed a vertical menu in css , it has 4 clickable links HOME APPLICANTS EMPLOYERS PROFILE Now i want that when i click on APPLCIANTS then within this menu it should open 2 …

Member Avatar for simplypixie
0
95
Member Avatar for hwoarang69

this is printing ECOMMERCE SITE Log In Register About Us |Search... | <-search bar as you can see input text field is lil low. i want set it equal to "about Us" any ideas? <div id = 'header_wrapper'> <div id = 'logo_wrapper'> <h1><a href='index.php'>ECOMMERCE SITE</a></h1> </div> <div id = 'top_menu_wrapper'> …

Member Avatar for hwoarang69
0
113
Member Avatar for hwoarang69

can we make a pop up window using css and html? iam making a ecommerce website and when user buys a item. a window should pop up. and on pop up window it should give information about ur cart. here is a example i saw on a website. --------------------------------------------- the …

Member Avatar for JorgeM
0
96
Member Avatar for hwoarang69

here want i want html file home about us log in iam thing puting in <p> tag and than do word-spacing:30px; in css. but problem with this is that it will do this: home about us log in also i dont want to do <pre>

Member Avatar for hwoarang69
0
121
Member Avatar for <M/>

I am trying to style a log in menu that is created by this snippet i have here (generated by javascript): <script> var password; var correctpassword = "DaNiWeB"; password = prompt ('Enter the Correct Password to view this page:',''); if (password==correctpassword) alert('Thank you for properly entering the password, you may …

Member Avatar for <M/>
0
77
Member Avatar for jspence29

I recently just added a grid layout, but I can't figure out how to make my links work. The grid that I used is the 1140 one at http://cssgrid.net/. I studied the source code of that website, and tried to make my page like theirs, but when I put everything …

Member Avatar for jspence29
0
126
Member Avatar for jspence29

Can anyone tell me how to format my website so it looks the same in internet explorer as it does in google chrome? Normally when I make a website I format it for IE with only a slight annoyance, but now I can't forgure out how to my website is …

Member Avatar for JorgeM
0
91
Member Avatar for hwoarang69

so here what iam trying to do -------------------------------------------------------| | | | | | | | | |_______|_______________________________|______________| in html file <div id="bg"> <div id = "bg_left"> </div> <div id = "bg_center"> </div> <div id = "bg_right"> </div> </div> i have no idea how to do this. in css file #bg_left …

Member Avatar for JorgeM
0
73
Member Avatar for jspence29

So I am creating a website on singapore for my class. And I just finished one page, and I decided to play around with favicons. I am using a web host called 000webhost.com And I created a favicon for my page, but the problem is now the favicon is applying …

Member Avatar for LastMitch
0
91
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 chucklet

Any ideas on how to debug this problem would be appreciated: Two Windows 7 (Home Premium) systems, one with Apache 2.2 installed (and working), the other with Apache 2.4 installed (and working). On the Apache 2.2 system, all SSI directives work in my .shtml files. On the Apache 2.4 system …

Member Avatar for LastMitch
0
86
Member Avatar for jewelraz

Hello, After long time I am visiting this forum. I am very busy with my new job and don't find much time to contribute in forums. I really missed this forum. I have several blogs with wordpress and I think its time for me to learn Joomla. So, I am …

Member Avatar for LastMitch
0
559
Member Avatar for MGadAllah

hello i've started to study html then will go through css then php and mysql please i'd like to ask for your advise for which editor i should stick to to facilitate my learning way the point is that i'd like to start the right way and stick to it …

Member Avatar for MGadAllah
0
278
Member Avatar for GilbertB

I have a webstie template and I want to preview it something like this : http://breeze.pcollab.com/moby2/# How can I combine my html to a mobile phone layout ? Thanks

Member Avatar for code739
0
80
Member Avatar for designershiv

I like to know how to start with responsive design, how to start code for that. your help will be greatly appreciated thanks in advance

Member Avatar for code739
0
183
Member Avatar for jspence29

So for my website I am trying to create a more button, and a menu will pop up when I create this. There is a picture of an arrow for more, and a picture of a down arrow for less. I have the javascript code done, but it won't switch …

Member Avatar for jspence29
0
185
Member Avatar for <M/>

Hi guys! I was using Dreamweaver and I have always wondered what the big differences were in the different docTypes... can't you use the HTML5 features on XHTML 1.0 Strict? Sorry if this question is ridiculous... but I am curious to know the answer!

Member Avatar for JorgeM
0
104
Member Avatar for tpowell0201

Hey everybody, I've been working with some co-developers on a really cool new social networking site. Before anyone asks, I am expierienced. This website runs on PHP 5.3. As you can imagine, the reason behind this was to create a dynamic stream of content. One of the major (and simple) …

Member Avatar for jspence29
1
441
Member Avatar for tscina

I need to do the following [formatting](http://s88.beta.photobucket.com/user/wickedheart08/media/table.png.html) in my email as instructed to me. As I've read and searched around, emails are supposed to use html1 to 4 and inline styling. I've tried using inline styling using margins but it's just a pain. It's not working in outlook and I'm …

Member Avatar for tscina
0
214
Member Avatar for shotokanpoloto

Hi everyone! I am tyring to design two pages with Jscript and HTML.It's is really simple but I have problem:) on first page,you write your first name and family and by you clicking on submit button you will be directed to another web page that Welcome you. I konw I …

Member Avatar for shotokanpoloto
0
148
Member Avatar for bvrameshbabu

Hi, I would like to know what are the different software components and engines used in browser. I know there are 2 main components. one is Layout Engine to parse HTML and CSS and paint on the browser and another one is Javascript Engine which executes and runs the javascript …

Member Avatar for pritaeas
0
77
Member Avatar for MrXortex

G'day trying to fix this issue for over 2 weeks now. I have made a footer but can't get it right to the bottom.. The problem is I have a slider that slides down to get some information. I want the footer to slide down with it too, I want …

Member Avatar for designershiv
0
213
Member Avatar for McLaren

hello, what is that? everytime it works, but this time it does not $(function() { //jquery doc ready world = createWorld(); // box2DWorld ctx = $('#game').getContext('2d'); // 2 var canvasElm = $('#game'); return; canvasWidth = parseInt(canvasElm.width); canvasHeight = parseInt(canvasElm.height); initGame(); // 3 step(); // 4 // 5 window.addEventListener('keydown',handleKeyDown,true); window.addEventListener('keyup',handleKeyUp,true); }); …

Member Avatar for McLaren
0
98
Member Avatar for cezarjont

Dear Sirs, Can you please check this code and comment what should be the proper one. <label for="username">Username:</label> <br /> <input id="username" type="text" value="ENTER USERNAME" onclick="this.value='';" name="username"/> </p> <p> <label for="password">Password:</label> <br /> <input id="password" type="password" value="ENTER YOUR PASSWORD" onclick="this.value='';" name="password" /> here is the link for this one... http://insanitygzonecom.ipage.com/clubfive/login.php

Member Avatar for GliderPilot
0
181
Member Avatar for dlmagers

Hello. I am trying to find a good tutorial that will allow with the menu bar at the top of the page and when you hover over the 'menu words' the entire page will slide down so you can see the contents of the menu. Any one have any suggestions …

Member Avatar for dlmagers
1
185
Member Avatar for jacksantho

Hi, How to get the correct output of this html file, without **"removing or altering the existing lines in the given file"** filename: sample.html <html > <head> <title>Test</title> </head> <body> <div> ¿Hola cómo está? </div> </body> </html> Describe 2 solutions to fix the problem and get the correct output in …

Member Avatar for timir126
0
80
Member Avatar for tnjiric

Hello everyone, I'm having trouble with Joomla non-existing category re-direct problem. I cannot seem to find the proper rewrite url line for .htaccess file for the following problem. I have my website http://www.dubrovnik.com I'd like to send user to my 404 Page whenever user request for non-existing link. I've managed …

Member Avatar for spammyyammy
0
191

The End.