7,985 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for crunkie

I've built a website, which I'm getting quite frustrated by. I built it using CSS, in Dreamweaver.(and an occasional php/javascript template, for forms, etc). The problem? The text/images were all ligned up perfectly (in firefox/safari and even IE!) - until I changed one of the images - which is went …

UI / UX Design html-css web-design
Member Avatar for Dragennd
0
170
Member Avatar for BleepyE

Sorry if this is in the wrong section. Im trying to add a IRC Chat window to my website, does anyone know how to do this? If not can you suggest a chat application that I can embed into my site. Thanks

UI / UX Design multimedia web-design
0
101
Member Avatar for newbi11

Good day i would like to know how the dark color in the image below was done . here is the link to the website just so you can see how it was done . [URL="http://webcache.googleusercontent.com/search?q=cache:Xc85KzMDbnoJ:forums.digitalpoint.com/+digitalpoint&cd=1&hl=en&ct=clnk&gl=ng&source=www.google.com.ng"]here [/URL]

UI / UX Design web-design
Member Avatar for Joenade
0
118
Member Avatar for faust6785

studying with sessions college and when i loaded the page to my domain I got this error: Parse error: syntax error, unexpected T_STRING in /home/a8556423/public_html/adverstising.html on line 1 here is my code: (can anyone help please?) <?xml version="1.0" encoding="UTF-8"?> <!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" …

Member Avatar for shaya4207
0
167
Member Avatar for Blazar

I am trying to get my web site to look good in internet explorer but when IE displays tables it messes up. I have this thing with a green table header at the top of every table. In that green table header I would have a title for what is …

UI / UX Design web-design
Member Avatar for Joenade
0
122
Member Avatar for reececropley

Hey, I have a table on my site in which I want to <th> to have a background-color of black and the <td> to have a background-color of grey. Also to have a border at the bottom of the cell and none on the top of sides. Now I have …

UI / UX Design html-css web-design
Member Avatar for reececropley
0
1K
Member Avatar for LogicWeb

I'm trying to correct an issue here with the many while attempting to streamline our billing portal with our site globally. See screenshot, text is getting crushed and aligned to the top for some reason. It should be like this: [url]https://www.logicweb.com/web-hosting/index.html[/url] The sub-menu with highlighted "web hosting" is the one …

UI / UX Design web-design
Member Avatar for LogicWeb
0
141
Member Avatar for gikonyo

am designing a website that it core function is to market architectural design(dispaly images of designs). it has a background of color blue and the menu options & headings are orange in color. is the color contrast okay (blue+orange)? if not which is the best color to contrast with blue?

UI / UX Design web-design
Member Avatar for gikonyo
0
66
Member Avatar for Violet_82

Hi ya, me again. I have done some more work on my website [url]http://www.antobbo.webspace.virginmedia.com/webediting/our_web_standards.htm[/url] but I am having an issue with the content being pushed down by the navigation. Now, I read few tutorials on float but I don't seem to be able to find the answer there. I presume …

UI / UX Design web-design
Member Avatar for Violet_82
0
127
Member Avatar for shruti sepra

Hi, I am preparing website in English and Hindi, As per my search for web site in hindi there is need of font embedding for this we need two types of files .eot and .pfr I make both files and attach it too. it is working properly in I.E but …

UI / UX Design web-design
Member Avatar for bvelez352
0
119
Member Avatar for webmaster45

My website: [url]http://realnewschannel.com/[/url] displays fine in Internet Explorer and Opera but distorted in Firefox. I would appreciate any suggestions.

UI / UX Design web-design
Member Avatar for OrderFlowers
0
201
Member Avatar for slimjimmer

Not sure if this is the right place for this, but here we go. Basically I would like to get back into building websites, but I have no idea which dev tools to use. I haven't built a website for about 5 years ago and then I was using Microsoft …

UI / UX Design web-design
Member Avatar for benwilliams
0
234
Member Avatar for tcollins412

i have this picture that is 700px and im trying to display it in google chrome. but the picture cuts off after about 50-100px. I went on validator.w3.org and it is completely tidy. here is my code [CODE]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <META http-equiv=Content-Type content="text/html; …

UI / UX Design web-browser web-design
Member Avatar for tcollins412
0
154
Member Avatar for Acute

Hello everyone, I made a layout using float:left and it's ok until the browser window is resized. When window is resized everything messes up, how to fix it??? how to make it independent from window size? I mean whatever the window size is, layout keep it's positions. Here is what …

