7,985 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for PDB1982

I have a working code for a vertical navigation bar, but I want it to: 1). move along with me as I scroll down.... 2). keep it on the left side and not interfer with the textual information in paragraphs... here is my vertical navigation code: [code] ul#navigation { width: …

UI / UX Design web-design
Member Avatar for almostbob
0
168
Member Avatar for PDB1982

I am trying to incorporate an eot/ttf file named "steve.ttf"/"steve.eot" into a CSS, but I am seeing no changes being made. The font items are located in the same folder as the html document. Here is the code I am using: [code] @font-face { font-family: MyCustomFont; src: url("steve.eot"); src: local("steve.ttf") …

UI / UX Design html-css web-design
Member Avatar for SKANK!!!!!
0
375
Member Avatar for Oceanblue

hello i have started learning action script and ive been trying to create a dynamic nav bar. the xml i have is [CODE]<home> <navLinks> <links>DESIGNER IN FOCUS</links> <links>EMERGING TALENT</links> <links>FASHION MENTOR</links> <links>E-BOUTIQUE</links> <links>FASHION JOBS</links> </navLinks>[/CODE] and i have found that [CODE]mainNavCont_mc.link01.linkTxt.text = "text in here";[/CODE] works to replace one dynamic …

UI / UX Design multimedia web-design xml
Member Avatar for Oceanblue
0
93
Member Avatar for pranayshedge
Member Avatar for nigelburrell
0
116
Member Avatar for prachipote

how to give rollover image to a particular td? i want that rollover image to full td i was tried but it takes only that txt?

UI / UX Design web-design
Member Avatar for prachipote
0
84
Member Avatar for j34

how do you transfer text from a text box on one to another on a diferent page of html program. text is name,phone,address ond so on

UI / UX Design web-design
Member Avatar for donaldw
0
126
Member Avatar for chevechiva

Hi codemasters, I'm new to this forum and I already have a question which I'm pretty sure u will help me out to find a solution. I want to play a mc when the mouse is over. And when the mouse is out I want to rewind the mc. I …

UI / UX Design flash multimedia web-design
Member Avatar for chevechiva
0
177
Member Avatar for hno

HI i have a very important problem with my site .it shows very bad in ie and I don't know why ? i defined static width for the contents and tables but I dont know what is the problem ? by the way , it shows very good in othe …

UI / UX Design web-design
Member Avatar for ithelp
0
54
Member Avatar for tk sailo

hello, Can someone tell me how to put favicon and site name on the address bar with colored background on firefox like google.com? thanks in advance.

UI / UX Design google web-design
Member Avatar for donaldw
0
144
Member Avatar for MDanz

i have a variable which is an image [code]$image = "<img src='$imagelocation' width='50px' height='50px'>";[/code] i want it to be in the center of the td but it doesn't center vertically, it stays at the top, i did this [code]echo "<td valign='middle'><div class='rollover' align='center'> <a href=\"imageview.php?id=$number\" onmouseover=\"ChgText($keyword)\">$image</a> </div> </td>"; [/code] any …

UI / UX Design web-design
Member Avatar for SKANK!!!!!
0
147
Member Avatar for temarisky

Hello there, I have purchased a flash template, but i dont know about website editing, i just need to change the text and fonts name.im willing to pay so that i wont go over this myself its kinda too much load on my brain hehehhhe. Many thanx temarisky

UI / UX Design flash multimedia web-design
Member Avatar for katherinjess
0
143
Member Avatar for maxicube

ehh, this is a wierd one... only a small fraction of my css is working when i put it in a external sheet. works perfectly in internal/embedded css. here's my css code: [CODE]body,td,th { background-image: url(images/bg.png); background-color: #828281; font-family: Arial, Helvetica, sans-serif; } #top { width:851px; height:201px; } #middle { …

UI / UX Design html-css web-design
Member Avatar for pritaeas
0
183
Member Avatar for hno

HI How can I make a menu like this picture ? I have tries some thing but I don’t know how to make the corners like it ? can any one give me a example like this ? thanks

UI / UX Design web-design
Member Avatar for stevenpetersen
0
109
Member Avatar for AycheKay

I know this is a very popular problem and is covered many places on the Internet but I haven't found a clean and clear resolution to it. I have an existing fixed-width template that I've manually coded using floats and the center column doesn't extend far enough on some pages …

UI / UX Design web-design
Member Avatar for Elbudster
0
127
Member Avatar for Stefano Mtangoo

I need to make <div> </div> to have rounded corner. I wonder what other technique than putting rounded image at corner can be used to make them round. Is it Javascript or what? CSS? Look at this site with rounded corners [url]http://www.mtibwasugar.com/pages/index.php[/url] I don't want to use CMS like joomla …

UI / UX Design cms web-design
Member Avatar for SKANK!!!!!
0
184
Member Avatar for alexv55

I am learning to create drop down menu using css. Everything works fine in chrome, FF. But IE 8, the submenus don't pop up. All the info I read on tutorials and googling indicated that using .htc file from peter ned and conditional comment for IE in style sheet should …

0
209
Member Avatar for tez

I have created a site using Cutesite Builder but there is no way I can find how to add a page where people can leave their comments (via me first of all I guess) like a Forum. Any help how to do so would be appreciated. Can anyone give me …

UI / UX Design ui-ux web-design
Member Avatar for David Sanders
0
324
Member Avatar for nateuni

Guys, Finished a kick ass assignment, checked it on all available browsers on my mac, all good, so I submitted. Then I was over my misses mate's house and looked at it on windows and there are menu hover issues in Explorer. I have been looking and looking but I …

UI / UX Design html-css web-design
Member Avatar for ko ko
0
116
Member Avatar for bufospro

Hi, I want to insert in my home page a weather forecast. So I found a site that generates code for weather. The site is http: // freemeteo . com / default.asp?pid=183&la=1 The problem I have is that the image which is generated is higher than I want. I would …

UI / UX Design image web-design
Member Avatar for Wrams
0
88
Member Avatar for MDanz

i have this text area.. [CODE]textarea name="reply" id="reply" cols="105" rows="2"></textarea>[/CODE] in firefox the textarea is larger and in IE the text area is shorter. How do i have the same size text area in both browsers? Can i have an example?

UI / UX Design html-css web-design
Member Avatar for ko ko
0
70
Member Avatar for hno

HI i have a problem with loading my site with ie6 . but it doesn't have noproblem with ie7 , opera, mozila and other browser except ie6 . it is not english , i wrote it with joomla and php , can you see bazare-iran.com and tell me what is …

UI / UX Design web-design
Member Avatar for SKANK!!!!!
0
126
Member Avatar for Dat0

I'm trying to absolute position a p element inside a table. I tried to make <td> have position relative but it doesn't seem to work. [CODE] <td style="position:relative;"> <p style="position:absolute; bottom:0px;" </td> [/CODE] Does not work! But this does.. [CODE] <td> <div style="position:relative";> <p style="position:absolute; bottom:0px;"> Success </p> </div> </td> …

UI / UX Design web-design
Member Avatar for SKANK!!!!!
0
100
Member Avatar for AKE_daniweb

I've searched the web without any succes to try and solve this newbie question. I have an submit button that i want to say "Answer", but i want the value to be something else. How do I do it? //AKE

UI / UX Design web-design
Member Avatar for SKANK!!!!!
0
112
Member Avatar for galaji

Hello, there is a site out there known as 'getref', I want to have a site like that, can anyone help me getting HTML code for that ? OR any help will be welcome.. I am new to this forum thats why I am not posting any links.... thanks at-least …

UI / UX Design web-design
Member Avatar for SKANK!!!!!
0
128
Member Avatar for prachipote

how to give shadow in dreamweaver to textfield area? this is my code nd i want to give inner shadow for this [code=html]<label> <input name="textfield" type="text" size="25" maxlength="25" width="300px" /> </label>[/code]

UI / UX Design web-design
Member Avatar for Airshow
0
105
Member Avatar for Altairzq

As you can see in this test, if you change the font-size in the body section to 0px, it's the only way to bring the divs containing the images together. Could anyone see a solution to this? I can't set the fonts to 0px in the website, and can't understand …

UI / UX Design web-design
Member Avatar for Altairzq
0
178
Member Avatar for rudz

[code=css]margin-left:auto; margin-right:auto;[/code] is working in firefox but not working in ie can someone help plz i want to center the page .

UI / UX Design html-css web-design
Member Avatar for Labhrainn Aemi
0
150
Member Avatar for tiffinlar

HTML: [code] <div id="header"> <h1>Derby County Football Club</h1> <h2>Index Page</h2> <img class="logo" src="image/dcfc_logo.jpg" alt="DCFC Logo" width="120" height="120" /> </div> [/code] CSS: [code]#header{ position: relative; text-align: right; border: 1px solid #000; background: #FFFFFF; margin: 5px; padding: 3px; } .logo{ }[/code] What i want is to display the H1 and H2 on …

UI / UX Design html-css web-design
Member Avatar for Troy III
0
282
Member Avatar for wonderland

Hi, I did a search on web but couldn't really find anything, well anything explained in detail at least .. How can I make .pdf file downloadable insted of it opening in web browser? I know that I can rar it , bu I really want to make it downloadable …

UI / UX Design pdf web-browser web-design
Member Avatar for wonderland
0
116
Member Avatar for gptArun

Hi there, I am developing flash application in Adobe Flash CS3 with height - 100% and width = 100% at the time of publishing. But flash not resize according to resolution. I made flash application in 1024px X 768 px resolution. please help if you know the solution. Regards, Arun

UI / UX Design flash ui-ux web-design
Member Avatar for gptArun
0
110
Member Avatar for fumnimda

as i read marquee tag is not compatible with XHTML. how can i implement it with CSS ?

UI / UX Design html-css web-design
Member Avatar for fumnimda
0
72
Member Avatar for firefly-21

Hi Everyone, Having a few issues with my CSS menus that need resolving. At present you can see how the menus are rendering by browsing to [URL="http://www.pccredibility.com.au"]http://www.pccredibility.com.au/[/URL]. It seems that they are positioning themselves underneath the right location, where they should be dropping down from. However, the menu items should …

UI / UX Design html-css web-design
Member Avatar for ko ko
0
82
Member Avatar for Sailor_Jerry

I get this script error “Invalid argument” when using appendChild(). When in Microsoft Visual Studio Debugger I see “htmlfile: Invalid argument”, and the line it blows up on is t.appendChild(n); The div I want to append the child div to is the top most div in the dom. Anyone see …

Member Avatar for ddsuresh
0
278
Member Avatar for samarudge

Hi, My friend has designed a website in Fireworks/HTML and has just saved all her images in Fireworks/PNG format. She has about 300 images all designed in Fireworks but they have all been saved in a format where someone can download them and open them in Fireworks and they will …

UI / UX Design multimedia web-design
Member Avatar for samarudge
0
153
Member Avatar for lunet

please help me i am an absolute newcomer. I am very interested in doing a web design course. I am on the older side and can not take a year off to go and study web design. I have looked around and came across a company "new horizons" one can …

UI / UX Design web-design
Member Avatar for Bob Walsh
0
271
Member Avatar for ytregnn

I try to add a "simulated" shadow on the left and right of my table/website. I use a background picture as my main background. I read something about using a transparent picture (.png?) and use that above my main background. Anyone who has an idea to how this can be …

UI / UX Design web-design
Member Avatar for laura_ci
0
145
Member Avatar for ayalsule

Hello There: I Build Me web site in Drupal I Think you know it very well, so I look for theme and I found a beautiful theme but their is problem with it [url]http://drupal.org/project/acquia_marina[/url] I want To make the theme 3 column, with width 100% not fixed for all the …

UI / UX Design html-css web-design
Member Avatar for ayalsule
0
122
Member Avatar for fellathedog

In my searching, I think I know the answer, it seems that any time you want to do input using HTML, it references a form. Is this also true with buttons? Does ALL user feed back in HTML require a form? I am not speaking of Java Script, just HTML.

UI / UX Design html-css web-design
Member Avatar for fellathedog
0
77
Member Avatar for MavrickIT
Member Avatar for plagel

Hi folks. I'm Jeff, long time lurker, but now I need help I can't figure it out for the life of me. I can get everything else to look just fine, but the 'body' part of the site(right pane) shows up UNDERneath everything in IE. For example [url]http://www.sparkleaning.com/commercial/[/url] Thanks for …

Member Avatar for Besherek
0
142
Member Avatar for kreshan_489

Hello everyone, So here is the deal. I have to create a webpage for a bodybuilding fitness club. The problem is that i don't know where to start. Also, am a uni student doing various modules like Database systems(we are using Postgre SQL), Interface Design and computer Graphics(OpenGL, Maya, Google …

Member Avatar for ithelp
0
210
Member Avatar for vladacmba

Check this link: [url]http://weightlosscoach.codegenies.com/[/url][B][/B] I would like to know where to search with simple AScript Flash effect, between2-4 pictures - Especially if I could ad an Arrows forl -eft and -right picture slide!!! WoW !!! Thanksfoer any help, help is always welcome!!

Member Avatar for vladacmba
0
95
Member Avatar for bufospro

Hi , I am trying to create a site for my father work. But it is so bad in appearance. The left side of the site is so empty, how can I add divs like these in the right side. And I would like my logo image to become larger …

UI / UX Design web-design
Member Avatar for seanooi
0
80
Member Avatar for raigs

My website is programmed in PHP and currently uses HTTP compression (gzip) using PHP's built-in compression functions. (I cannot use mod_deflate.c because my shared hosting provider will not install it because it would use a lot of CPU.) The shared server where my website is hosted currently hosts 100 other …

UI / UX Design html-css ui-ux web-design
Member Avatar for almostbob
0
93
Member Avatar for bratislav

Please help. I want to put scrolling thumbs in horizontal area, each thumb should be open on mouse over in upper area for eg. 470px x 300px. Any help, thanks in advance.

UI / UX Design web-design
Member Avatar for bratislav
0
91
Member Avatar for rajarajan2017

I have already created a video player in AS3.0. The Client wants to convert it to a component. I need some good to follow tutorials on creating own components. I had know the concepts of creating components and utilizing that as a SWC. I need to create the component with …

UI / UX Design flash multimedia web-design
Member Avatar for rajarajan2017
0
94
Member Avatar for bjdmb

I have been able to vertically align: middle multiple lines of text (navigation) and it works in FF. This does not work in IE7. I have seen multiple ways to align right in IE7 but I have not found one that worked for me. Any suggestions?

UI / UX Design web-design
Member Avatar for ko ko
0
163
Member Avatar for kipl20

Hi, I would like to design my website in photoshop but am struggling firstly with what resolution to use? i have read articles etc that say 800x600 is dead and i should use at least 1024x768. my next question is how would i start such a layout as obviously i …

UI / UX Design adobe ui-ux web-design
Member Avatar for Arianna
0
206
Member Avatar for Epi23

Ok, this is confusing me to no end, I am making a site and am trying to get the background image to stay in the center, not repeating. I've done this countless times by linking to an internet URL, but not from off of my own hdd. The code I …

UI / UX Design html-css image web-design
Member Avatar for Epi23
0
117
Member Avatar for Dat0

I'm trying to overlap an absolute positioned div box in front of a flash object. I applied wmode="opaque" It works for firefox but not for IE8. [CODE] <style type="text/css"> #absolute{background-color:blue; height:100px; width:100px; position:absolute; top:30px;} </style> [/CODE] [CODE] <body> <div id="absolute"></div> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="100" height="100"> <param name="movie" value="test.swf" [B]name="wmode" value="opaque"[/B]> …

UI / UX Design flash puzzle web-design
Member Avatar for Airshow
0
157

The End.