7,985 Archived Topics
Remove Filter ![]() | |
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 ![]() | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 ![]() | |
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 | |
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 | |
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 | |
could u please tell me about action script i wanna learn flash action script from where i can learn from begging please tell me.............. UI / UX Design actionscript flash multimedia web-design | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
![]() | 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! UI / UX Design actionscript flash multimedia web-design ![]() |
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 | |
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 | |
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 | |
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 ![]() | |
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 | |
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 | |
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 ![]() | |
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 ![]() | |
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 | |
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 | |
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 | |
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 | |
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 ![]() | |
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 -</a></li> <li><a href="#">Large … UI / UX Design html-css web-design | |
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 | |
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 ![]() | |
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 ![]() | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 ![]() | |
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 | |
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 |
The End.