6,574 Topics
![]() | |
I have just started web developing and have learned on how to code. But my site tend to be miserable when it comes to aesthetics,selection of fonts, Background and foreground color and such stuff. So what i want is some good books,tutorials,videos anything that can help. Thank you. | |
hi everyone , i want to edit , delete and update classes in css with c# . what shall i do? | |
Hello, I have a huge issue with firefox and some versions of IE. I have a flash embedded into HTML and at some action in the flash, a javascript is called that changes the CSS properties of the div containing the flash (postion, from relative to fixed) the problem is, … | |
hi web experts, i just want to ask is there a way to set the width and height property for the html input text box. I had this on a form, but how to set the width and height? is there a way to do it? <input name="time" type="text" class="inputbx" … | |
I have been trying to learn CSS for a while now. I have been working in C++ for quite some time now so i thought hey CSS should be a walk in a park but it has proved to be enormously difficult for me. The main thing that seem to … | |
Hello I have converted a ogg video to WebM using VLC Player. If i embed my video's it doesnt work in firefox. Firefox tries to use the WebM format. But for some reason it isnt working. The video: [url]http://corne.testingserver.nl/school/weer/ot/assets/weather.webm[/url] My code: [CODE]<video id="vbg_video"> <source src="assets/weather.webm" type="video/webm"> <source src="assets/weather.ogv" type="video/ogg"> <source … | |
Hi All, Just a quick one, My code (Below) works in Internet Explorer, but not in Chrome, Safari or Mozilla Firefox. Not sure why, but would it be possible for someone to point me in the right direction? Thanks! Code attached; [CODE=Javascript]<script language="javascript"> function formAction(flag) { switch (flag){ case "create": … | |
How can you use the "contenteditable" attribute to edit your site or lists but not have the general public do the same. Maybe just in a admin panel view? and Is this just easier for the developer to change content on the fly? I just don't see how it can … | |
Im on chrome 16.0.912.21 beta and my transitions are not working. One thing i noticed is that when there is no full url on the link href, the transition works. When there IS a full url the transition stops working...i don't get it. check out this link: [url]http://elneco.biz/idk/[/url] any help … | |
Hi Everyone, I am trying to achieve something without the usage of jQuery. Can be done with it but want to find a solution with only css pseudo classes. So here's what I have so far. A tabbed UI which opens a dropdown menu with a click action using the … | |
a friend of mine told me that there are websites that are designed using css only, no html or div involved. does anyone here know about it. if so, could u direct me to a site that would be helpful in my learning? :) | |
My website is bandstandmag.com and besides the home page, I can't get the other pages to center on the screen. Specifically: http://bandstandmag.com/index.html/IslandTigers.html I'm really sorry everything's so cluttered, this is my first time creating a website. My problem is I can't get the page to center and I've tried tons … | |
Hi there, I've made this page in html: [url]http://www.greenbeanbaby.com/retailers.php[/url] with drop-down menus that work. But when I try to make it dynamic for my client to update it, I'm stuck! The drop downs don't work. Here is the code I'm using: [CODE]$r=mysql_query("SELECT * FROM retailer"); $varloop=1; echo "<div id='wrap'>"; while(list($idr, … ![]() | |
Ok i have written a CSS code for body [CODE] body { margin: 0 auto; } #header { font-family: Georgia,Times,serif; } [/CODE] With the CSS code for body everything that's inside the body should be placed in the center of the page because the body is in the center. In … | |
Hello. My problem is this: I have a table, for which the row and cols number is given by the user. They contai images. Occasionally a cells picture will be changed. The question I have is this: How to do that? I will be able to compute which cell need … | |
Hey, I would welcome some advice here. I'm developing my first Drupal site and I am using Zen as my starter theme and creating a sub-theme. I've got my navigation set up in the second (right) sidebar. I would like all of the inactive navigation links to have the same … | |
I am trying to position the menu bar at the top of the div, but it appears at the bottom of the div and can hardly be read. I have searched and done all i have found on the net. Pls help with any ideas. Here is the code with. … | |
Can anyone give me a nice css code for my login and registration page , I already have my php code...I only need a nice css....thanks | |
'ellos So I'm making a Hangman game, and for the sake of completeness I want to have a HELP feature. When the Help button is clicked, a browser window should open up (not *within* the game frame... but just generally) and display the HTML Help file. How do I do … | |
Hey I have recently started to learn canvas in html5. As of now I can draw all the basic shapes rectangles arcs etc. I am also able to get the mouse coordinates and show them in a text box in the main body of the html. I am just wondering … | |
I'm developing a web app in which I have a file upload option. The thing is, my file input is hidden, and instead, a textbox and a button are used, in order to style the input, copy the file input's value and allowing the user write a link address into … | |
hi, how do you get the html file to run the java applet in a webbrowser. I need to have a html file which will allow me to view this applet in a web browser. im using eclipse to write the code for the applet. [CODE] import java.awt.Graphics; import javax.swing.JApplet; … | |
Here is the code It's an Open type free use code for convert css to inline style codes by capturing from your own html code or a url and it outputs an html code when finished. Because i need to send webpages in an e-mail. I am brand new to … | |
having much problem in email. i tried everything..but dont know whats hapening im getting simple plain text email while im sending the html input [CODE] { $from_name= ADMIN_NAME; $from_email=ADMIN_EMAIL; $subject="Simple html email"; $message = '<h1>Hello, World!</h1> </br>'.$_POST['msg']; $headers = "From: $from_name <$from_email>\r\n"; $headers .= "Reply-To: $from_name <$from_email>\r\n"; $headers .= "Return-Path: … | |
I open the Ubuntu Software Center and I search for Scribus. It shows three options and I choose one. A blank window appears. The window should, instead, give me the option to download what I chose. I am a total noob and I apologize in advance. Thanks! | |
Hi there, I am working on css positioning and I have encountered a problem. I have these two pages: 1)[url]http://antobbo.webspace.virginmedia.com/various_tests/2011_10_25_css_positioning/test.htm[/url] 2)[url]http://antobbo.webspace.virginmedia.com/various_tests/2011_10_26_image_slides/test.htm[/url] the first one has box B (yellow) and C(red) with [CODE]position:absolute; top 0; right 0;[/CODE] the second one has 3 images with: [CODE]img { position:absolute; top: 0; left:0; }[/CODE] … | |
I am working on creating a new page and I would like to have an image (like a iPhone 4 or 5) rotating. Is this possible using HTML? Thank you Regards GK2011 | |
I am trying to write a php script that will take find the path of a webpage or a url, and convert the css from the server or local folder to inline code. I've looked pretty much all over the internet and looked for many solutions that could help me … | |
Hi All Iam new to xmlc. can any one tell me which cmd is used for converting from html to DOM file using xmlc OR pls tell how to plugin in eclipse and which version of xmlc i need to downlaod and link too OR pls explain me the ant … | |
I have the following html file [CODE]<!DOCTYPE hmtl> <html> <head> <title> Minimum Spec Test </title> <script src="Compatability.js"></script> <script type="text/javascript"> var can, ctx; var img = new Image(); function Init() { can = document.getElementById('canvas'); can.width = 100; can.height = 400; ctx = can.getContext('2d'); img.src = 'Images/_test.bmp'; ctx.drawImage(img, 0, 0); } </script> … |
The End.