10,650 Topics
| |
Hi, Well i am totally new to css and html, i am making a table with css, need to show hover on image and text, hover is showing correctly on text, but on image its not working, below is my html and css. <style type="text/css"><!-- #list4 { font-family:"Comic Sans MS", … | |
I have taken up a project of creating my own forum. A chat forum. I have started to design the homepage. But there is still much more work to do. The thing is I dont know how the folowing things work: Member login and that each member has their own … | |
Hi Everybody, Good day Please see the following codes and response: h4.footer-header{background: transparent url(images/footer-header.png) no-repeat; line-height: 58px; text-indent: 30px; } #video .play{ float:right; margin-top:5px; } .mini_portfolio_item .block_inside { background:none; background-color:#e2dddc; padding:25px 30px 15px 30px; } background: transparent url(images/footer-header.png) no-repeat; line-height: 58px; text-indent: 30px;} Why there has no gap/space between h4.footer-header? … | |
i have an idea for a site that i believe is cool but i cant build it with sitehosters like wordpress or simplesite.. i downloaded dreamweaver but its just really confusing... please if you have a better way to build a site just with ur programmin skills, please post here...i … | |
Hi, I would like to get started on Codecanyon and Envato. Any guidlines how to do it faster. I know html, CSS, Javascript, a little PHP. Do you think I could get some free code and modify it? | |
hi.. currently i am working on a webpage designing project. I have to include CAPTCHA in my webpage. My doubt is , usually in text boxes , users will be able to get already entered values by just pressing the arrow key. In the case of CAPTCHA this must be … | |
hi.... Ihave this CSS but i have problem The sub-menu appears above the Main Menu can you tell me where is the error PLZ #pop ul {list-style-type: none; font-weight:bold;} #pop, #pop li ul { margin: 0; padding: 0; list-style: none; } #pop li { float: right; margin: 0; padding: 0; … | |
| (skip to 2nd paragraph if you don't want backstory deets) I made a mistake guys...A friend is working on this big project and wanted me to help with his site since I sitebuild and the works. I'm used to manually creating sites myself, but he needed to be able to … |
i have a cool idea for a site that sitehosters just cant provide.. please anyone.. with a knowledge of how to buld a site with your programming knowledge please put here with ur clues... and please do... thank you | |
Hi Guys, Does anybody have any idea how to make a create the sub-menu assigning feature which is seen in WP? I wanted to use that in my Web App. Thanks I have attached a file that shows what i am looking for! | |
if a or b selected from select menu i want to submit values else other is selected from select menu i want to redirect to other website please help me urgent. ** my form code is ** <table> <tr> <td><label> <select name="community" id="select7" > <option value="a">a</option> <option value="b">b</option> <option value="other">other</option> … | |
Hi I was wondering if it is possible to create two HTML5 images using div tag and having the script to make them interact and upon colliding with each other they do stuff like reading or activating a log file and maybe create images on the flow. Or vice versa, … | |
Hello, [Here](http://www.inecnursing.org) is the website I have done. [Here](http://www.inecnursing.org/inec.css) is the css to the site. [Here](http://inecnursing.org/SpryMenuBarHorizontal.css) is the CSS for the menu bar.Lastly, here is the CSS for the menubar to fit on the home page. #menubar { margin-left:169px; width:75%; } I'd like someone to let me know why the … | |
Hey, I'm trying to use a simple select menu, and I would like to set one of the values to be the default, and it works great in IE, but not in firefox. Here is a sample: [CODE] <select name="test"> <option value="Test 1">Test 1</option> <option value="Test 2">Test 2</option> <option value="Test … | |
Hi Iused to get asked quite regularly to make flash animations - such as banner ads, slide shows, and so forth. Then along came apple and off wnet one of my revenue streams into the sunset... Recently though I have been asked to do something like this: http://bspokemedia.com/momediauk/record-player.html which I … | |
Hello. I have the css coding for my breadcrumbs but now all I need is a divider class that will put a simple symbol such as / between my breadcrumbs. I have been having problems styling this. Each time I try to do it, the divider will appear far away … | |
Hi there, I have encountered a strange bug. I have buttons advancing one frame forward and back. It works in the SWF on its own, it works in both the .app and .exe projector files, but it does not work accessing the SWF via the HTML generated page. Does anyone … | |
Hi, I am not for sure if I am posting in the correct room. I have a flash photo gallery question. I am making a flash webpage using CS4 using a previous and next button. Both the previous and next button work but one problem. It does not stop at … | |
Hey all, first of all nice website. I'm working on a code whithout page refresh using javascript fadeIn and fadeOut, for that i'm using div's on top of eachother and they can have different heights. because they're on top of eachother they need to have a absolute position. <style> .container … | |
I'M trying to make the following web page fluid, or liquid. I want the page and form to resize as the browser is resized. Any idea on how I can accomplish this? Thanks. <html> <head> <title>Test</title> </head> <body> <link rel="stylesheet" type="text/css" href="mystyles.css" media="screen" /> <form action="bail.php" method="POST"> <div id="page"> <table … | |
Okay, i am creating a code library for myself and i am wondering how does one display java code on an html page? I asked my teacher how to do it and he said he has never done it before and the students told me that is an interesting question. … | |
I am trying to implement a font package I downloaded from Font Squirrel. The demo included css & html code and works ok but everything is in the root. For the application I am using, I need relvant paths. This is my tree structure: /site-root |--/Fonts | /*.ttf files |--/Styles … | |
Hi I am building a website to have interactive feature, and I was thinking of the implementing a live feed for a log file where it would take the content of the log file and do something with it, like create pop ups or images, it sounds possible in my … | |
What is causing my code to not center? Can someone tell me what is causing the issues based off of my css?: <style> .parent_container { width: 1000px; height: 1700px; background-color: #2A261D; margin-left: 0 auto; margin-right: 0 auto; } </style> <style> ul.tabs { margin: 0; padding: 0; float: left; list-style: none; … | |
I am creating a library (personal project) and for some odd reason I can not connect the navigation to the content. When I click on the tabs of the navigation, the content remains the same. how do I connect the content to the navigation, the content should be changing everytime … | |
I have a set of rollover areas in an svg file, laid over a background image on the page. It works in just about every latest browser, but I have an issue on Safari 5.1. The alignment is off, and there's a horizontal scrollbar. The viewBox seems the right side, … | |
Hi Can a web page have 2 meta description tags? My web designers created my template but I've built the reminding pages around it. My web designers have added meta description tag to my template so it appears on all pages. I have also added another meta description tag for … | |
I have used google custom site in website. But i dont want the default design of google custom search bar.i want to design with my custom psd file style. What can i do. Please help me. | |
Why is my footer not appearing at the bottom properly. I applied clear:both; yet noting. http://www.vellosdesigns.com/newsite/build-2/ Please can you help? Thanks | |
Hello Again, Sorry to kep bothering everyone, but I still need a little help. I'm coming across problems I haven't come across before. My new problem is that beyond a 1024 width resoluton the site--particulalry the home page--gets distorted. As opposed to posting all the code that might be relevatn … |
The End.