2,272 Solved Topics
Remove Filter ![]() | |
HI all, I was wondering if it is legal to have a span tag inside a legend, something like this `<legend>This is my<span>legend</span></legend>` Can't quite work out whether legend is a block element or inline thanks UI / UX Design html-css legal web-design | |
I have a gallery of product images in an e-commerce site which the client wants to "pop-out" on rollover. I wrote this CSS style to do it however while it works fine in Firefox .. not so in IE10. Can anyone suggest a work-around with this code that will support … UI / UX Design html-css image web-browser web-design | |
so I'm limited to a single class used by this span element in a forum plugin. I want to style it to work exactly like the buttons of my forum. here's my current code: color: #000000; background: #808080 left center repeat-x scroll url('http://images.proboards.com/v5/gradients/darkness.png'); padding: 5px; display: inline-block; what can I … UI / UX Design html-css web-design | |
In the following code the Submit button actualy says "Submit Query" on my page but I can not find anywhere that I have written "Submit Query" in the file. Any ideas? I would like to change the second one. <html> <head> <title>Simiply Query</title> <link rel="stylesheet" type="text/css" href="mystyles.css" media="screen" /> </head> … UI / UX Design html-css web-design | |
Hello, I create a website with a 1024 x 728 size. After I create the html amazingly, the horizontal space is more than 1024, larger than the background that I create. There are around 400 px more space to right side of the background which is filled with a blank … UI / UX Design html-css web-design | |
Hello, I wonder why my navigation input text box size being effected by the agent.css agent.php <html> <link href= "css/style.css" rel="stylesheet" type="text/css" media="screen"> <?php include('includes/navigation.php'); ?> <link href= "css/agent.css" rel="stylesheet" type="text/css" media="screen"> <body> <br><br> <div id="form"> <div id="formtitle"><br><center>FORMULIR PENDAFTARAN AGENT INDONUSA</center></div> <br><br> <div id="formtable"> <table border="0"> <tr> <td class="field">Nama Lengkap</td> … UI / UX Design html-css web-design | |
agent.php <div id="formtitle"><center>FORMULIR PENDAFTARAN AGENT INDONUSA</center></div> <br><br> <table border="0"> <tr> <td class="field">Nama Lengkap</td> <td><input type="text" name="name" placeholder="harus diisi" value=""></td> </tr> <tr> <td class="field">Tempat & Tanggal Lahir</td> <td><input type="text" name="name" placeholder="harus diisi" value=""></td> </tr> agent.css #form { width: 900px; height: 1600px; background-color: white; display: block; border: 1px; margin: auto;} #formtitle { … UI / UX Design html-css web-design ![]() | |
Ok I am having trouble with this homework assignment. I need to modify the code to sort by the number of pages rather than by chapte number. I get this part but the code I need to modify will not display correctly in my internet browser. All I see is … UI / UX Design html-css web-design xml ![]() | |
Hi, I am new to html and I am reading the html and the css code of the website: http://www.quarryequipments.com/ I notice that if I make the browser size small, the li element in the navigation will not float left, how do I make it out? thanks. UI / UX Design html-css web-design | |
I am trying to make a multi level accordion menu out of my code... I have successfully created a single level accordion but i can't add a second or third level to it. Here is what i got: css: body { margin: 0; background-color: #fff; font-family: Arial, Helvetica, sans-serif; font-size: … UI / UX Design html-css web-design | |
I'm almost done experimenting on how make the slideshow background clickable http://www.gracetous.org/test/ but I was hoping the mega menu dropdown will show up without adjusting the height since its responsive, is there any hope to this? UI / UX Design html-css web-design | |
I can't seem to find the answer, but I'm sure it's simple. I have a select drop down in a form and when I select it, it will start at the very last value instead of the top. How can I change this to start at the top instead or … UI / UX Design web-design | |
Hello, I am trying to create a navigation system like this: [Plan](http://www.innovation.web.id/Indonusa-gateway-menu.jpg) [Actual](http://www.innovation.web.id/Indonusa%20Nav%20Actual.jpg) How to create navigation like the design plan ? Now, what I have is like the actual (the website still in the localhost) navigation.php <link href= "css/nav.css" rel="stylesheet" type="text/css" media="screen"> <div id="navigation"> <div id="logo"><img src="images/logo2.png" width="160" height="60"></div> … UI / UX Design sharepoint web-design | |
Im working with dreamweaver, coded in php On one of my pages, i'm trying to add 2 different print buttons each one printing a differrent portion of the webpage. For example, one print button is printing the first paragraph and the other print button is printting the second paragraph. I … UI / UX Design html-css ide javascript php web-design | |
I am trying to make my webpage's content start about 10cm (3.93 inches) from both sides with a border around them. The border thing I have under controll. It is just the content spacing on the sides. This link: [Click Here](http://www.w3schools.com/css/css_table.asp) has what I want but I dont know I … UI / UX Design web-design | |
Hello Everyone, I want to integrate google flags with my website, which translate languages on click event on same page. How-ever I successfully integrated google translate with dropdown option but want to integrate google flag translations on my website. Any type of help is appreciated. Thanks In Advance. UI / UX Design google seo web-design | |
I am working on my latest project for a friend using a template and was wondering how to make the contact form work which had the coding already there. I have never used a contact form before and was just wondering what I need to do to make it functionable. … UI / UX Design web-design | |
Hi there I am working on my sister's website and she wants to start a video blog. She wants her youtube videos to be automatically posted on her website (just the newest one needs to be shown). Anyone have any code that might help with that?? Looked via google and … UI / UX Design javascript streaming-service web-design | |
Besides Wordpress and Joomla, are there any other free CRM or CRM like sites out there? I am looking to get away from Joomla and I am not a big fan of Wordpress anymore. Was wondering if yall knew of any others out there? UI / UX Design web-design wordpress | |
Hello friends i'm new here, there is a question bugging me for some time i cant make my mind of it. I love webdesinging and its a passion i want to make a career of say freelancing as i have a decent job, but still i want to persue my … UI / UX Design career html-css web-design | |
so i have the following css stylesheet [Click Here](http://www.jocurigratisonlinenet.ro/default.css) and i want that `#footer{}` and `#copyright{}` to stay at the bottom of the page all time. How can i achieve that? UI / UX Design html-css web-design | |
hi, i cannot arrange the contents of a div inside, i used the command `text-align:center` and doesn't work. What can i do? here's a link of the css, you can find the problem at `#footer{}` [The css](http://www.jocurigratisonlinenet.ro/default.css) UI / UX Design html-css web-design | |
I'm not sure if this is an intelligent choice or not, so decided to ask the most knowledgable group that I know... I have a website that I created, and I need to do some SEO work on it.. (not my forte) What I was thinking about doing was creating … UI / UX Design seo web-design | |
Hello everyone, This is my first week in a new language and I am having trouble with html5. Here is the question and then I will post my code. I need create an autocomplet input element with an assciated datalist that contains the days of the week. I have everything … UI / UX Design web-design | |
I want to know about website interface design. Please advice me..... UI / UX Design user-interface web-design | |
Hi there. I'm trying to create a mobile navigation bar that has a drop down menu. I have most of it set up already, but the only sub-menu link I can view is from the last main menu button, the rest of the sub-menu buttons hide behind the main navigation. … UI / UX Design web-design | |
My project runs smoothly in Chrome and Firefox but some part of the CSS isn't working in IE. How can I overcome this issue? UI / UX Design web-design | |
Hello, I have an FTP account(admin) and I would like to know if its possible to restrict it so that it cannot be deleted or the password cannot be changed. I have created a website for someone and want to have access to it in the future. UI / UX Design web-design | |
Here's my code >> [Click Here](https://dl.dropboxusercontent.com/u/21617707/accordion.rar) And here's an image showing the problem! >> [Click Here](http://i41.tinypic.com/4id7dc.png) Rest is self explainatory. I used the same code in IE and the problem didn't occur. I haven't tried Firefox. The problem is most people seem to use Chrome these days and thats why … UI / UX Design javascript-jquery web-design | |
I am trying to create a multicolor link. I have tried a couple of variations, none of which work. <a href="URL">Black text <span style="color:red">red text</span> black test</a> <a href="URL">Black text <span class="rd">red text</span> black test</a> Does anyone know how to do this? UI / UX Design html-css web-design | |
Hi all, I am trying to build a website on my own. But I am not so efficiet in HTML coding but I'm trying to learn. I need a small help here. I am trying to make a form for my website where I'm going to use a Radio button … UI / UX Design html-css web-design | |
Chaps, I have run into some strange behaviour never seen it before, and it is really giving me a huge headache. I wonder if anybody can help me to understand why this is happening. Here is the link: http://antobbo.webspace.virginmedia.com/various_tests/floatProblem/test.htm Look at the squares labelled 1,2,3,4 inside the red div. They … UI / UX Design web-design | |
Hi, What kind of effect is used in this following picture http://d2o0t5hpnwv4c1.cloudfront.net/2138_SimpleParallax/images/only_background_2.jpg? It is normal blurring using photoshop or any other effect? How can I apply this effect to my pictures? I've seen this kind of image effect used in the lasted iOS as well. Thanks in advance UI / UX Design adobe image web-design | |
Hi everyone... hopefully someone can help me with a little advanced knowledge in using CSS to define the placement of a box that will rotate graphics. Basically what I need to do is define a space in the right column of the web page for graphics to rotate in and … UI / UX Design javascript-jquery web-design | |
Hello I have a webpage here: http://turningheadssalons.com/newabout.htm And as you can see, the H1 tag that says: "Who We Are" floats underneath it's parent container. The strange thing about this is, is that the inner container is embedded inside of the parent container, which by default, the parent container should … UI / UX Design html-css web-design | |
<video controls="controls" width="500" autostart="False"> <source src="vid/Chantel.webm" type="video/webm" > <source src="vid/Chantel.mp4" type="video/mp4" > <source src="vid/Chantel_libtheora.ogv" type="video/ogg"> <object data="vid/Chantel.mp4" width="500"> <embed src="vid/Chantel.swf" width="320" height="240"> </embed> </object> </video> UI / UX Design html-css video web-design | |
hi i need some help. Suppose i have 4 different xhtml pages(page1,page2,page3,page4), and all the 4 contain one <h1> tag. Now i have an external css file and it contains(showing only h1 tag): h1{font-size:16px;font-weight:bold;} But now i want to add margin-top:10px(only for <h1> tag) for page1,page3 and page 4.if i … UI / UX Design html-css web-design | |
Hey guys, I just started learning HTML/Javascript yesterday and I just wanted to mess around a bit. I'm working on a few things dealing with user input but I've come accross a little snag. I want it to take in 3 inputs, do an operation, and then output the answer. … UI / UX Design html-css java javascript web-design ![]() | |
Hi, I just popped in on a website named http://n-frames.com/. I would like to know what kind of jquery or css effects they are using in-order to achieve the layering effect on the images while scrolling the page as I would like to use this effect in one of my … UI / UX Design html-css java javascript javascript-jquery web-design ![]() | |
![]() | hie there, is there any way i can use input button as submit button for a form ? I know about Submit button but wanted to make input button work like submit button. Thanx UI / UX Design web-design ![]() |
hi i have built a website which has been live for a while but i am not sure if i am doing it right. The website i created is http://canadianfavoritepizza.com ( by no means am i trying to attract people to this website, obviously this is a location based website … UI / UX Design seo web-design | |
Hello, I have my sidebar which does like this: Mediworld.co.uk Could someone suggest a solution. The plugin used for the sidebar is vertical mega menu. UI / UX Design web-design | |
I am going to host my own website, using Microsoft's ISS to host them. My question is that when I am hosting them, and I want to update them with a newer look, will I just be able to edit my HTML code and then the next time the page … UI / UX Design web-design web-server | |
Hello i am able to add icons next to files that end in these extentions, what im tring to do is to add icons next to directories. Any ideas ? Thank you a[href$='.zip'], a[href$='.rar'], a[href$='.gzip'] { background:transparent url(zip.jpg) center left no-repeat; display:inline-block; padding-left:40px; line-height:18px; } UI / UX Design web-design | |
Hi all, I have spent a few hours on this now, and I have to admit that I have absolutely no idea what is going on. I have a background image that is not showing in IE7 and IE8, other browsers are ok. Here is the link http://antobbo.webspace.virginmedia.com/various_tests/imageProblem/confirmation.html I am … UI / UX Design html-css image web-design | |
Hi guys and gals, I'm in the process of developing a responsive website and have run into something which I was not expecting. I have all my margins and padding set to 0 (or at least I thought I did). However, when I place anything into the header, it automatically … UI / UX Design html-css web-design | |
I have a very basic 3 column page that I would like to have centered. In every other browser that I've tested, it works fine, however, in IE it gets aligned to the left. Can someone take a quick glance and see what I'm missing? Thank you! [CODE] /* CSS … UI / UX Design html-css web-design | |
Hello, I created my sidebar using html, css and jquery. The sidebar looks great when I open the html file and everything looks good. I wanted to include it in my website so used php include sidebar.html The sidebar is all disorted. When click on a heading it does not … UI / UX Design html-css web-design | |
Hello, I have inserted my sidebar into my website. I get this: http://develop-platform.co.uk/5062-2-2/ But when I have the sidebar on its own, I get this: http://develop-platform.co.uk/basic.html What is the problem? UI / UX Design html-css web-design | |
Chaps, I have a problem, and I am not sure how to get around it. Basically, I have a background image (it sits in a span) which is roughly 40px x 40px (bigger than the span) and it gets cropped off. How can I display the whole image even if … UI / UX Design html-css image web-design |
The End.