2,272 Solved Topics
Remove Filter ![]() | |
hi i'm using this code [<meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> <link href=" mycss.css" rel="stylesheet" type="text?css">] to link my css files to my web page but it's not working. what could be the problem. UI / UX Design html-css web-design | |
Hi, I have this code working perfectly fine with the cool subwai stuff on the left side and the Reset All button below it. And the menu summary box towards the right handside of the cool subwai stuff. And the pictures come on almost the center of the page. But … UI / UX Design html-css web-design xml | |
where do you find the curly brackets used in css code or is it just appropriate to use the common brackets. UI / UX Design html-css web-design | |
Hi I am trying to locate a menu over my masthead, which consists of a full width image. Towards the left there is the page name and to the right of that is the main navigation menu. There is an outerwrapper div and then the masthead div and below that … UI / UX Design image web-design | |
Hello, I am very new to web development in general. I am trying to develop a master page for a tutorial that I am creating. I have tried different solutions to correct the overlap, but the same result occurs every time. My web page shows up fine in IE7 and … UI / UX Design html-css web-browser web-design web-server | |
I am trying to link a PDF document in HTML and I keep getting this error: "Bad Request Your browser sent a request that this server could not understand. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request." My code is … UI / UX Design html-css pdf web-design | |
![]() | YT spits out invalid xhtml for embed code, so have been trying to get to grips with validating pages with embedded videos. Came across this today. Any thoughts? Does it work with all browsers? I've got the modern ones - so can't test the oldies. [CODE]<object type="application/x-shockwave-flash" data="[B]http://www.youtube.com/v/vUzTQWn-wfE&hl=en_US&fs=1&rel=0[/B]" width="400" height="326"> … UI / UX Design html-css streaming-service web-design |
simple problem here is my code first[CODE]Intro_btn.addEventListener(MouseEvent.CLICK, Click); function Click( event:MouseEvent):void { gotoAndStop("what to put here?"); } [/CODE] and was wondering what do i place in the 'what to put here section so it goes to the next frame instead of a specific frame? UI / UX Design multimedia web-design | |
Hi, I have a page with four primary DIVS layed out like: [url]http://wp-media.samrudge.co.uk/2010/01/1.png[/url] using the CSS [code=css] body{ background-color:#CCC; } #container{ width:300px; height:auto; background-color:#00F; padding:10px; } #header{ width:300px; margin:5px auto; background-color:#0FF; font-size:24px; } #left{ width:200px; height:auto; background-color:#90F; float:left; } #right{ width:100px; height:auto; background-color:#CF0; float:right; } #footer{ width:300px; background-color:#0F0; float:none; [/code] … UI / UX Design html-css web-design | |
Hi! I am trying to develop two columns that are side by side with in the "content" div. As of now the the columns is not forcing the "content" div grow with the columns. I am completely stumped and I could use your help? Here is the html for the … UI / UX Design html-css web-design | |
WARNING: I'm a complete CSS novice! What I want to do is create a simple registration form that looks like a real paper form. It has a white background. The edit fields (i.e. name, address etc.) are edit boxes without a border but have a line that the user types … UI / UX Design flash web-design | |
I have a problem with LABEL followed by P tag. [CODE]form#two p { display: inline; margin-bottom: 10px; width:200px; } form#two label { display: block; float: left; width: 100px; margin-bottom: 10px; width: 12em; padding-right: 5px; font-weight: bold; text-align: right; color: #AB0101; }[/CODE] My goal is to get LABEL and P contents … UI / UX Design web-design | |
I have my site [url]http://toddj.com[/url] which works fine in firefox 3.5, but hardly at all in IE8. I use tumblr and a custom theme that I built off of one of the original themes. I play around with it a lot so I think I've messed something up while doing … UI / UX Design audio html-css javascript-jquery json web-design | |
Good day, I am having a challenge with a layout for a div that will contain three divs for some navigation aids. I see the three divs as justified right, justified center and justified left respectively. Something like this: ------------------------------------------------------------------------------------- <---------------------div 1> | <div 2> | <div 3-------------------> ------------------------------------------------------------------------------------- <div … UI / UX Design web-design | |
l am having a little bit of trouble positioning stuff with css and html, l have a bottom bar and in this bottom bar l have three links one on the left one in the center and one on the right, no l need to position them in three ways, … UI / UX Design html-css seo web-design | |
I am having trouble with my footer floating up to the middle of my page. Also having a problem with the container in the background not going around the whole site unless I set a specific height. Any help would be appreciated. Here is the pages code.... [CODE]<body> <div id="main"> … UI / UX Design web-design | |
joshsonunionsquare dot com/index1.php I just added a 3rd button on the main section titled 'Photos' and as you can see it is being cut off. I've checked my code and it seems all 3 buttons have the same margins so I'm not sure what could be wrong. Any help is … UI / UX Design web-design | |
I tried this code to center my main container, it works in FF, Chrome, and Safari, but not IE8. [code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <!-- Inline CSS --> <style type="text/css"> body{ background: black; } #container{ position: absolute; margin: 0 auto; width: 59.375em; height: 52.25em; … UI / UX Design html-css web-design | |
I am trying to get two radio buttons and their labels to lineup next to each other horizontally. I have tried various CSS code to do so but it never works correctly. The label for the second button is dropping down below its' radio button. Below is code for sample … UI / UX Design html-css web-design | |
Hello, I'm currently working on a website for a client it's my first project, I've developed a few pages and would like to upload them to my web host and enable people to view the website via the domain. www. I'm not really 100% sure how to upload & and … UI / UX Design web-design | |
Hi i have a website (i wont psot specifics unless you ask) i have 2 domain names both pointing to the same site i made a sitemap and called it sitemap1.xml the copied it altered the urls and named it sitemap2.xml simples i go to google webtools to submit my … UI / UX Design ui-ux web-design xml | |
ok, new problem. I've created some buttons that essentially i have created for a quiz page. What i've designed them to do is when you click on them they should change in to their hit state and do nothing else. The yes buttons should show a tick on the hit … UI / UX Design multimedia web-design ![]() | |
is there any way i can make background same as this site ? [CODE]http://www.cerebos-export.com/[/CODE] i need the web site background effect fit at all resolution without scrollbar at bottom. thanks in advice . UI / UX Design web-design | |
Hi guys! Can't figure out why this is not working: [CODE]<div id = "calendar"> <script language="javascript"> document.write(TODAY); </script> </div>[/CODE] Here is the CSS: [CODE]#calendar { width: 956px; height: 15px; float: right; color: #ffffff; background-color: #036779; padding-top: 5px; padding-bottom: 5px; padding-left: 2px; padding-right: 2px; text-align: right; }[/CODE] The text doesn't show. … UI / UX Design java javascript web-design | |
Some sites seem to customize their pages depending upon where they detect you are from (i.e. - U.S., Canada, UK, France, etc.). How do they do that? It would be nice to do something similar. My site is pretty simple, but I would like to avoid the risk of having … UI / UX Design web-design | |
I was looking for a website that showed different examples of typography and the CSS definitions and the same for lists, ordered and unordered, tables and forms. If you could recommend any I would appreciate it. Thanks! UI / UX Design html-css web-design | |
Here's the code I'm currently using which works fine in Chrome, Safari, FF, Opera, but not in IE6. (Haven't tested IE7/8) [code] <div style="position:fixed;width:100%;top:0;"> </div> [/code] What I need is for the header of my page to stay at the top, regardless of page scroll. I've been searching the net … UI / UX Design web-design | |
Ok i have included a next button on my first 5 frames and placed the one code for that button in another layer so it corresponds to all the next buttons. once published i have noticed that it works fine if i have the next button on every page, however … UI / UX Design flash multimedia web-design | |
Okay, so basically i have a movieclip on the screen and a function which loads a picture into it when it enters the frame. But i also have a function which makes it rise and grow when it is rolled over and it worked fine until i added the loader … UI / UX Design actionscript flash multimedia web-design | |
Hi everyone! I would like to center my page but I can't find how to do it. Anyone has an idea? The main Div (#apDiv3) The others div are inside the main div If I leave it like that the only one centered is the Div3 :( Thanks!! Mayerfli [code=css]body … UI / UX Design html-css ide web-design | |
Is it possible to set margin in percents ? And How can I set only text margin without moving div where it's in? UI / UX Design web-design | |
Hey guys, ran into a bit of a problem with a CSS/Javascript drop-down menu... in IE7 I can see the menus and names just fine and everything works well, but in Firefox I can't see anything at all happening... the divs simply remain hidden. Anyone who has a free sec … UI / UX Design html-css web-design | |
/!--will somone help me with this code ..... notice that there are three radio buttons on top but it is not on the code.. please help on the ordered list never mine the name i can manage it... ty --!/ [CODE]<html> <body> <table> <th>what happen<th> <tr> <td><li>When presented with a … UI / UX Design web-design | |
OK, I hope this is the right forum for this thread, and my apologies if it is not. I was wondering if anyone knew of a good enterprise search solution comparable to the Google Mini Appliance? I am searching through and found Nutch (with which I am reviewing now) but … UI / UX Design ui-ux web-design | |
[CODE]<html> <style> div {border-color:black;border-size:1;border-style:solid;} *{margin:0px,0px,0px,0px;} </style> <body style="display:inline"> <div style="width:20%;height:30%;display:inline;"></div> <div style="width:20%;height:30%;display:inline;"></div> </body> </html>[/CODE] I was trying to make an effect like two boxex placed next to each other. But when I am trying to set size divs don't "listen" to me. They are as big as big is text … UI / UX Design html-css web-design | |
Hi, I have created dynamic text on a button. How can I get the text to display the hand tool instead of the arrow tool. I have made the text not selectable and given it an instance name then used [CODE]itbl_text.buttonMode = true;[/CODE] it is all contained inside a movie … UI / UX Design multimedia web-design | |
I've seen on a lot of sites that when you scroll down a text, the background image stays the same; If I scroll down the image stays on the place and the piece of text that can't fit on the image height is shown on a white background; how can … UI / UX Design image web-design | |
![]() | Hello everyone! I'm making some rollover buttons in flash, and I could use some help. I have this button that has text on it e.g home, contact and stuff like that, and I would like to make this text an hyperlink. I couldn't find a tutorial for this :( . … UI / UX Design multimedia perl web-design |
Hi, I have recently added in some code to a blog I am working on. The code displays some images. After each image there is a little box with an arrow pointing outwards at 45 degrees clockwise. The code is not showing in the html and I cannot for the … UI / UX Design web-design | |
I work with a higher ed web dev team. I am currently tasked with making a page with specific items that can assist our content developers when working on their area-specific web pages. I have been browsing google, trying to dig my hands deep within the content but there is … UI / UX Design ui-ux web-design | |
Hi, I have created a Flash MP3 player with a timeline, at the moment you have to click on the place in the timeline to move to but I would like people to be able to click and drag the time slider. The code I have for setting the position … UI / UX Design flash multimedia web-design ![]() | |
I am new to this website. I have done medical illustrations and graphic design. I'm also an abstract painter. I like jazz. I'm working with HTML and I took an 8 week course in it. I'm trying to upgrade my web skills because I'm unemployed and looking for work and … UI / UX Design html-css web-design | |
Ok guys, please help me! HereĀ“s the thing, On frame 446 in the main timeline I have a button (btn_habitat) that when clicked it launches an external swf and moves the timeline to frame 461. Everything works fine. The swf loads and it shows on stage. Now, on frame 461 … UI / UX Design multimedia web-design ![]() | |
Hello everyone, I made some movie clips and tweened with AS3. After watching the tween I realize I forgot to correctly set the registration point. Is there a way to change it without tossing the movie clip? Is there a setting I can go to and alter? Thanks for your … UI / UX Design flash multimedia web-design | |
I have some sections like: [code] <h3>EngineeringNotes.net</h3> <br>I have never .... [/code] (see this page: [url]http://www.rpi.edu/~doriad/Personal.html[/url]) Why is there such an enormous space between the header and the text? I thought <br> should just insert a single line break? Thanks, Dave UI / UX Design web-design | |
Hello, I am a student having trouble with absolute position in firefox along with Safari. (It's the #date1 style.) Here is my CSS code. I took out the absolute and replaced it with the current snippet. No change. I appreciate your help.[code]@charset "UTF-8"; /* CSS Document */ * { margin:0; … UI / UX Design web-design | |
Is it possible to apply XSLT on XML output from a Perl CGI script? I.e. I have a registration form, when submitted it makes an Ajax request, building a query string from the form inputs. The request is made to a Perl CGI script. This script can be called two … UI / UX Design perl web-design xml | |
i like this one [URL="http://articles.sitepoint.com/article/script-popup-windows-flash"]http://articles.sitepoint.com/article/script-popup-windows-flash[/URL]. Does anybody knows how to implement this one or maybe the developer page were can i get the code. UI / UX Design flash multimedia web-design | |
I recently made a Flash movie with a notable amount of animation much of which was repetitive. I was thinking of learning AS3's Tween class to possible make future tweening more efficient. What do some of you think? Also, Is there a site that either gives or sells AS3 preloaders … UI / UX Design flash multimedia web-design | |
Hey everyone, When I open Photoshop CS3 it opens with the selection tool activated. I'd like it to make the move tool my default tool. (It is the most frequently used tool in the toolbar). how do I make it open with that already activated? UI / UX Design multimedia web-design |
The End.