UI / UX Design html-css ui-ux web-design
Member Avatar for skald89
0
112
Member Avatar for AycheKay

I've got a pure CSS drop down menu where the child buttons cover up part of the parent button. Any ideas how to fix this? You can see the page here: [URL="http://www.powerzoneequipment.com/index99.asp"]http://www.powerzoneequipment.com/index99.asp[/URL] Here's the relevant CSS code: [CODE] #hpmenucontainer { clear: both; width: 610px; margin: 20px auto; height: 96px; } …

UI / UX Design html-css web-design
Member Avatar for shaya4207
0
174
Member Avatar for McLaren

Hi, the default image formating is such: [CODE]img { padding: 8px; border:none; }[/CODE] Now when my image is in this span I want it not to have padding. [CODE]<span class="article_img"> <input type="radio" name="image" value="http://xx.98.27.116/~ylakiai/uploads/naujienos/naujiena16.jpg"> <img class="no_padding" src="http://xx.98.27.116/~ylakiai/uploads/naujienos/naujiena16.jpg"> <a class="trinti_img" href="" id="naujiena16.jpg"> <img src="http://79.98.27.116/~ylakiai/images/admin/delete.png"></a> </span> [/CODE] And I made code in …

UI / UX Design web-design
Member Avatar for McLaren
0
87
Member Avatar for atikah8890

Hi all. I've just started using Moodle about four days ago and was wondering if I can include an interactive lesson. Interactive here means that user will need to navigate through in order to progress on the lesson. I understand there is software like eXeLearning that can be used to …

UI / UX Design flash multimedia web-design
Member Avatar for atikah8890
0
121
Member Avatar for reececropley

Hey I'm having a bit of a weird problem. I have an image contains in a div (#rel-content) and that div inside of another (#releases). Here is my HTML code: [CODE] <div class="releases"> <div id="rel-topbar"><img src="images/blackrightbar.jpg" width="312" height="39" alt="Release Navigation Bar"> </div> <!-- rel-topbar --> <div id="rel-content"><a href="http://itunes.apple.com/gb/album/erased/id377011296?uo=4" target="itunes_store" ><img …

UI / UX Design apple html-css web-design
Member Avatar for reececropley
0
2K
Member Avatar for CodeBoy101

Hi is there a way to export mp3 using AS3? As in layering them one on top the other? (Just like you would in an Audacoty project using lame). Thanks in advance for any help given.

Member Avatar for JasonHippy
0
182
Member Avatar for xxmp

