10,643 Topics
| |
Hey guys! I'm going to be competeting in a school competition for computer programming, and the task is building a webpage. here is the link: http://www.skillsusaca.org/sites/default/files/Computer%20Programing%20-%20Regional%20.pdf i have two questions... firstly, i dont want to assume that i can use php and find out i cant, so is there a … | |
I have a link in my web page: <div class="site-logo"> <h1 class="site-title"> <a href="http://10.0.0.201/wp/" title="Document & Draft" rel="home">Document & Draft</a> </h1> <h2 class="site-description">For power CAD users</h2> </div> The "site-logo" class is as follows: .site-logo{ display: block; text-align: left; color: #9FA32E; font-family: "Trebuchet MS",Arial,Helvetica,Sans-Serif; font-size: 42px; text-decoration: none; } I'm expecting … | |
hi people back again :( i am having an issue with my div elements lining up all nicely in ie but in chrome they second row of divs are slightly moved to the right. It is really confusing me as to why this is happening, i am not sure if … | |
Hi All, I have a bit of a problem with the site I have been working on. Originally I built it on my laptop, to later transfer over onto the "Intranet" server. On my laptop, everything was working perfectly and as intended. I then transferred it onto the server and … | |
after learning hard i have succed my goal to build my responsive website. but i have a question about device size and resolution. now we have phone IN FHD AND HD AND TABLET like pc my resnposive web site work fine it respect the resolution but where phone or tablet … | |
![9ef0bea126bf57cd5cc267400d2ed75c](/attachments/large/3/9ef0bea126bf57cd5cc267400d2ed75c.png "9ef0bea126bf57cd5cc267400d2ed75c") Please look at attachment picture. This is my html <nav class="subnav"> <ul class="nav-pills categorymenu"> <li><a href="#">Fashion & Accessory</a> <div> <ul class="arrow"> <li class="category"><a href="category.php?id=Women">Women</a></li> <li><a href="category.php?id=5">Women's Dresses</a></li> <li><a href="category.php?id=7">Women's Jeans</a></li> <li><a href="category.php?id=8">Women's Tops</a></li> <li><a href="category.php?id=9">Women's Coats & Jackets</a></li> <li><a href="category.php?id=10">Women's Pants & Shorts</a></li> <li><a href="category.php?id=11">Women's Skirts</a></li> <li><a href="category.php?id=12">Women's … | |
To begin, I have not written any HTML/CSS in about 4-years, so in a sense I'm relearning. My issue at this point is this: I want my footer to span the length of the window. Simple enough; But, it is leaving an approximately 10-px gap on the left of the … | |
hi all i am having trouble getting the correct spacing i need between my links across a horizontal navigation bar. i would like all the links to be spaced evenlly across the space available. here is my code as it stands html <div id="nav"> <ul id="navigation"> <li><a href="index.html">link</a></li> <li><a href="page1.html">link</a></li> … | |
I am trying to insert a circle but don't want an image to use. Can I draw a circle using css. Thanks. | |
hello i am new so need much help i like web programing | |
This is my CSS code [CODE]body{ background: white url(/image/bg.jpeg) repeat-x center top }[/CODE] HTML code [CODE]<!doctype html> <html> <head> <title>Page title</title> <link rel="stylesheet" type="text/css" href="style.css" / </head> <body> </body> </html>[/CODE] I don't why but the image doesn't show up. The image for the background is below [url]http://img704.imageshack.us/img704/2162/67726065.jpg[/url] Thanks in advance | |
I am having trouble getting my drop down navigation menu to work. The main issue is when I zoom out in Google Chrome, the menu starts wrapping and dropping to a 2nd line, causing all other divs on the page to wrap too. I have searched across the internet to … | |
Hello, I am trying to print the following events horizontally instead of vertically. How to do so? [Events](http://www.rustoleum-indonesia.com/events_2.png) index.php <?php include('include/con_database.php'); $result = mysql_query("SELECT * FROM dynamic_content WHERE CatID='4'"); while ($data = mysql_fetch_array($result)){ echo '<div id="banner">'; echo '<div id="title">'; echo '<h1>'.'<a href="http://localhost/IndonusaCMS/events.php?id='.$data['ID'].'">'.$data['title'].'</a>'.'</h1>'; echo '</div>'; echo '<div id="gambar">'.'<img src="images/events/thumb/' . $data['images'] … | |
<html> <head> <link rel="stylesheet" href="css/template.css"/> </head> <body> <div id="maindiv"> <div id="top_bar"> <div id="logo"><img src="img/avatar2.png" width="32px" height="32px"></div> <div id="settings"><img src="img/avatar2.png" width="32px" height="32px"></div> </div><!---topbar---> <div id="container"> <div id="leftpanel"> <table border="1px" align="center" class="edit"> <tr> <td> Edit </td> <td> view </td> <td> Delete </td> </tr> </table> <table border="1px" align="center" class="leftmenu"> <tr><td>tab1</td></tr> <tr><td>tab2</td></tr> <tr><td>tab3</td></tr> </table> … | |
Hi, How do you stop divs from moving all over the place when you zoom in and out of browsers? The website I am going to create has to be centered in the middle of the webpage. I need to create a header with an animated gif in the left … | |
hi there, This is my first go doing a wordpress site and its causing me some confusion. I know how to create all the pages I need and thats going smoothly. I cant seem to get the main navigation buttons in my header to move...expand...anything really except line up in … | |
Hey everyone, So I've built a website for my portfolio and I want to make it responsive to all browser sizes. However I don't think I've got the basics of it down yet. I've got it to where my menu re-adjusts and but the main content doesn't seem to alter … | |
Hey everyone, So I have a website, already up and running but I'm having trouble making the site responsive to different screen widths. I'm having trouble making the text automatically fit to page when I try to manually resize the window in my desk top. I haven't completed the responsive … | |
Good Morning All, It has been quite some time since I've been here, but I had something pointed out to me that I haven't been able to resolve on my own yet, so I'm bringing it to the community of experts to hopefully head me in the right direction. my … | |
I would like to know if `Consolas` and `Arial` are 100% sure to be supported on website by any browsers/operation system; without that I need to use CSS3 for including font exclusively. I have been Googling that stuff, but I found only report of how big percentage of websites use … | |
Hi all, I would like to pose a design pattern to discussion that is achieved in two different ways. Imagine the situation where you have an interface "IFoo" (aka virtual) and implementations "FooA", "FooB", ... that inherit and implement "IFoo". Now you want the user (of the library you are … | |
let I am having the Text Link. so what should I do so that i can know how many times the link clicked? I just want to know how can I get the total clicks of link... whether its button or text... This feature is available in softpedia. while clicking … | |
Hi, I have been having major problems with Frontpage and am ready to download a diffrent free website builder, whats the best one? and how would i upload my current pages to my new builder? | |
Good morning everyone I come here today with some questions in hopes that someone can help me through. The problem: At my work, I am requiered to create a chat app for mobile using html5 and websockets. We have a custom made chat app for desktop in the company which … | |
http://prntscr.com/2l3gnh - My Problem I'm currently using this HTML: <footer> <p class="alignleft">Text on the left.</p> <p class="alignright">Text on the right.</p> </footer> With this CSS: /***** Reset *****/ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, … | |
On my site, I've been tweaking the remember me checkbox so that it looks like a button, whilst still being a checkbox, my html is: <span class="button-checkbox"><button type="button" class="btn" data-color="info">Remember Me</button><input type="checkbox" name="remember_me" id="remember_me" checked="checked" class="hidden"></span> A fontawesome icon is dynamically changed and the status of the checkbox is modified … | |
I am new to drupal. How would a user add a button on a drupal page using a wysiwyg rather than using code? | |
How to make a clickable list item with anchor text inside ? For example <li class="clickable"> <a href="http://www.somesite.com">Go</a> </li> So, when i click the list item, the browser should automatically go to www.somesite.com ... In other words, I want to make it like the snippets on CSS Tricks : http://css-tricks.com/snippets/ | |
Hey i want navigation menu with image ... It means that if in my manu there is 3 button home,serviceses,about us than when onmouseover on that text it shows images which i choose..this type of implemntation done by me.. But when images change there is no effect ... And i … | |
Hi all thanks for reading, I am having problems getting my padding to work how i would like. I have a the followinc code for my page <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Sonc Hydro</title> <link rel="stylesheet" type="text/css" href="css/main_styles.css" /> … |
The End.