10,655 Topics
![]() | |
this is the html <cat> <ul> <li><span><a href="#">Sekolah</a></span> <ul> <li><a href="perutusan.html">Perutusan Guru Besar</a></li> <li><a href="sejarah.html">Sejarah</a></li> <li><a href="etos.html">Etos</a></li> <li><a href="#">Iklim Sekolah</a> <ul> <li><a href="falsafah.html">Falsafah Misi Visi</a></li> <li><a href="logo&bendera.html">Logo & Bendera</a></li> <li><a href="piagam.html">Piagam</a></li> <li><a href="lagu.html">Lagu</a></li> </ul> </li> <li><a href="peraturan.html">Peraturan</a></li> <li><a href="pelanevakuasi.html">Pelan Evakuasi</a></li> <li><a href="pelansekolah.html">Pelan Sekolah</a></li> </ul> </li> <li><span><a href="#">Pengurusan</a></span></li> <li><span><a href="#">PIBG</a></span></li> <li><span><a … | |
Hello this is my first post here, Google has led me to this site a few times and I made an account today to ask a question about CSS Floats. I have Django code to generate a DIV for each srvr object in my database. Here is my HTML: {% … | |
Good day Web Developers and Designers! I would like to ask your opinion which is the best CMS to use and why. Is it Joomla, Wordpress, PyroCMS, Adobe Contribute? | |
<input type="text" placeholder="Enter Username" /> as you can see in file. i have a filed and in that field i have a placeholder "Enter username". but placeholder is bit high. i want to lower it. i am not sure best way to go about this. iam think using css tags | |
hello all is there any one out there who could help me with this, maybe it's a easy task to you, but I have have exhausted with no answer. I made several picture in Photoshop with some text, the font size of text is 24pt, which I think is big … | |
Hi i m developing app for IOS and Andriod in HTML5/CSS3 JAVASCRIPT. My header and footer are fixed now i want the middle part is scrollable, so bascially the middle scrolling is not working on IOS and Andriod, Please tell me how i can make it scrollable. Waiting for your … | |
I have an image map that is centered to the page and I also have a dialog pop-up div (like google maps). I have the image centered but I want the popup to be able to stay fixed at some point and stay that way even if you zoom out … | |
So , I have a serious problem here. There's a website that I am making for my friend (Link to the issue described below). It's about selling beats. On the index page, players just would not play (there is max. 4 players on the page, each playing just one song), … | |
I am trying to include a datepicker from jQuery UI in my wordpress admin area (specifically in a custom meta box). I have it working, and it seems as though it is finding the stylesheet well enough, but it still looks a little 'off'. I know there must be something … | |
it looks alot of code but all its doing is takeing a input field id = search_input. and setting width to 100. than if you click on field than change the width to 200. and last make it animate. so its a small field if you click on it. it … | |
<input type="text" name="password_txt" id="login_password_text" class="login_field" value=""/> so i have this field. whener ever i click on this field iam getting a yellow border around it. i dont understand why. i remover all my css and js file but still i was get it. so i add this code to remove … | |
Hello all! I am struggling with what seems to be a very simple problem. Well, the issue is extremely annoying and problematic, and I am unable to figure out the solution. I am using CSS to load an image onto my HTML page. The reason being because I'd like to … | |
iam trying to do this DIV FORM DIV LABEL INPUT HINT so if i put my mouse over INPUT than a hint should pop up. <div id = "right_login"> <form id='login' action='login.php' method='POST'> <div class="outer_hint"> <label>Username:</label> <input type="text" name="username" id="login_username" class="field" value="" /> <!-- HINT --><p class="hint">6 to 20 characters(letters … | |
In my page I want it so that when you resize the page past the point of the pictures, that the pictures will go into another row, all the way so each picture has it's own row. And then potentially I won't need any media queries. But unfortunaltely I can't … | |
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 | … | |
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 … | |
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" … | |
<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 … | |
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'> … | |
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 … | |
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> | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … ![]() | |
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 … ![]() | |
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 … ![]() | |
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 … ![]() | |
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 … |
The End.