I have this page [CODE] <body> <div id="main"> <div id="left_menu">left</div> </div> </body> [/CODE] where [CODE] body { background-color:#B7B69D; height:inherit; } #main { border:outset; width:1024px; height:95%; margin-left:auto; margin-right:auto; margin-top:15px;; margin-bottom:15px; background-color:#FFF; } #site_logo { width:140px; height:120px; float:left; margin-top:15px; margin-left:15px; margin-right:15px; } #left_menu { background-color:#90C; height:640px; width:180px; float:left; margin-top:15px; margin-left:15px; } [/CODE] …

UI / UX Design html-css web-design
Member Avatar for skald89
0
76
Member Avatar for canterorist

hi! please help how can i fade the border of my content. I use png file to fade. it only work with no-repeat in ie6 but no-problem in mozilla. Why is it repeat-y won't work in ie6 with the filter code? i use png file.

UI / UX Design web-design
Member Avatar for canterorist
0
94
Member Avatar for mattyd

Hello. I am completing work on a commerce website and have noticed a small but strange error that I cannot seem to remedy. Each page has a footer that contains text; of course, this should align the same on each page view, but the problem is as follows: Alignment is …

Member Avatar for JRM
0
134
Member Avatar for 612wharfavenue

I got transitions to work using a simple hover, but how do i make them respond to onclick? [CODE] <html> <head> <style> #trans { opacity:100; transition: all 1st ease-in-out; } #trans:hover { opacity:0; } </style> </head> <body> <img src="myimage.jpg" id="trans" /> </body> </html> [/CODE]

UI / UX Design html-css web-design
Member Avatar for 612wharfavenue
0
91
Member Avatar for mangopearapples

How can I read/write to a file? I don't mean on the local hard drive (C:// ect) I mean as in the files on the internet (Files from FTP). Like in webs.com, you upload files or create new files. Now if I created a txt file on there, how can …

UI / UX Design hard-drive html-css web-design
Member Avatar for mangopearapples
0
128
Member Avatar for TLCJohn

hi there, happy New Year to everyone. I have a problem, and wondered if you guys could help? I am using lightbox 2.0 which has the usual CSS and Java components, but what I am trying to do is add a magnifying glass to the original picture, so that when …

UI / UX Design image web-design
Member Avatar for nospryexpert
0
232
Member Avatar for Muazam

I've seen a lot of sites like these; [url]http://www.kumby.com/[/url] [url]http://animetoplist.org/out/site/animepalm[/url] [url]http://www.gamesradar.com/uk[/url] [url]http://www.newgrounds.com/[/url] They have static image/ ad BG. How to I make a layout like that?

UI / UX Design ui-ux web-design
Member Avatar for Veneficae
0
114
Member Avatar for Reliable

I've instantiated my movie clips and set visible to false. I even set up the linkage properties, assigned variables, and set alpha to 0, but I can still see them. they are on the stage in frame 1 but I want them invisible until told otherwise. Overall, instead of using …

UI / UX Design flash multimedia web-design
Member Avatar for Reliable
0
101
Member Avatar for Robinaofloxley

I have an image that got sent to me for a logo... I need to change the text to something else. It is a jpeg image and am not sure how to go about it.

UI / UX Design multimedia web-design
Member Avatar for annemendez
0
120
Member Avatar for DarkDot

Hey, so on my website which can be found here [CODE]hxxp://leaguespirit.com/[/CODE] (change the x's to t's) my footer loads at the bottom but then you can scroll down and I'm not sure why. you can view the source code and hopefully let me know why thats happening its so frustration. …

UI / UX Design cms web-design wordpress
Member Avatar for teedoff
0
102
Member Avatar for Elihu5991

My friends and I are building a site and are going to use Joomla. But before I delve into Joomla, I was wondering there are better alternatives. I would like Free and Commercial versions with comparisons and pricing (if it costs). The sort of site we're going to make are …

UI / UX Design cms php ui-ux web-design web-server
Member Avatar for ecmcircle
0
332
Member Avatar for Violet_82

Hi guys, I seem to have a problem with the margins in the website I am developing. The spacing looks different in IE and Firefox and I don't understand why. here is the CSS code: [CODE]h1 { text-align:left; font-size: 1.7em; font-family: Arial, Verdana, sans-serif; } #banner { background:#81A594 url(typewriter.jpg); background-repeat:no-repeat; …

UI / UX Design html-css web-design
Member Avatar for Violet_82
0
2K
Member Avatar for stephen_UK

Hi there, This may be a daft question but I know absolutely nothing about Dreamweaver and how it can be used. I have been asked if I could look at transfering some archaeological data which will be a mix of text/images/maps/illustrations etc., that has been saved in Dreamweaver presumeably as …

UI / UX Design web-design
Member Avatar for teedoff
0
84
Member Avatar for Balasooriya

I need to use a password box on html page. then i used <input name="pass" type="password"/> But when i submit the form firefox ask to remember the password. But this password box used in registration form. So i need to create a password box without asking for remember password.

UI / UX Design web-design
Member Avatar for shaya4207
0
69
Member Avatar for cssdoll

Hello folks,i have recently generated css with Adobe Fireworks Cs5 and the css and the webpage generated are very good,however i would like to have my divs for the header,footer and any other div i may want to be full width.I have tried and doing many things but i dont …

UI / UX Design html-css web-design
Member Avatar for shaya4207
0
79
Member Avatar for overwise

Hi there I am a web developer, kind a newbie, and I work with html, css, js, php, mysql technologies. Often I run into a trouble with using special chars, and I’m pretty confused with this issue. I work in Serbia, Serbian language uses some special chars, and sometimes when …

UI / UX Design html-css web-design
Member Avatar for shaya4207
0
139
Member Avatar for Hawkeye Python

Hello! I've made a drop-down menu using the hover sub-class in CSS: [CODE].ddmenu{ display:none; } .box:hover .ddmenu{ padding:0px; display:block; }[/CODE] Is it possible to make the "ddmenu" object appear when the user clicks on the object with the "box" class instead of when he hovers the mouse over it using …

UI / UX Design html-css web-design
Member Avatar for shaya4207
0
131
Member Avatar for jpknoob

HI i'm having issues with my css in Safari, it works fine in IE and FF. The problem is the thumbnail gallery in the code below, it is supposed to display in the bootom right of the page, but in Safari, the images are out of place, some are displayed …

UI / UX Design html-css web-design
Member Avatar for jpknoob
0
150
Member Avatar for danny5514

hi all all i want to do is create a simple html form and submit it direct to a forum thread i have created can anyone help or is it not possible the idea is that someone can post a result of a game they have played without going to …

UI / UX Design web-design
Member Avatar for danny5514
0
123
Member Avatar for xuexue

hi, how could i change the color of the cell in a table using this code?? [CODE] <script language="javascript"> function addRow(tableID) { var table = document.getElementById(tableID); var rowCount = table.rows.length; var row = table.insertRow(rowCount); var cella = row.insertCell(0); var element1 = document.createElement("input"); element1.type = "text"; element1.name = "txtManufacturer[]"; element1.size = …

UI / UX Design web-design
Member Avatar for codewall
0
90
Member Avatar for vedro-compota

Hi mates)) Please tell me - is div-block displacement by margin-top, margin-left...etc equivalent to div-block displacement by top= left= ....etc? (I mean - for relative-placed blocks) Thanks for your answers!))

