7,985 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for cssquestion

I have a code in .css file: [CODE] .... body { background: red; font: 70%/1.5em Verdana, Tahoma, arial, sans-serif; color: #777; margin: 15px 0; } ... [/CODE] In the html file, there is a form: [CODE] <body> .... <div> <form> <table> <tr><td>name</td><td><input ..../></td></tr> <tr><td>address</td><td><input ..../></td></tr> </table> </form> </div> .... </body> …

UI / UX Design html-css web-design
Member Avatar for diafol
0
114
Member Avatar for phpDave

Hi, I have 2 style sheets for my site. One is for small screen and the other is for large screen. 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] What I want to do is …

UI / UX Design web-design
Member Avatar for phpDave
0
71
Member Avatar for brenzor

Im making a google map, and ive been looking at other sites maps and saw something I like here: [url]http://www.northstar.co.za/index.php/site/contact-us/[/url] At the bottom of the map they have that darkened bar with the 'view larger map' action in it, how would I add this to my map? I looked at …

UI / UX Design google web-design
Member Avatar for drjohn
0
108
Member Avatar for ib4dogz

Google Maps Directions in infowindow Take a look at the link below. Click on one of my markers in the map. Inside the info windows I would like to have “Directions: To here - From here” feature in it. Thanks in advance for your assistance. [URL="http://www.crucialdesign.net/diningguide/test.html"]http://www.crucialdesign.net/diningguide/test.html[/URL]

UI / UX Design google seo web-design
Member Avatar for brenzor
0
947
Member Avatar for help_lucky

Hello Everyone, I am struggling to print a page in landscape. The reason behind to print in landscape was that, the table has many coulmns or anything else can be done besides printing in landscape?. Is there any statement in html to server the option of [U]fit in page[/U] in …

UI / UX Design printer web-design
Member Avatar for help_lucky
0
142
Member Avatar for Lolalola

Hi, what's wrong with this code? Now disappear background and div after this code show incorrect. [CODE="HTML"] <html> <head> <style type="text/css"> #first{ width: 200px; background-color: #345752; } #left_b{ background:transparent url('img/left.png'); background-position: left top; background-repeat: repeat-y; } #right_b{ background:transparent url('img/right.png'); background-position: right top; background-repeat: repeat-y; } #text{ float: left; width: 50px; …

UI / UX Design html-css web-design
Member Avatar for drjohn
0
72
Member Avatar for EdTheUniqueGeek

