2,272 Solved Topics
Remove Filter ![]() | |
Hey there community, I recently designed a new blog layout and in the designing process, the html, css and javascript worked perfectly on all browsers. However, when I uploaded it onto my blog host (blogger), the layout became messed up and my div entitled main 1 was pushed to the … UI / UX Design ui-ux web-browser web-design | |
Hello, I am experimenting with float layouts. It is my understanding that if you float three divs to the left they will sit next to each other without bothering any other divs above or below them. As long as the divs have specified width and their container div has enough … UI / UX Design html-css web-design | |
Hi, I think the problem is simple enough to understand, but if you'd need it, I would set up an example. I'm quite ok with html and css, but I'm not fully comfortable with "float" I use it float: left (or right) to produce text colums, but now I got … UI / UX Design html-css web-design | |
Hello, I have 2 style sheets for my site, one small(760px) and one large(900px). I would like to create an image in photo shop for the header. My question is do I need to create 2 images for the 2 background sizes or can I create 1 image for both … UI / UX Design image multimedia web-design | |
[url]http://www.foodinthecity.com/[/url] in firefox the page starts displaying funny after you scroll down on the middle products section. in chrome it almost displauys right but you can see its out by a few pixels... but the weirdest thing is that on our development server it works fine in firefox but we've … UI / UX Design display html-css web-design | |
Hi peeps and thanks for reading. Brilliant responses to my last post and thanks for being so welcoming .... My question is one i cant find any solid reference on . I have a bunch of text that i would like to have styled in the futura font family but … UI / UX Design html-css seo web-browser web-design | |
Hi, I trying to use one of two style sheets depending on screen size but it is not working. 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] It disables the style sheets altogether. Not sure why. Any … UI / UX Design web-design | |
I've got a 101px x 101px div with a background image and words of text. I've attempted to make the whole div a hyperlink but it only made just the text a hyperlink. if you check my website [url]http://www.stackway.com/stack.php[/url] , when you click the word then the correct hyperlink comes … UI / UX Design perl web-design | |
Hey, I have a table defined like [CODE]<table width="100%"> <tr> <td>Some Content</td> <td>More Content</td> </tr> </table>[/CODE] This table displays something like [CODE] |------------------------|------------------------| |Some Content | More Content | |------------------------|------------------------| [/CODE] The columns of the table will automatically resize based on there content however I want the first collumn to … UI / UX Design web-design | |
I'm stumped. I have a box model that is controlled by css in other parts of a CMS. For simplicity, lets say it's like this: [CODE] <div.a> <div.b> <table> </table> </div> </div> [/CODE] I wish to print the raw table in the midst of the divs without the CSS margins … UI / UX Design cms web-design | |
My menu is a very large menu and editing it on each individual page is very time consuming (~160 lines of code per chapter and there are 11 chapters). So I am wondering if I can place my menu into another html document and then call/import it to the currently … UI / UX Design web-design | |
Here is my problem: I have a checkbox and text input elements inside the same ID. I need checkbox to be 20px wide and textbox - 200px wide. I have this: [CODE]#check input { float:left; border:solid 1px #afd45a; width:20px; margin:2px 10px 10px 6px; }[/CODE] What's my solution should be for … UI / UX Design html-css web-design | |
Hi everyone, I've a problem while doing Hide\show a div(a element) in InternetExplorer. i.e for changing the style of a div -- display : block; | display : none; Show and Hide using display property as block and none works fine in FireFox. But not in IE. How can i … UI / UX Design display web-design | |
Hi all, I am very new ( 1st Post) and i have to apologise in the first instance as it would seem that i may end up falling into this nasty category of annoying student types who do not attempt coding themselves first before asking a question and expect some … UI / UX Design html-css web-design | |
Hey there community, I recently designed a new blog layout and in the designing process, the html, css and javascript worked perfectly on all browsers. However, when I uploaded it onto my blog host (blogger), the layout became messed up and my div entitled main 1 was pushed to the … UI / UX Design html-css web-browser web-design | |
Hi folks, I apologize if this is a strange question for this forum beforehand. I recently set up a contact form for a client and a user has entered their email address incorrectly into the form and now my client can't get in touch with the enquirer and may lose … UI / UX Design email ui-ux web-design | |
Hi Guys, I hope I am posting this in the correct forums if not please let me know. I have created a spry menu for my web site using Dreamweaver when I display the page in Firefox the menu and it’s drop downs work correctly and appearing below the menu … UI / UX Design ui-ux web-design | |
I am looking to create a changeable image similar to how it is done in this thread [URL="http://www.daniweb.com/code/snippet226127.html"]Pure CSS Image Gallery with mouse click[/URL] Here is the layout of my page. I would like for the image to be shown in the frame that I have given it and then … UI / UX Design html-css image web-design | |
Hello, I am having a lot of trouble with the menu system on [url]http://independencebp.webmaxsites.com[/url] It looks fine in Firefox but in IE* the last menu Item drops below "About Us". Why does this happen? Please help. UI / UX Design web-design | |
I am beginner in html / website design. I have 4-5 webpages. All these pages have top banner, left sidebar & right sidebar. At present I am writing html code in all the 4-5 pages for these above elements. Is there a way, I just write the code once (in … UI / UX Design html-css web-design | |
The internal links doesn't work with Firefox. URL: [URL="http://www.senslac.com/enlaces.php"]http://www.senslac.com/enlaces.php[/URL] At top: [CODE] <div class="espai_gran centrar"> <a href="/enlaces.php#enlace0">Asociaciones</a><span class="text"> | </span> <a href="/enlaces.php#enlace1">Blogs de Interés</a><span class="text"> | </span> <a href="/enlaces.php#enlace2">Marcas</a><span class="text"> | </span> <a href="/enlaces.php#enlace3">Restaurantes</a> </div> [/CODE] And behind: [CODE] <div id="resultats"> <a name="enlace0"></a> <h3><b>Asociaciones</b></h3> [...] <a name="enlace1"></a> <h3><b>Blogs de Interés</b></h3> … UI / UX Design ui-ux web-design | |
Hey Guys, I am having issues with my header. I have a header image which I set as my background that expands with browser, but I want it to be 502px in height. Here is my css: [CODE] .Container #header { padding: 0px 0px 0px 0px; background-color: #DDDDDD; background: url('folioheader.jpg') … UI / UX Design web-design | |
*Thoght I fixed it, I was wrong : ( Hey Guys, Ok so here is my problem. I have created a three button horizontal navigational bar and want it to float to the right of my logo. My fist button the home button is in the spot i want it, … UI / UX Design html-css web-design | |
Hello! I have a site, that I use to learn those web building languages. I have a problem with the menu tabs layout: A div contains many a's but, and it is supposed to cover the path behind them, but: t[URL="http://erlendhl.ueuo.com/"]his is what happens[/URL]. I have tried position:absolute; but then, … UI / UX Design web-design | |
Hey, I'm designing a site for my old man and I am having some issue regarding pre-loading image for a hover effect. Currently when I hover over an image it gives me a brief period of white space then loads the hover image. I have tried to add the images … UI / UX Design image multimedia web-design | |
Hey guys, having a bit of a problem with validating some really basic strict html forms. Below (in the code tags) are the validators comments. [CODE] character data is not allowed here <option value="d" />d/ Talking</option> end tag for element "option" which is not open <option value="d" />d/ Talking</option> [/CODE] … UI / UX Design html-css web-design | |
hey guys I' am new to css and i have a problem which is the div statement e.g <style type="text/css" media="all"> div{ content:"the string is placed inside div stat."; border: thick solid black; backgound: skyblue; color: black; font-size: xx-large; padding: 20 px; } </style> <body> <div></div> </body> but it is … UI / UX Design web-design | |
Okay I've got 2 more problems for you guys! 1. I have to insert images using css (so im using background img) which works fine, and i've background-positioned it right, which is fine, but obviously the text goes over it. How can i change it so the text stops before … UI / UX Design html-css web-design | |
Using IE 7 (and Opera), by selecting the select field below, and using the keyboard char "M" to scroll through the options, it seems to select options in a random order. (Not alphabetically I think). Some options even get selected two times before another gets selected once. Eventually, it will … UI / UX Design html-css web-design | |
Hi, I was just playing with a simple navigational bar and stumbled upon a problem I can't isolate. When I use <ul> and <li> and "display: inline" I can't get the li fields really close horizontally in Firefox, so that the <li> borders would touch another. IE6 does what I'd … UI / UX Design html-css web-design | |
Hi all - I cant seem to get this 2 col setup working inside a parent "content" div, it works in ie but not FF or Safari. Should I approach in a completely different way or does it just need a tweak. Thanks I have tried eliminating and adding various … UI / UX Design html-css web-design | |
Hi, quite new to css and as part of an assignment we have to create a set html page to look like it should using css. My problem(the relevant code is provided), is that the menu at the top where it looks like: first second third fourth I need it … UI / UX Design html-css web-design | |
I am trying to put hover codes in - I want 3 different sizes. Can anyone help me? Also, besides here - can anyone recommend a good website for beginners to learn CSS or any good beginner books? UI / UX Design web-design | |
I I'm pretty new to css, for uni we have to design this website (as specified and without moding the html) and im having trouble with a few things. I cant really post the code because none of the images will work (they are stored and passworded on the university … UI / UX Design html-css web-design | |
I have an options section for my editable gallery that displays fine in Chrome, FF, Safari, Opera, and [I]even IE7[/I]. But not IE8 - which once again finds a way to make my life harder. Can anyone explain why this: [CODE] <td colspan="2" style="width: 800px;max-width: 800px; text-align: center;"> <img src="galleryopt.png" … UI / UX Design web-design | |
I'm having an issue with an embedded video from youtube. It was working fine until recently and now I can see it when I load the site from my desktop but not from the server. The code is as follows: [CODE] Singing doesn’t stop after the lesson- I will help … UI / UX Design flash ui-ux web-design | |
I have a complete tableless web layout that I designed in PS CS4 and exported the slices. I created a CSS file and then switched all the tables to DIVs and created classes in the CSS file for each of them. For some reason when it is loaded into IE8 … UI / UX Design html-css web-design web-server | |
Hello everyone :) I am trying to get rid of extra space that appears beneath the page due to relative positioning. I tried assigning one div element with an absolute position to which all of the other relative divs are positioned but this still doesn't seem to work - not … UI / UX Design html-css web-design | |
have a similar problem: i have my #nav_bar id with a .first class, which i have originally with an image. but, i want it to change image when it's hovered on, like this: [code=css] #nav_bar .first:hover { background-image:url(image2.gif); } [/code] [code=html] <table cellpadding="0" cellspacing="0" id="nav_bar"> <tr> <td id="first"><a href="yada yada">yada … UI / UX Design html-css web-design | |
Hey Guys, I am trying to position my navbar (5 images) to center with the browser. Instead it is positioned to the left and when you make the browser smaller the buttons move. Here is the CSS: [CODE] <style type="text/css"> #navcontainer { margin: 200px auto 0px auto; position: absolute; } … UI / UX Design html-css web-design | |
Hi, I am in the process of building my first website (no coding experience) My home page (saved as .aspx) uses asp.net controls. All other pages are saved as .html. I can navigate fine from the home page to any of the other pages; however when I try to navigate … UI / UX Design asp.net html-css web-design | |
Hi my Prof. wants me to create a forum website from scratch. This forum contains only basic functionalities like creating a forum,a new thread in the forum, post a reply. So I created a database which contains these tables: Users Groups Forums Topics Posts now in my homepage I want … UI / UX Design display ui-ux web-design | |
I am VERY new at this, and I need all the help I can get. I am trying to make a table that looks like this: I am VERY new at this, and I need all the help I can get. I am trying to make a table that looks … UI / UX Design web-design | |
Hi Folks, I'm hoping you can help me with a strange IE problem. My clients site at [url]http://www.cmrbuilding.com[/url] works fine in Firefox, Safari, Opera etc but when it comes to IE, though it works in IE6, the site has a huge extra, blank area that scrolls to the right and … UI / UX Design html-amp html-css javascript-jquery web-design | |
ahah it's me again. I'm going to make an on button and an off button which i want to play an audio file and pause it. But what code do i use to do this? UI / UX Design audio multimedia web-design ![]() | |
I have a drop down select menu that has about 700px worth of text in each option and i need the select box to be 300px wide. So i changed the width in the CSS to fit my layout however in IE the actual portion that drops down stays 300px … UI / UX Design html-css web-design | |
Good Afternoon All, I have a template that I'm working on with the same flash header on each page. The header contains the drop down menu to go to the other HTML pages in which the header is placed. I noticed this as one of the parameter lines [CODE]<param name="movie" … UI / UX Design flash multimedia web-design ![]() | |
FF works perfectly (additional browsers also) but IE (the bain of microsoft) refuses to be the same. Any ideas or other techniques or position I can look at? [code] background-image: url(text.jpg); position: abosolute; left: 100px; top: 100px; [/code] Same code different 100x100 :( Any Ideas? Thanks, Regards X UI / UX Design image web-design |
The End.