UI / UX Design web-design
Member Avatar for Arkinder
0
84
Member Avatar for whitshade

I guess this is really a question of professional etiquette for web developers. I have been designing a pro bono web site for a local non-profit. Recently I was sent a document announcing an event that the rep for the organization wanted to have added to the site. This document …

UI / UX Design ui-ux web-design
Member Avatar for whitshade
0
125
Member Avatar for kevindougans

Hi guys, I'm at my wits end. What am I doing wrong with the "position: xxx" stuff thats making this page have the center containter aligned to the left? If I remove left: 0 and right: 0 it makes the main container disappear (which i assume is away miles away …

Member Avatar for kevindougans
0
225
Member Avatar for fuston05

I am spacing out some text in my "footer". What I am wondering is... is there a better/more efficient way to add spaces than using 35"&nbsp;"'s?? seems to me like there has to a better way... haha thanks in advance for your input :)

UI / UX Design web-design
Member Avatar for fuston05
0
2K
Member Avatar for crunkie

So we all know it's easy to put text over an image - you just set the image as a background. If you then open it in your browser, do 'select all' and 'copy', it won't copy the background image,just the text. What I would like to be able to …

UI / UX Design html-css image web-design
Member Avatar for fuston05
0
145
Member Avatar for Julietta

hello. I just started learning html, xhtml and css 2 months ago. I am learning with the head first html, xhtml and css book and so far everything is fine, yet I don't get certain things concerning css. so I created a css file in my notepad in order to …

UI / UX Design html-css web-design
Member Avatar for Arkinder
0
325
Member Avatar for replax

Hello, I made a website and embedded a flash gallery to display images. In dreamweaver, to flash gallery shows up perfectly fine and beautiful. However, in any browser, it does not. Does not matter if the file is local or on a server, either. It is however (discovered through firebug) …

UI / UX Design flash ide web-design
Member Avatar for replax
0
184
Member Avatar for Reliable

Hey everyone, Quick question..why would I use the text transform property when I could just type it how I want it? Thanks for your time.

UI / UX Design html-css web-design
Member Avatar for maryparker
0
79
Member Avatar for daviddoria

I finally got my navigation drop down menu working! [url]http://ewh.ieee.org/r1/schenectady/[/url] I had been testing in Chrome, Firefox, and IE8. Before my celebration even really started, a user pointed out (correctly) that it doesn't work in IE7 :( The menus drop down on hover, but they aren't aligned, and you can't …

UI / UX Design web-design
Member Avatar for maryparker
0
181
Member Avatar for floatingDivs

Hi Daniweb, Have a quick question I'd like answered. Right now, I'm testing out liquid web sites on a smart phone powered by Android. When I load a (width:100%;) website with the smartphone being taller rather than longer, it comes out looking great. However, when I turn the smartphone 90 …

UI / UX Design android smartphone web-design
Member Avatar for lowcostdesign
0
98
Member Avatar for sean6219

Hi there,I have been looking for solutions but no one seems to be able to help me.Days ago,I created a blogger blot at this url [url]http://wshienrun.blogspot.com/[/url] However,when I tried to add the code for drop down menu from [url}http://www.bloggerhome.net/2010/04/how-to-add-horizontal-dropdown-menu.html[/url] original content slider in the blog suddenly disappeared and it dropped …

UI / UX Design html-css web-design
Member Avatar for Arkinder
0
320

The End.