7,985 Archived Topics
Remove Filter ![]() | |
Hi guys, I am having a nightmare with a small website I have built. Here's the visual_impairments.htm page: [CODE]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <head> <title> Visual impairments </title> <link rel="stylesheet" type="text/css" href="style.css" > </head> <body> <div class="banner"> <h1>IT and Disability</h1> </div> <!-- BREADCRUMB TRAIL STARTS HERE, EVERY … UI / UX Design html-css ubuntu unix web-design | |
Is there a way to make the width of the page, or an element within the page only change by a certain amount depending on the width of the screen? For example, I have a white box with 6 items in. Each item is its own box and has a … UI / UX Design ui-ux web-design | |
Does anyone have any clue what font this is?? I have been searching and found similar fonts but my client wants this exact font. Thanks!! UI / UX Design web-design | |
1. Separate pages. Each page coded completely independently. 2. Index page with content as included files. An index page with everything that would appear on every page coded in then a simple if statement to check which page should be displayed, likely depending on the URL (e.g.: index.php?page=news). 3. Content … UI / UX Design php ui-ux web-design | |
This code worked for me when it had 74 quotes. I added 130 more and somewhere along the line killed the whole code. I keep looking through for small mistakes, but have found none. Why is this code not working? Is there a max limit for an array? [CODE]<center><hr size="3" … UI / UX Design career pay-per-click web-design | |
When loading up any browser, all the text and pictures display normally, but the graphics buttons and pointers and outlines etc. do not show up. It must be a problem independant of the browser. All other programs display correctly. I was using an nVidia gForce 6100, but just tried changing … UI / UX Design display html-css image web-browser web-design | |
Hey guys, I'm using a free mailing list script for a friends site and I want to change the appearance of the form but the html is protected with [COLOR="Green"]<!--hppage status="protected"-->[/COLOR] just wondering if anyone knows a way around it?? Any help will be much appreciated! Thanks in advance. UI / UX Design web-design | |
I am trying to center a simple navigation menu (horizontal). this is my script so far: [code] <head> <title>Home</title><link rel="menu" href="menu.css" type="text/css" /> <style type="text/css"> body {background-image:url('backg.jpg');} .center body{ text-align:center; /*centers for IE5*/ #menu_box{ text-align:center; /*overrides the centering from above*/ width:675px; /*5 menu items at 135px width (8px padding + … UI / UX Design html-css java-netbeans web-design ![]() | |
![]() | Hi, When I set width and height properties in the <iframe> tag, it sets the width and height respectively, however, the "src" page inside the iframe is still small and has a scroll bar. Is there a way to set the src to be equal to the iframe dimensions? Thanks, … UI / UX Design html-css web-design ![]() |
Help me!!! I can't import background in html do you know any tag that can import background UI / UX Design web-design | |
Hi, I have a client that needs me to put samples of his work on dvd into quick time format (I need to put it up on his website): 1-Im on a mac, which application would I use? 2-If its a lengthy or involved process, do u know of any … UI / UX Design multimedia web-design | |
[url]http://a.pix.ge/m/3r1u6.jpg[/url] check this image out ... i want to repeat left and right part of my site... left part is pink ... right green.... how can i do this? ... UI / UX Design web-design | |
NB:EXCUSE ME EXPERTS....,,,,THESE TIPS ARE ONLY FOR BEGINNERS... 1.TRY TO FRAGMENT YOUR WHOLE PAGE SIZE INORDER TO ARRANGE DATAS BEAUTIFULLY We can use the <span> tag for this fragmentation for Eg-: Main Banner-At Top Center <span style='position:absolute;left:120px;top;5px;width:990px;height:69px;'> <img src="mainbanner.gif"/>/*To Add The Animated Banner*/ </span> Left Side Column For Links <span … UI / UX Design html-css multimedia web-design | |
These are the Steps to Follow : Press (Ctrl+F8) to create a new symbol. "Create New symbol" window will appear Name your symbol cursorNew. Click on movieclip behavior and then press "OK" Now you would have entered your movieclip symbol Draw anything you like to replace the existing cursor. For … UI / UX Design actionscript flash multimedia web-design | |
THESE ARE THE STEPS TO FOLLOW STEP 1. Insert 3 layers in your timeline window and name them, "background", "text"and "actions". Similar to the one shown below STEP 2. Select Frame1 of background layer, Design the framework for your digital clock. Select frame2 and press F5 STEP 3. Now go … UI / UX Design flash multimedia web-design | |
[B]CREATING BLUR EFFECT IN FLASH[/B] [B]REQUIREMENTS[/B] 1.FLASH 8 2.FLASHPLAYER 8 STEP 1.Open a new flash document using open->new flash document STEP 2.Do in open menu as open->import->import to stage(any picture on which you wanna create blur effect) STEP 3.Now the pic is on stage..select it using the selection tool from … UI / UX Design flash multimedia web-design | |
Hi I'm tryng to make two boxes on my page always the same hight, no matter how much text is inside one of them. So the boxes will always be the hight of the box with the most text. you can see what I meen here: [url]http://wearecrunch.dk/test-globeaid/[/url] I would wan't … UI / UX Design web-design | |
![]() | Hi, Can someone tell me how to make an image next to an input field? Something like what you would find at [URL="http://www.facebook.com"]http://www.facebook.com[/URL] or [URL="http://twitter.com"]http://twitter.com[/URL] when looking at the search field input box, you'll notice a picture of a magnifying glass - How do they do this? Thanks, Ashton. UI / UX Design image seo social-media web-design |
Hi guys, I was just wondering how pages like this are made example [url]http://uk.msn.com[/url] what I mean is the image or swf behind, that does not scroll when the actual page content scrolls. Pls any pointer as to how to achieve this kind of effect will be appreciated. Thanks UI / UX Design image web-design | |
hi experts, using a robot.txt on a site. Will it help to increase the web traffic? or what are your thoughts and suggestion on this? Thank you. UI / UX Design ui-ux web-design | |
I have a small doubt in CSS style sheets what is use of float tag in css? and why it using ??? please reply me UI / UX Design html-css web-design | |
hi all I have created a online Bus Ticket Booking dynamic website using JSP, SERVLET, CSS,JAVASCRIPT. And i have some issue related to table view on my index page there is a table for ticket booking and it is displaying properly on Mozilla Firefox but unable to be displayed properly … UI / UX Design html-css web-design | |
my webpage is not displaying correctly in some of the browsers like firefox, chrome, opera and safari; yet it dispays fine in explorer, avant, maxathon. how could I fix this. the only problem is that the second background doesn't go under all of the text. here is the code: [code] … UI / UX Design display html-css web-browser web-design | |
its working in Firefox and IE 8[code]html code <ul id="menu"> <li><a href="#" onmouseover="mopen('m1')" onmouseout="mclosetime()">About GMU</a> <div id="m1" onmouseover="mcancelclosetime()" onmouseout="mclosetime()"> <a href="#">History & Mission</a> <a href="#">Office of the President</a> <a href="#">Office of the Provost </a> <a href="#">Administration</a> <a href="#">News & Publications</a> <a href="#">Visitor Information</a> <a href="#">Facts & Statistics</a> <a href="#">Social Media</a> … UI / UX Design html-css social-media web-design | |
Need help with Flash (using AS3): I have a MovieClip as part of a Button. I'm trying to use code inside the Button to control the MovieClip. Is there a way to do this? UI / UX Design flash multimedia web-design | |
Help! I've searched everywhere, and it seems that I tried everything! The div's extend beyond the parent "container" & "mainContent" divs--it's like they're being ignored. I tried clearing the floats, but that doesn't seem to work. I know my html & css are very lengthy, so I thank you in … UI / UX Design html-css web-design | |
i have created websites for clients for some time now but recently i have found it difficult to add that little extra to a project to make it unique from all those that surround it. I wanted to know what you lot do to get the old juices flowing and … UI / UX Design ui-ux web-design | |
I have a sidebar.php which contains: [code] <a href="page.html"><src="images/MyImage.gif"></a> [/code] If I do: [code] <?php include 'sidebar.php';?> [/code] from a file that is in '/', everything works properly (because it looks in /images for the gif). However, if I do: [code] <?php include '../sidebar.php';?> [/code] from a file in, say, … UI / UX Design web-design | |
Hi, I am working with a friend on a small pilot website and am having difficulty making the footer stay put. Any help is appreciated. Thank you! [URL="https://dl.dropbox.com/u/10563012/fall2010/Expression/psThreeA/default.htm"]https://dl.dropbox.com/u/10563012/fall2010/Expression/psThreeA/default.htm[/URL] Another problem is in the logo. Apparently, it is not ok to put <H1> tags inside <a> tags. I want the whole … UI / UX Design html-css web-design | |
Hi there, am working on a new website and was testing it in Chrome and Firefox (looks fine) and when testing it in IE9, the top header image has shifted way off to the right. I can't figure out how to get it to stay put. Any suggestions from the … UI / UX Design html-css web-browser web-design | |
Can anyone explain to me why the green sub_container in the following code doesn't expand down to fill the red main_container? [CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Test</title> <style> html, body {margin:0; padding:0; height:100%;} div#main_container {min-height:100%; background:red;} div#sub_container {height:100%; background:green;} </style> </head> <body> <div id="main_container"> <div … UI / UX Design web-design | |
Hello, Is there a way to make a background image/skin clickable and trackable via a pixel tracking url? Right now I have the background image set up through css: body { background: url(IMAGE URL) no-repeat; background-position:top center; background-attachment:fixed; } Thanks, George UI / UX Design image web-design | |
hi i sliced my site header and body background and added to the index page using CSS, the problem is these images are displayed in editor (DREAMWEAVER 8) and looked fine, but when i try to view the page in browser, background images are not displayed. i wonder how to … UI / UX Design web-design | |
I have put exactly following code to make the text "Person of the Week contest" blinking anchor text on my homepage of [url]http://BestAdPoster.com[/url] : [CODE]<div style="float:right; font-size:18px;width:100px;display:inline;border-style:groove;border-width:10px;text-decoration: blink;padding:10px;"><a href="http://bestadposter.com/forum/topics/person-of-the-week-contest">Person of the Week contest</a></div>[/CODE] Unfortunately text blinks only on FireFox but it's static text on all other browsers (I have checked … UI / UX Design html-css web-design | |
Hi All, first time with this so go easy on me please. I want to validate my code. I have fly-out menus that fly-out over a flash movie. At first, the flash layer covered the fly-out portion. I resolved the cover-up problem in the big 3 browsers (Chrome, IE, Firefox), … UI / UX Design flash web-design | |
This page works fine in Firefox and Chrome: [url]http://ewh.ieee.org/r1/schenectady/events.php[/url] but in IE, the maincontent appears way at the bottom (below the sidebar) instead of to the right of the sidebar as it should. Google convinced me that IE has trouble with CSS, but this is such a basic thing I … UI / UX Design html-css web-design | |
Hey, I have a problem and am hoping that you can help me find a solution. I have a site created in dreamweaver. To do this, I made a template, with 2 editable regions, then set up all my pages. The problem I am having, is that I am trying … UI / UX Design java javascript web-design | |
Hi, How to rewrite my page [ICODE]www.site.com/category.php?item=mouse[/ICODE] to [ICODE]www.site.com/category/mouse[/ICODE] using .htaccess I tried many in google Please help me Thanks in advance UI / UX Design ui-ux web-design | |
I have yet to write a single line of code. I am just finishing the "pencil and paper" part of the layout design. [URL="https://docs.google.com/drawings/pub?id=11GrWyVrG6J0PSMY_GF8n6M97Hy45kwNAJQSZYz-VxxQ&w=960&h=720"]https://docs.google.com/drawings/pub?id=11GrWyVrG6J0PSMY_GF8n6M97Hy45kwNAJQSZYz-VxxQ&w=960&h=720[/URL] Here is my rant/explanation of what I want to do with the website [URL="https://docs.google.com/document/pub?id=150QSF4NfDuj5sGh35OgsGyv1VvRxWSeRKlDnozJ54P0"]https://docs.google.com/document/pub?id=150QSF4NfDuj5sGh35OgsGyv1VvRxWSeRKlDnozJ54P0[/URL] I am only beginning to learn CSS. Do you think the whole … UI / UX Design html-css ui-ux web-design | |
Please see screenshot. I'm trying to vertically align the text and background in the table, but odd enough, they are dropping to baseline somehow. I've tried dozens of variations in the CSS but cannot get the text to be middle aligned (vertically) in the background. HTML [CODE]<table cellpadding="0" cellspacing="0" style="width: … UI / UX Design cpanel html-amp html-css web-design | |
I'm working on an entertainment site and there is some design mistake which I made. But everything looks good if zoomed out in 83% on chrome and 75% on mozilla and IE. What is the solution to resize everything or there is another way? UI / UX Design html-css ui-ux web-design | |
Hi I'm creating a simple template for a client. One element they have on their page is a form for their third party shopping cart. This form passes about 15 variables in order to calculate shipping weight, dimensions, and all the standard specs a cart would need...ie.. item number/name and … UI / UX Design ui-ux web-design | |
Hi, Basically I am developing a website for a university project, all fine so far, site is set-up and I have managed to display a image gallery using lightbox. However I need to have tooltips on the images, which I cannot seem to get working. I have some code in … UI / UX Design html-css web-design | |
how on earth do you design something like this? iv seen where people plot on the countries with the dots where the high usage is but can someone assist me on even naming what it is? [URL="http://sphotos.ak.fbcdn.net/hphotos-ak-ash1/hs449.ash1/24742_387622215797_11204705797_3824069_7757058_n.jpg"]click to view image [/URL] thanks UI / UX Design multimedia web-design | |
I made a design for my first web page, and I tried to do the codes but sadly I can't. Can someone tell me where to code the codes needed, if it will be on html or css. Because I can't arrange the images I wanted them to be. I … UI / UX Design html-css web-design | |
I am making a logo in illustrator its a mix of text and symbols. I used two arrows from the swatches got the basic layout for the logo. When I go to add effects it looks very bad because I cannot get the text and the symbols to group and … UI / UX Design multimedia web-design | |
| |
Can anyone tell me about the best HTML book ? thank for reply UI / UX Design html-css web-design | |
hi guys, just need some insight. In css how to position objects next to each other, like: First Object | Second Object | Third Object i had tried, float:right and position relative but it's not horizontally align. can anyone give an example, thank you. UI / UX Design html-css web-design | |
Hello, I have a small image that i want to use over a complete canvas on a Fireworks file.......can someone help me with the instructions to do so? Details: - i have a small gif image attached here. - i want it to be tiled all over a huge box … UI / UX Design multimedia web-design |
The End.