Does anyone know if there is a way to embed an executable in a web page to run in that web page. This would be a client side page. Here is what I want to do. I am a systems admin (not a web dev even though I know just …

UI / UX Design html-css ubuntu web-design
Member Avatar for diafol
0
1K
Member Avatar for vairvixen

This has me extremely frustrated. All my pages look fine in every browser EXCEPT Internet Explorer. For some reason, IE keeps moving my text to the right. Grrrr. Here is an example: [url]www.valleyafs.com/resources.htm[/url] I'm hoping someone can see what I've done wrong with my code, but any help is appreciated. …

UI / UX Design html-css web-design
Member Avatar for colweb
0
105
Member Avatar for phpDave

Hi, I'm about finished with my first website. Everything works in firefox and IE except that the horizontal scroll bar appears in IE. I set the overflow to hidden and it works except I lose the verticle scrollbar in firefox, any suggestions? Also, I should be testing with Safari soon …

UI / UX Design web-design
Member Avatar for phpDave
0
84
Member Avatar for gloris

Hi, I need three tables (div). The left and right sides of the occupied 50% of the free window. The center is fixed. Everything seems fine, but right down to jump off the table. [CODE="HTML"] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <style type="text/css"> …

UI / UX Design html-css web-design xml
Member Avatar for gloris
0
79
Member Avatar for sukhvir singh

could u please tell me about action script i wanna learn flash action script from where i can learn from begging please tell me..............

Member Avatar for g2gayan
0
89
Member Avatar for kizito106

HI GUYS.Am trainning to center my form in the middle of my html page but I have failed.Can any one help? Below is my code......... <html> <head> <title> Rich Trials </title> </head> <body> <form name=""> username: <input type="text" name="username" /> <br /> password: <input type="password" name="password" /> <br /><p> <input …

UI / UX Design web-design
Member Avatar for drjohn
0
21K
Member Avatar for Reliable

I was watching a video on vector masks in Fireworks which displayed the ability to scale gradient masks with great simplicity. Unless I am missing something whenever I want to change a gradient mask in Photoshop I undo and redo the mask. Being able to simply scale the mask to …

UI / UX Design multimedia web-design
Member Avatar for Reliable
0
53
Member Avatar for nbabumca

Hi All, Actually i am sending motivational email to my friends every day. its customized HTML Templates, But what happen, in that templates i used some images, its working in my browser. but my friends are using IE and Firefox, in that also images are not display. its showing only …

UI / UX Design display email web-design
Member Avatar for migcosta
0
158
Member Avatar for rhirde

hi I have to create ad in which 5-6 images will change in fixed time interval and for that i want to know how to create animated gif image in photoshop. pl. tell the steps to create the animated gif image in photoshop

UI / UX Design image multimedia web-design
Member Avatar for shironui
0
129
Member Avatar for tasteypaste

I am currently trying to edit a page that has a bunch of links on the page. All of them are in tables and are supposed to turn a dark gray color and then become darker one they become visited. However, they show up like normal links. (Blue) The page …

UI / UX Design html-css pdf web-design
Member Avatar for tasteypaste
0
232
Member Avatar for nizuya

This is something I've always had a problem with but never asked about... If I am floating two columns via div tags, one left and one right (such as navigation on the left column and main content on the right), Then I have two more things floating inside the right …

UI / UX Design web-design
Member Avatar for vsmash
0
98
Member Avatar for kooia

I'm facing technical difficulties. I can't get position:relative elements to overlap. At the time, I need to center a <div>, and have an image overlapping that, and an image overlapping that. Could you please send me some test code, with 2 image CSS definitions? One overlapping the other, with different …

UI / UX Design web-design
Member Avatar for kooia
0
2K
Member Avatar for MandaloreFett7

Hi, Im new to CSS and have watched a couple online vids, but I have run into a problem that I can't seem to fix. My menu displays fine in IE 7 and 8, but the background color disappears in Firefox. Any suggestions? Sorry if my code is messy. I …

UI / UX Design html-css web-design
Member Avatar for ko ko
0
274
Member Avatar for Brillig

I have had so much problems with position: relative (especially regarding any divs that come after it) that I'm starting to think an overall rule is to keep with static and use margin to move things around when at all possible and use relative when you need it for negative …

UI / UX Design web-design
Member Avatar for metalix
0
138
Member Avatar for shironui

I have a flash site I'm building, the only problem I'm having is the carousel I have for it does not stay on the frame its supposed to be on. I.E. I click on the link to the carousel, and it pops up and works normally, however, if I click …

UI / UX Design flash multimedia web-design xml
Member Avatar for shironui
0
105
Member Avatar for yassar

Hi, I have a simple page created by Microsoft Word 2007. It consists of an htm file and a folder which includes images. Firefox cannot load the images while other browsers can. Do you have any idea about the problem? Thanks, Yassar

UI / UX Design microsoft web-design
Member Avatar for yassar
0
101
Member Avatar for beforetheyknew

What css do i use to set up the standard 5 box website? i forget its formal name, whats it called? The website layout, with a header, footer, centred centre page and the a right and left side.

UI / UX Design html-css web-design
Member Avatar for drjohn
0
103
Member Avatar for soley

Yes, this is homework. Yes, I know how to make this layout. But what I don't know is the font used. I'm supposed to make the html skeleton look as close to this screenshot using css. Easy, right? Yeah, I know. Obviously I know it's a sans-serif font, but is …

UI / UX Design html-css ui-ux web-design
Member Avatar for MJ Pieterse
0
58
Member Avatar for Moirae

Hello, I'm working on a flip page gallery in Flash (AS3). I have this video tutorial from Cartoon Smart and one problem. How to mask a text box, is it possible in Flash using AS3? Cheers!

Member Avatar for Moirae
0
217
Member Avatar for x_mysterious_x

I m trying to make a template for my website. there is a top box and a navigation box. Position of navigation box is relative to top box and at a 5% of distance from top box. This distance is visible in Internet explorer but in mozilla navigation box appears …

UI / UX Design html-css web-design
Member Avatar for almostbob
0
89
Member Avatar for snitch321

want to know what code snippet you could add to this code to stop my sound file from playing automatically when you enter that frame? code:[CODE]var mySound:Sound = new Sound(); var myChannel:SoundChannel = new SoundChannel(); var lastPosition:Number = 0; var soundIsPlaying:Boolean = true; mySound.load(new URLRequest("Intro1.mp3")); myChannel = mySound.play(); offBtn.addEventListener(MouseEvent.CLICK, onClickStop); …

UI / UX Design multimedia web-design
Member Avatar for almostbob
0
144
Member Avatar for mokaton

Hi all! I'm trying to build new social network for "House Management". Need to give an idea or designed logo. May any one help me? )

UI / UX Design multimedia web-design
Member Avatar for Ezzaral
0
86
Member Avatar for cambridge77

Added a image set with lightbox. I think all the paths are correct, but the thumbnails are showing! the lightbox itself works fine. Any ideas? [url]http://www.andytest.taupedesign.com/residential%20new%20construction.html[/url]

UI / UX Design multimedia web-design
Member Avatar for Moirae
0
93
Member Avatar for cguan_77

Hi guys, need your help again. I'm having problem on our page which I shared over on the network. The site works fine on the pc in which the php and html files is being stored. But if access through other pc on the network the page doesn't load it …

UI / UX Design ui-ux web-design
Member Avatar for cguan_77
0
101
Member Avatar for nakul_pancholi

Dear All, Hello..! I have one problem with html links. Suppose we want to set the link in our html document, we use <a href="filename.html"> Link </a> Suppose we want to go to a particular section to other html document then we use <a href="filename.html#name> Link </a>. Here in this …

UI / UX Design html-css web-design
Member Avatar for pritaeas
0
93
Member Avatar for trandrewo

Hey guys! I know this might sound strange, but I am trying to use CSS to format a P section to be centered, [I]but only if that P contains an embedded video[/I]. Is there a CSS statement I can use to apply formatting to only those P's that contain OBJECT's …

UI / UX Design web-design
Member Avatar for diafol
0
132
Member Avatar for RucGwl

Hi guys, When we save a web page using Save As option, we see a folder created with all images used in the web page. I want to prevent this copy of my images on local disk. Is there any option in HTML to do this? Thanks...

UI / UX Design web-design
Member Avatar for diafol
0
153
Member Avatar for StickerAA

Hi everyone, I want to put a border around a hyperlink but in IE7 the bottom border line is omitted and in Firefox it looks fine. Following is my html and css code. I have checked google to no avail. I have tried various position: relative/absolute combinations with no success. …

UI / UX Design html-css perl web-design
Member Avatar for StickerAA
0
62
Member Avatar for DBB1

Hello, :-O If some one could tell me how I can have vertical border on the right side of each cell. [B]Suppose my table tag has the following code:[/B] [CODE]<table style="border-style:solid; border-width:1px; border-color:red;>[/CODE] [B]and my <td> tag has the following code:[/B] [CODE]<td style="vertical-align:top; text-align:left;">[/CODE] I would like to know: [LIST=1] …

UI / UX Design web-design
Member Avatar for DBB1
0
86
Member Avatar for nomisf1

HI im trying to added extra fields to my register.php , but i keep getting a error message saying 'Error:user not added to database' I've simply tried to edit the original code using the same methods used for the previous fields yet it still doesn't work. im sure my mysql …

UI / UX Design web-design
Member Avatar for nizuya
0
90
Member Avatar for DBB1

Hello, I made a couple of web sites. In my machine, their screen size was good as I could see the specified margins. :(:-O:$ [LIST] [*]When viewed in my machine (1440 * 900 resolution), it looked OK with IE and Firefox; [*]But, when viewed in different machine, and in IE, …

UI / UX Design ui-ux web-browser web-design
Member Avatar for Spain
0
130
Member Avatar for cssquestion

I can understand coding: [CODE] body { color: #ffffff; text-align: center; margin: 5px 0; } [/CODE] But I don't understand what is the following code meaning: [CODE]* { margin: 0; padding: 100; outline: 0; }[/CODE]

UI / UX Design html-css web-design
Member Avatar for diafol
0
51
Member Avatar for StickerAA

My css inline submenu won't stay open long enough to select an option. As soon as the cursor leaves the main selection the submenu box closes. Can be viewed at: [url]http://isite.thevatraininginstitute.com/home.htm[/url] html code [CODE] <div id="ao_nav"> <ul> <li id="first">Accessibility Options: </li> <li><a href="home.htm">Default Font Medium &nbsp; -</a></li> <li><a href="#">Large &nbsp; …

UI / UX Design html-css web-design
Member Avatar for StickerAA
0
133
Member Avatar for Famous16

Hi everyone, There are so many tools available in the market today for web design and development. Can anyone suggest me that which tool is the best for web design and development. With Regards,

UI / UX Design web-design
Member Avatar for cfajohnson
0
161
Member Avatar for JimmyLloyd

Hey there, I've been working on a form that uses ajax to use the selection in one box, and update the second box accordingly. My problem is with the form layout, with which i'm not very good. I've managed to get the layout how I want it so far, with …

UI / UX Design html-css web-design
Member Avatar for diafol
0
93
Member Avatar for Mahesh1671

Hi Team, I want the html code with which i can create a log in page, and when user id and password is put it should open a small page which is basically created in html. I have used the below html tag to create an user nad password column …

UI / UX Design web-design
Member Avatar for diafol
0
229
Member Avatar for Unebrion

I'm having trouble with classes and the display element. I need to display elements of a class in my html document as list items. i have 9 of these in the document, all basically the same [CODE] <div class="notes" id="point0"> <a href="longs.htm" style="position: absolute; left: 560; top: 60;"> <img src="image0.jpg" …

UI / UX Design html-css web-design
Member Avatar for Unebrion
0
90
Member Avatar for Seregwethrin

Straight one: [url]http://neecto.com/wtf/1.htm[/url] Everything is fine. But if you comment or remove TopMenuBar's CSS Border attribute, than there's a space at the top which is here: [url]http://neecto.com/wtf/2.htm[/url] (Check with Firefox 3.6, latest one) Which also works fine in IE and Chrome. I feel so angry because I just gave my …

UI / UX Design web-design
Member Avatar for Seregwethrin
0
108
Member Avatar for jhonnyboy

Hello everyone I was taking a look at [url]http://www.mauijim.com[/url] and saw their navigation menu fairly attractive. I believe this can be made in css, but I wanted to know how did they get such a huge "frame" when hovering over the navigation (Shop, Service, About us). Seems like their is …

UI / UX Design web-design
Member Avatar for jhonnyboy
0
111
Member Avatar for Aaaryan

Hi all, I have a table having white background.and a <a> tag inside it which is invisible due to the backgroud as the color of <a> is also white in the coressponding css file. Now when I applied css to <a> tag color in the file for changing white color, …

UI / UX Design web-design
Member Avatar for Aaaryan
0
221
Member Avatar for Reliable

Does anyone know to make those FLash ads that go across the whole screen and then end up in their destination at the end of the ad? I see them sometimes on MSN.com and Yahoo.com. If someone could do a tutorial on that i would appreciate it.

UI / UX Design flash multimedia web-design
Member Avatar for Reliable
0
77
Member Avatar for BlueCharge

Please could someone find out why the website i have made for a client is completely screwed up in Internet Explorer but pretty much perfect in Mozilla Firefox. Problems in IE: 1. Cells in tables are centered 2. Footer is not in line and looks bad 3. On the contact …

UI / UX Design web-design
Member Avatar for diafol
0
99
Member Avatar for Kruptein

I have this id that should be default 15px from the bottom (which works). But if I have content larger, the content box should grow in height, how can I specify this? [code=css]#content { position:absolute; top: 85px; left:15px; right:130px; bottom:15px; background-color:#00CC00; font-family: Arial, Helvetica, Tahoma, sans-serif; }[/code]

UI / UX Design web-design
Member Avatar for Kruptein
0
70
Member Avatar for ggeoff

Hi I have decided to use CSS for layouts. Previously I would have used tables. My problem is that I want to place images to the left and related text on the right of the images. I have used new blank paragraphs to "fill" the space between the end of …

UI / UX Design html-css image web-design
Member Avatar for jeffreyk16
0
1K

The End.