13,937 Topics

Member Avatar for
Member Avatar for OsaMasw

Hello buddies, I designed a block for items shown on files system, so one block repeated for each item, but I noticed there is a **huge space** between two items and I dont know why, here is my code and picture to the problem. **css** #Container{ padding:0px; margin:0px; position:relative; top:-160; …

Member Avatar for JorgeM
0
170
Member Avatar for jspence29

I am trying to make a website page that looks roughly like this. All the DATA is at http://spencedesign.netau.net/singaporehome.html I don't understand why I can't just move the pictures around with absolute positioning, usually that overrides everything. ![sketch](/attachments/large/4/sketch.JPG "sketch") My code is ul#gallery { list-style: none; width: 1300px; text-align: center; …

Member Avatar for LastMitch
0
98
Member Avatar for suavedesign

I am trying to embed a banner ad into my website. I uploaded "ac_run_active_content.js" onto my server, but when the page loads, the flash banner does not appear. Instead, I get the message, "This page requires "ac_run_active_content.js". Can anyone give me any tips as to why I get this error, …

Member Avatar for pritaeas
0
77
Member Avatar for hwoarang69

for some reason it my postion of div get messed up when i resize window. not sure how to fix this. <div id = 'header_outer'> <div id ='header_left'> <p>HELLO WORLD</p> </div> <div id='header_right'> <h4>HELLOOOOOOOOOOOOOOOOOOOOOO</h4> </div> </div> #header_left { border: 3px solid blue; float: left; padding-left:20px; font-weight: bold; font-size:45px; width:50%; } …

Member Avatar for JorgeM
0
66
Member Avatar for DaveTheSinger

I have tried various ways but am still struggling to get a working slideshow embedded in a web page. Would like to be able to vary times and transition type. Is there a simple way I can do this? Thanks

Member Avatar for JorgeM
0
145
Member Avatar for christinetom

Hi everyone.. This is going to sound like a dumb question but I have to ask it because I really don't understand something here. I understand that HTML is used to arrange and display data, but HTML has to be written on something and thats where I get stuck. Lets …

Member Avatar for JorgeM
0
79
Member Avatar for <M/>

Hi, i tried google for a solution, no success... I want to take google analytics and display them in a line graph on my website, how do i do that? Thanks!

Member Avatar for nnehadixit
0
138
Member Avatar for <M/>

Hi Sorry about the title... i kind of messed it up. I have a drop down menu and it contains many cities (California Cities) and I am trying to turn it into an address search... Sorry if my question forms another question... but here is an example of what I …

Member Avatar for JorgeM
0
152
Member Avatar for happygeek

Microsoft has released YAIESA, or Yet Another Internet Explorer Security Advisory if you prefer. This time, [SA2757760](http://technet.microsoft.com/en-us/security/advisory/2757760) warns about a new zero-day out there in the wild which impacts all users of Internet Explorer 9 and earlier versions. It's the usual case of targeted attacks being spotted which could lead …

Member Avatar for mobb.deepghana
0
392
Member Avatar for london-G

Hello, I have build a website and would like to build the web application for it as it has some flash content which is not supported by Apple. When the user access it from a device(mobile phone or ipad) I would like the user to be directed to that web …

Member Avatar for Bob Hensley
0
94
Member Avatar for joeyliew7

this is the function <SCRIPT TYPE="Text/JavaScript"> <!-- Beginning of JavaScript - function changecolor(code) { document.bgColor=code } // - End of JavaScript - --> </SCRIPT> this is the code <a href="" onmouseover="document.bgColor='turquoise'">C</a> <a href="" onmouseover="document.bgColor='pink'">h</a> <a href="" onmouseover="document.bgColor='blue'">o</a> <a href="" onmouseover="document.bgColor='red'">o</a> <a href="" onmouseover="document.bgColor='yellow'">s</a> <a href="" onmouseover="document.bgColor='green'">e</a> <a href="" onmouseover="document.bgColor='white'">your</a> <a …

Member Avatar for joeyliew7
0
267
Member Avatar for joeyliew7

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 …

Member Avatar for joeyliew7
0
223
Member Avatar for JySysAdmin

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: {% …

Member Avatar for JySysAdmin
0
604
Member Avatar for karlcunanan

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?

Member Avatar for JorgeM
0
73
Member Avatar for joshl_1995

Hello Community, I want to know if there is a way to make a program that will click a button on a webbrowser but the button does not have a name (name="") or id (id="") property it just has a class (class="") property and if there is a way is …

Member Avatar for G_Waddell
0
243
Member Avatar for hwoarang69

<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

Member Avatar for <M/>
0
81
Member Avatar for cmabill

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 …

Member Avatar for JasonHippy
0
277
Member Avatar for Rizi004

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 …

Member Avatar for Rizi004
0
103
Member Avatar for chade25

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 …

Member Avatar for dean8710
0
71
Member Avatar for growlboy

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), …

Member Avatar for dean8710
0
136
Member Avatar for drumichael87

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 …

Member Avatar for dean8710
0
286
Member Avatar for hwoarang69

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 …

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

<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 …

Member Avatar for <M/>
0
189
Member Avatar for Beeej21

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 …

Member Avatar for usman123usman
0
326
Member Avatar for hwoarang69

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 …

Member Avatar for JorgeM
0
118
Member Avatar for jspence29

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 …

Member Avatar for JorgeM
0
112
Member Avatar for fion.mccormack

My wordpress site has a custom built plugin that enables people to compare SIM only deals. The problem is that, on the front end, the deals table takes about 60 seconds load in IE8. It is ten times faster in firefox (about 6 seconds). The guy that built the plugin …

Member Avatar for stbuchok
0
218
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
192
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
48
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
70

The End.