2,272 Solved Topics
Remove Filter ![]() | |
I'll preface this by saying that, while I know a fair bit about C#, ASP.Net, HTML, etc... I am a mere pre-novice when it comes to AS3 scripting for Flash. The basic idea of what I'm trying to do here is to create a simple children's mathematics game which runs … UI / UX Design asp.net flash mathematics multimedia web-design | |
I am trying to make a menubar for my website using CSS and HTML, but the buttons appear in reverse order. Here is some of the source: HTML: [code] <div class="hovermenu"> <ul> <li class="hovertarget"><a href="http://www.teddypwns.com/">HOME</a></li> <li class="hovertarget"><a href="http://www.teddypwns.com/contact-us/">CONTACT US</a></li> <li class="hovertarget"><a href="http://www.teddypwns.com/login.php">MEMBER LOGIN</a></li> </ul> </div> [/code] CSS: [code] .hovertarget a … UI / UX Design html-css web-design | |
am working on my project and the requirements are that i develop a web site and have it connected to an access database. the site is ready and the database the problem is how do i connect to the database.could someone help please. UI / UX Design html-css web-design | |
Hi every body at the ariahost.net/index2.htm my css menu is under the image slider . how can i fix it ? UI / UX Design web-design | |
Hi, I can't figure out how to make this background friendly for various resolutions. I would like wave pattern to continiue on larger resolutions, while content is in the center of the page. [IMG]http://i52.photobucket.com/albums/g9/Rydra/kapieni-bg.jpg[/IMG] Will be thankful for every suggestion. UI / UX Design web-design | |
Hello sir/madam, I need to know the procedure to import an swf file into a website using dreamweaver. Plz help. Thanks, Pruthvi UI / UX Design multimedia web-design | |
Any way I can remove the additional borders created when I nest a table? Here is the code I am using. [CODE]<!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> <style type="text/css"> #leftcolumn { width: 72px; height:120px; float: left } #leftcolumn img { width:100%; height:100%; } #rightcolumn { … UI / UX Design html-css web-design | |
Not sure why there is obviously something wrong with this but my two of my divs username and #passwordrow are turning out twice the length of the parent #loginbox don't worry ablut the wierd backgroound and text colours I did that so I can see how they are acting, the … UI / UX Design html-css web-design | |
Hey Guys, I have an image that has two images in one to create my sprite. I have a lighter version of the image on top and a darker version on bottom for the .hover state. I want the hover state (which works right now) to also be the "Current" … UI / UX Design html-css web-design | |
I made my website on Joomla, the template has been designed by me. I installed a component for Joomla called ZOO by Yootheme.com I am using one of their app called Business Directory for Zoo. When I published my directory on the page I cannot see the titles of the … UI / UX Design html-css web-design | |
Hey, I'm having problems with my code/layout. The right hand column is at the bottom of the page rather than at the right where it should be. Here's the relevant code: [CODE]body { background-color:#161616; color: #FFFFFF; font-size:10px; font-family: Verdana; } a {outline:none;} img {border:0px;} .clear {clear:both;} a {color:#92BDE7;font-weight:bold;text-decoration:none;} a:hover {text-decoration:underline;} … UI / UX Design html-css web-design | |
I can make a button, but I can't figure out how to put a different kind of button on my site. If this is my code for the first button, then how would I add code for another button with completely different styles? #button a { display: block; background: url(rolloverimage.gif) … UI / UX Design html-css web-design | |
[COLOR="red"]ok, so I have this html form[/COLOR] [CODE]<html> <head> <title> SUBMIT FORM </title> <link type="text/css" rel="stylesheet" href="prva_strana.css" /> </head> <body> <form action="druga_strana.php" method="post"> <div> <label for="Fname"> First Name: </label> <input type="text" name="Fname"> </div> <div> <label for="Lname"> Last Name: </label> <input type="text" name="Lname"> </div> <div> <label for="Uname"> User Name: </label> <input … UI / UX Design html-css web-design | |
Hi, I dont know what is the Z-index? Can you explain with an example, UI / UX Design html-css web-design ![]() | |
Guys, I normally don't dabble to much in XHTML, but I have been doing up a website for my business and I have hit a wall with the development. I found some inconsistencies with different browsers. So I carefully went back in Photoshop and made rulers and made sure all … UI / UX Design chrome-os display os-x web-design | |
how to hide some text of other site in frames i have created a frame where i am calling other website, in that frame i want some of the thing should not appear like footer and some images of the called website. how i can do this in frame. frame … UI / UX Design html-css web-design | |
I have a containter div that uses rounded corners. For chrome, FF, and Safari, I simply use the CSS properites. But for IE, which doesn't support those, I have images that are absoutely positioned in each corner. The container div is resized by both js and by its child elements … UI / UX Design web-design | |
![]() | Anybody know of how to use something like an <abbr> tag, but for rollover translation purposes. I'm guessing that the abbr tag is semantically incorrect here. E.g. [CODE]<abbr title="neutron">niwtron</abbr>[/CODE] A rubbish way would be to use a span I suppose: [CODE]<span title="neutron">niwtron</span>[/CODE] I just can't help feeling that there should … UI / UX Design web-design ![]() |
Hi all, I am designing a website using div tags, however when I zoom my website the layout distorts. How can I fix this problem? UI / UX Design web-design | |
If you go to my site (link below) and click on the consulting tab you'll see where the .css is NOT working! If you scroll down to the bottom right corner of that page and click on the [URL="http://www.philpetree.com/consulting/strategy.html"]Strategy[/URL] you'll see that it works on THAT page. However it doesn't … UI / UX Design html-css web-design | |
Hi, I have a form to email working just fine, but I would like to send the form to two different emails. Any help please. Thanks UI / UX Design ui-ux web-design | |
I thought I could organize my movie files by writing a quick and dirty HTML script for them. I read a few tutorials on HTML (not CSS) and it seemed simple enough. So I made this: [CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" id="DocumentRoot"> <head> <title>Media</title> <meta … UI / UX Design html-css publishing ubuntu web-design | |
Hi everyone, For the first time, I've somewhat successfully migrated an html file over to WordPress (not completely finished yet). However, I'm having a problem that I can't seem to fix. On the homepage ([url]www.johnernaut.com[/url]) you can see a 'More...' button at the bottom to preview more posts. This seems … UI / UX Design html-css web-design wordpress | |
For some reason when i view [url]http://roots.sodesigns.co.uk[/url] in FF the text on the first page is a completely different color than any other browser. This is my code : [CODE] body { font: 75%/150% "Trebuchet MS", Tahoma, Arial; color: #333333; /*background: #FFFFFF url(images/main-bg.gif);*/ background: #c0c0c0; margin: 0px; padding: 0px 0px … UI / UX Design web-design | |
Hi , I want to incorporate a feature on my website. An example of what I want to do is here: [URL="http://www.maxxcount.de"]http://www.maxxcount.de[/URL] - specifically the flash box in the middle of the page. I was wondering if a similar effect can be achieved using CSS? I have searched around and … UI / UX Design flash html-css web-design | |
OK, I'm completely stumped by this one!!! Here's the code, it's included in the <head> tag as it should be... the files exist, the site works just fine. [CODE] <link rel="stylesheet" type="text/css" href="rateasite.css" /> <link rel="stylesheet" type="text/css" href="star-rating.css" title="Do dating sites work?" /> [/CODE] If I add a title="" to … UI / UX Design web-design | |
![]() | Hello everyone. I am 1st year IT university student and I have to design an E-commerce website for my web design module. However, I do not know where to start exactly. I've decided to start off with a navbar for the home page. I do not have problems using simple … UI / UX Design html-css web-design |
I just purchased a Canon sx 20. The video is in mov format. I had a Canon powershot A series previously. I loved using the Microsoft Movie Maker (have Windows Vista) to make movies with pictures, video clipsand music from the camera shots. It was quick, easy simple to learn. … UI / UX Design hard-drive multimedia web-design windows-vista | |
i want to make website using dreamweaver pls tell mi how i can make UI / UX Design multimedia web-design | |
I am still trying to wrap my head around css columns, and have been playing with some samples created at csscreator.com. I am trying to create a page with a header and footer, then 3 three columns wide for the main content. Additionally, I need to split the main center … UI / UX Design html-css printer web-design | |
Hi, I'm desperately trying to solve this annoying issue! I'm trying to place the side bar just underneath the search bar, but I want it to be resized automatically, as each page has differing content so I cannot explicitly define the height. The CSS that is related is below,. If … UI / UX Design html-css web-design wordpress | |
Hi, Just bought a small flash music player for my "homemade" small business website and it works perfectly in the major browsers (Firefox, Chrome, Safari, Opera) [I]except[/I] ... In IE 6/7/8 it works till I click a photo on the same page for lightbox view, but then the player disappears. … UI / UX Design flash web-design | |
Hey guys I hope someone can give me a hand here. The site I'm making can be found at [url]www.tomobrien.com/v2/index.php[/url] You can see at the bottom of the page my footer is a few pixels shy of being the full width of the screen. I can't figure out why? It's … UI / UX Design web-design | |
Hi everyone, I'm new in the forum. I've found the advice here helpful in the past and I'm hoping someone can help me now. I want to make this page look neater: [url]http://www.naturalfrugality.com/money/5-disposables-youre-better-off-without/article.php[/url]. Does anyone have a suggestion to keep the images and captions from encroaching on the other paragraphs … UI / UX Design web-design | |
Hello Friends, Greetings of the day! How can i change my existing website in UTF-8, which is now in iso-8859-1 ???? And is it necessary for web sites to be in UTF-8 for South East Asian languages ???? I am quite afraid if so :(. Revert awaited. Thanks & Regards UI / UX Design web-design | |
Hey Guys, Thought I solved the small issue I am having with my nav bar. I made a sprite image and I am using css to position the buttons. One of the buttons (autos) is not positioned in the right spot. It needs to be next to the other buttons. … UI / UX Design html-css web-design | |
hi guys, I'm designing a website - [url]www.pchristou.com[/url] - to showcase some of my work but am having an issue when using an image as the background. For some reason, when scrolling in Firefox its not smooth (in particular, when clicking the anchor links at the top) however, other browsers … UI / UX Design image ui-ux web-design | |
Hi there Guys and Gals I am looking for some help, is there anywhere on the internet where I can find Pure CSS Code to replicate the main menu on the John Lewis webside. Have a look at the following link [url]http://www.johnlewis.com/[/url] the same kind on menu is on [url]http://www.next.co.uk[/url] … UI / UX Design html-css web-design | |
Hello all, I just started working at a firm as a web assistant and was given the task of redesigning our site. One of my tasks involves making the site more efficient by using include files. I have never designed with this in mind and despite my best research I … UI / UX Design html-css pdf web-design | |
I want to style an H3 header with a background colour. If I do this: [code] h3 { background-color: #000; color: #fff; } [/code] and [CODE] <h3>header tag</h3> [/CODE] for example, the output in the browser will be displayed across the entire width of it's parent container. If I wrap … UI / UX Design web-design | |
Hi, There was a method that removes all the default setting of padding and margin for browser. I cannot remember it. Something like this. [code] ?????? { padding:0px; margin:0px } [/code] Thanks[code][/code] UI / UX Design web-design | |
My layout looks fine in firefox and internet explore, but in google chrome it looks bugged. My Search is placed somewhere else. Any idea why and what cause ths? UI / UX Design ui-ux web-design | |
I have no issues with setting up the mod_rewrite and having it create the clean URLs. My question is for more experienced htaccess users and I am wondering if there is a simple solution to my dilemma. My URLs without the cleanup look like: index.php?ctrl=portal&mode=main or index.php?ctrl=portal&mode=edit&id=2 I want my … UI / UX Design apache http-protocol ui-ux web-design | |
I have a gradient header image as a background image in a header div. The gradient, which stretches horizontally across the entire page, has three distinct vertical partitions of 32, 72 and 56px, and I'll ultimately want to apply top and bottom padding to one or more if the three … UI / UX Design web-design | |
hi web enthusiast guys, which one is better to use for a web site drop down menu or vertical menu? a menu code in pure css? a menu code in css and javascript? a menu code in pure javascript? a menu code in jquery? factors to be considered in choosing … UI / UX Design javascript-jquery ui-ux web-design | |
hi i am new to CSS, XHTML and PHP, and have wrote a style sheet to display a navigation bar, with auto expanding widths etc...all the relative code is below [CODE] a:link {color: #008000; text-decoration: none} a:visited {color: #cccccc; text-decoration: none} a:active {color: #ff0000; text-decoration: underlined} a:hover {color: #3300ff; text … UI / UX Design html-css web-design | |
I am banging my head against the wall, and hope someone can figure out where I am going wrong. I am trying to create a 3 column page (working fine), with a second <div="box"> inside column 2 which will display a box using 3 images (top, bottom, and side). The … UI / UX Design html-css web-design | |
Hi, I'm considering doing some web design and development for money but something that has been on my mind for awhile now is, when designing websites for clients do they need to have a back-end for the admin to log-in and add new content to the pages? As I'd imagine … UI / UX Design cms ui-ux web-design | |
hello, can u plz help me?? I can't run the javascript on Mozilla nad IE(can run on Chrome) I don't know why. I think my javascript has some problem. Here is my code ..... [CODE]<script> function check() { if(document.getElementById("name").value==""||document.getElementById("address").value==""||document.getElementById("phone").value==""||document.getElementById("email").value==""||document.getElementById("username").value==""||document.getElementById("passwd").value==""||document.getElementById("passwd2").value==""){ alert("You need to complete the form"); } else continue; } function … UI / UX Design java javascript web-design ![]() |
The End.