7,985 Archived Topics
Remove Filter ![]() | |
I would like to change my overall font a few sizes larger on my website. I am having a major brain fart. The site is as [url]http://www.bam-creator.com[/url] . I'll post the CSS below to see if maybe you can tell me what I am doing wrong. I change the font … UI / UX Design web-design | |
I am trying to build a website for my husbands business, does anyone know any good ways to go about doing so... building one using our own pictures and what not? Either going about doing it ourselves, or using a website from online. UI / UX Design multimedia web-design | |
Hello, I'd like to say hello to everyone first. I was reading a few threads and this forum seems great, and I was wondering if anyone could help me. I'll just right into it. I'm really starting to hate IE :( I'm a web design student, and have been trying … UI / UX Design google-adsense web-browser web-design | |
Hello, I have 2 style sheets for my site, one small(760px) and one large(900px). I would like to create an image in photo shop for the header. My question is do I need to create 2 images for the 2 background sizes or can I create 1 image for both … UI / UX Design image multimedia web-design | |
[url]http://www.foodinthecity.com/[/url] in firefox the page starts displaying funny after you scroll down on the middle products section. in chrome it almost displauys right but you can see its out by a few pixels... but the weirdest thing is that on our development server it works fine in firefox but we've … UI / UX Design display html-css web-design | |
Hi peeps and thanks for reading. Brilliant responses to my last post and thanks for being so welcoming .... My question is one i cant find any solid reference on . I have a bunch of text that i would like to have styled in the futura font family but … UI / UX Design html-css seo web-browser web-design | |
![]() | Can anyone help me make an animated picture. Im not talking about a cartoon person but take like the scene of a movie and put it in a picture? Like this he took a WWII movie and inserted it in a picture. I have adobe photoshop CS2 if that helps … UI / UX Design adobe multimedia web-design |
hi, when ever i apply a lighting effect on photoshop elements on my computer, faint lines appear throughout my image. I have asked numerous people and nobody has an idea, anyone got any suggestions? much appreciated UI / UX Design multimedia web-design | |
Hi I am developing a site with something like below as the structure. The nav container holds a flash nav swf. I built a toned down lightbox effect and the popup is the center of that. Safari, FF pc, IE6, IE7 all work fine, but firefox mac still layers the … UI / UX Design flash javascript web-design | |
Hi, I trying to use one of two style sheets depending on screen size but it is not working. Here is the code: [CODE]<script type="text/javascript"> if(screen.width>= 900){ document.write('<link href="main.css" rel="stylesheet" type="text/css" />'); }else {document.write('<link href="small.css" rel="stylesheet" type="text/css" />'); } </script>[/CODE] It disables the style sheets altogether. Not sure why. Any … UI / UX Design web-design | |
Hi All, I created a png image in photoshop (a silhouetted star with a transparent background). I then imported it into flash 8 to use it as a mask layed over another image (jpeg of mountain terrain). Herein lies the problem: The png is behaving like its fully non-transparent (the … UI / UX Design caching flash image multimedia web-design | |
Hi, I designed a website for a small magazine. I put all the files on their server and their web person was the one to upload everything to GoDaddy. Anyway, so I had made changes to the contact page and those changes wouldn't show no matter what we did. I … UI / UX Design multimedia web-design web-server | |
![]() | What am i doing wrong? My iframe background stays white. It must be black. Can anyone help me plz? [code]<HTML> <HEAD> <TITLE>Untitled-1</TITLE> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <style type="text/css"> <!-- body { background-color:#000000; } --> </style></HEAD> <BODY BGCOLOR="#000000" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0"> <!-- ImageReady Slices (Untitled-1) --> <TABLE WIDTH="1024" BORDER="0" CELLPADDING="0" … UI / UX Design html-css web-design |
When I have a hidden input field on my webpage and I use the tab key to traverse my fields, the cursor always moves to the hidden input field. This means that I have to press tab twice to move to the next visible field. Is there any way that … UI / UX Design web-design | |
I've got a 101px x 101px div with a background image and words of text. I've attempted to make the whole div a hyperlink but it only made just the text a hyperlink. if you check my website [url]http://www.stackway.com/stack.php[/url] , when you click the word then the correct hyperlink comes … UI / UX Design perl web-design | |
Hi all, I want to set the text on the right side of image to bottom in a div tag. depict like below: ______ | img | | | |_____| The text is here at the bottom of Image But after trying some CSS code (using 'vertical-align:bottom'), I always got … UI / UX Design html-css web-design | |
I'm stumped. I have a box model that is controlled by css in other parts of a CMS. For simplicity, lets say it's like this: [CODE] <div.a> <div.b> <table> </table> </div> </div> [/CODE] I wish to print the raw table in the midst of the divs without the CSS margins … UI / UX Design cms web-design | |
My menu is a very large menu and editing it on each individual page is very time consuming (~160 lines of code per chapter and there are 11 chapters). So I am wondering if I can place my menu into another html document and then call/import it to the currently … UI / UX Design web-design | |
I have a .flv file (and also the original .mov from which the .flv was created) that i have imported into a new .fla - I also have created a button and assigned actionscript to the button that links to a new web page. The button works correctly. My issue … UI / UX Design actionscript gui multimedia web-design | |
hi,I'm using a dynamic photogallery in my project.Now i'm having problems with xml updation.The xml file which is being used by the flash is dynamically updated with data from a table that each time xml is changed.But the problem is flash is not using the updated xml file.It uses the … UI / UX Design multimedia web-design xml | |
| |
Here is my problem: I have a checkbox and text input elements inside the same ID. I need checkbox to be 20px wide and textbox - 200px wide. I have this: [CODE]#check input { float:left; border:solid 1px #afd45a; width:20px; margin:2px 10px 10px 6px; }[/CODE] What's my solution should be for … UI / UX Design html-css web-design | |
[CODE]<html> <head> <center><font color="#BD2031" face="algerian" size="6">!! I LIKE - I HATE !!</center> <style type="text/css"> <!-- body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; } --> </style> </head> <br> <body background="teddy.gif"> <table width="100%" height="100%" align="left" cellpadding="0" cellspacing="0"> <tbody> <tr> <td> <font color="#BD2031" face="Bradley Hand ITC" size="4"><b>I like : To … UI / UX Design html-css web-design | |
Hello People, I would like to learn how to write in basic HTML. My question is what are some good websites that have good tutorials to help someone learn HTML, and also what are some good books that I could pick up at my local bookstore. Any help is greatly … UI / UX Design html-css web-design | |
Hi everyone, I've a problem while doing Hide\show a div(a element) in InternetExplorer. i.e for changing the style of a div -- display : block; | display : none; Show and Hide using display property as block and none works fine in FireFox. But not in IE. How can i … UI / UX Design display web-design | |
Hi, Can somebody point me to a visual web CSS editor + live preview similar to Blogger > Layout > Page Elements where you could drag and drop elements and change styles. Thanks UI / UX Design html-css javascript web-design | |
Hello, I have a web layout inside a table that allows it to be both vertically and horizontally aligned. It was working well in all browers, until I needed to make a div with a relative positioning. Now that div does not align vertically in IE6 and IE7. It works … UI / UX Design html-css web-browser web-design | |
Hi all, I am very new ( 1st Post) and i have to apologise in the first instance as it would seem that i may end up falling into this nasty category of annoying student types who do not attempt coding themselves first before asking a question and expect some … UI / UX Design html-css web-design | |
[B] Hi ! Lately, I bought "The Complete Reference HTML & XHTML 4th Edition 2003 by Thomas A. Powell" to enhance my knowledge on this subject. It also covers CSS1 and CSS2. Do you think this book is too old to learn HTML , XHTML & CSS ? Thank you … UI / UX Design html-css web-design | |
I am fairly new to Dreamweaver, and I am having a problem with unwanted white space on three of the pages on a website that I designed. The rest of the pages are fine, but I can't figure out what the difference is. Can anyone help? I need to fix … UI / UX Design html-css operating-system web-design | |
I am trying to load a website with the proper address, running vista, pop up blockers and firewall off and security is safe. Still can't open up this site for some reason. Nor will it allow me to open it up on my iphone either. Any suggestions? UI / UX Design iphone web-design | |
Hey there community, I recently designed a new blog layout and in the designing process, the html, css and javascript worked perfectly on all browsers. However, when I uploaded it onto my blog host (blogger), the layout became messed up and my div entitled main 1 was pushed to the … UI / UX Design html-css web-browser web-design | |
Hey All, Im making a website that utilises a menu that floats about 3/4 of the way down the page, however on page load my menu always ends up at the top of the screen. But when i mouseover the menu it jumps to where it was originally meant to … UI / UX Design html-css web-design | |
Hi Everyone, Sorry for my ignorance, but I am a little knew at this! I am creating a website for my diving club, as part of the club we have a dive boat that can fit 8 people on it. I firstly want to be able to create an area … UI / UX Design web-design | |
OK, for the life of me I can't seem to figure out how to solve this problem. When an image is given the style attribute float:left and a standard unordered list placed next to it, the bullets appear on top of the image. I have tried margin and padding targeting … UI / UX Design cms image web-design | |
Hello all. new here as i'm in need of help! I've made a sliding door dropdown menu that works perfect in FF Safari and co, but it won't work properly in internet explorer 6 the issue lays with the first level <li><a></a></li> the <li> are floating left but in ie6 … UI / UX Design html-amp html-css javascript web-design | |
I while back I added a little countdown timer for an action on our website which also plays a ticking and "ding" sound. I didn't have too much trouble getting it to work across all browsers...or at least I thought. I received a complaint from a visitor that they were … UI / UX Design multimedia web-browser web-design | |
Hi folks, I apologize if this is a strange question for this forum beforehand. I recently set up a contact form for a client and a user has entered their email address incorrectly into the form and now my client can't get in touch with the enquirer and may lose … UI / UX Design email ui-ux web-design | |
here is the code to my .aspx page: [CODE]<body> <div class="left"> </div> <div class="right"> <div class="content"> </div> </div> </body>[/CODE] here is the code to my stylesheet: [CODE].left { margin: 0px 0px 0px 100px; width: 550px; height: 100%; float: left; background-color: #FFFFFF; } .right { width: 250px; height: 100%; float: left; … UI / UX Design cms html-css web-design | |
Hi guys, Bit of a strange problem here. I've been working on a CMS for a client where they can preview work that they've done in a div-tag which is inside the "Admin" template for the back-end. My problem is this: After the user styles all of their content accordingly … UI / UX Design cms html-css web-design | |
When I click on certain pages in my website, the pages are centered, but on others the entire page "shifts" to the right a little bit. all the pages on the drop down menu have a flash slide show so perhaps that's causing the pages to shift? Can someone take … UI / UX Design flash web-design | |
the table should cover the whole screen because of the percentages. I want the word test at the bottom of the screen, but it's not working? any better methods? [CODE]<table width="100%" height="100%" border="0"> <tr> <td valign="bottom">test</td> </tr> </table>[/CODE] UI / UX Design web-design | |
Unable to integrate html and css file. The html code is [CODE] <ul class="topnav"> <li><a href="#">Home</a></li> <li> <a href="#">Tutorials</a> <ul class="subnav"> <li><a href="#">Sub Nav Link</a></li> <li><a href="#">Sub Nav Link</a></li> </ul> </li> <li> <a href="#">Resources</a> <ul class="subnav"> <li><a href="#">Sub Nav Link</a></li> <li><a href="#">Sub Nav Link</a></li> </ul> </li> <li><a href="#">About Us</a></li> <li><a … UI / UX Design html-css web-design | |
![]() | Hi folks, I'm currently designing a website for myself. It's been going OK so far but there's been one, quite annoying problem holding things up. I've found so many people with this problem and a lot of solutions but none have worked for me (and about 60-70% of people who … UI / UX Design html-css javascript-jquery web-design |
Hi Guys, I hope I am posting this in the correct forums if not please let me know. I have created a spry menu for my web site using Dreamweaver when I display the page in Firefox the menu and it’s drop downs work correctly and appearing below the menu … UI / UX Design ui-ux web-design | |
I am looking to create a changeable image similar to how it is done in this thread [URL="http://www.daniweb.com/code/snippet226127.html"]Pure CSS Image Gallery with mouse click[/URL] Here is the layout of my page. I would like for the image to be shown in the frame that I have given it and then … UI / UX Design html-css image web-design | |
Hello, I am having a lot of trouble with the menu system on [url]http://independencebp.webmaxsites.com[/url] It looks fine in Firefox but in IE* the last menu Item drops below "About Us". Why does this happen? Please help. UI / UX Design web-design | |
I am beginner in html / website design. I have 4-5 webpages. All these pages have top banner, left sidebar & right sidebar. At present I am writing html code in all the 4-5 pages for these above elements. Is there a way, I just write the code once (in … UI / UX Design html-css web-design | |
![]() | Evening I've managed to get a pagination code, but I'm at a loss at how to style the links produced. I've tried placing the pagination code inside a div and then styling the links for this div, but there's no change to the output. Can anyone suggest a solution? [CODE]<div … UI / UX Design web-design |
The internal links doesn't work with Firefox. URL: [URL="http://www.senslac.com/enlaces.php"]http://www.senslac.com/enlaces.php[/URL] At top: [CODE] <div class="espai_gran centrar"> <a href="/enlaces.php#enlace0">Asociaciones</a><span class="text"> | </span> <a href="/enlaces.php#enlace1">Blogs de Interés</a><span class="text"> | </span> <a href="/enlaces.php#enlace2">Marcas</a><span class="text"> | </span> <a href="/enlaces.php#enlace3">Restaurantes</a> </div> [/CODE] And behind: [CODE] <div id="resultats"> <a name="enlace0"></a> <h3><b>Asociaciones</b></h3> [...] <a name="enlace1"></a> <h3><b>Blogs de Interés</b></h3> … UI / UX Design ui-ux web-design |
The End.