7,985 Archived Topics
Remove Filter ![]() | |
I am trying to use the code below as my Header. A multi-level drop-down navigation menu. Written in only CSS/HTML. Of course, the fact that if i removed the extra levels of menus, the code would work fine... Is just not good enough. I want to push it. I want … UI / UX Design html-css javascript-jquery web-design | |
Hi there, I hate CSS and I completely suck at design but unfortunately CSS is necessary for any kind of decent page design. I have been working on a small custom CMS for a personal website which works fine. However once I started to try and create the page design … UI / UX Design cms html-css web-design | |
Hello, i have this demo setup: [url]http://www.lloparts.com/tests/headerfoot.html[/url] As you can see if you make the browser window thin enough (vertically), the foot will overlap with the header. This is my question: Is there a way so the foot stops when it "touches" the header, and then a scroll appear to … UI / UX Design web-design | |
I'm developing a web application. In this application we want to load the following data in a web page: 10,000 records. 3 fields in every record Each record 35 byte in size For all 10,000 records 350 KB total. Sample record: 10102018abcdefghijkl0123456789012345 First field: 10102018 Second field: abcdefghijkl Third field: … UI / UX Design os-x ubuntu web-browser web-design | |
Could someone decribe the differences between HTML and XML. Thanks in advance UI / UX Design html-css web-design xml | |
I would like to use in a specific place a specific bullet style with a specific color. Currently I'm using: [html]<SPAN style="COLOR: #DD440F;FONT-FAMILY: Wingdings;mso-fareast-font-family: Wingdings;mso-bidi-font-family: Wingdings">v</SPAN>fdsfdsfds<br>[/html] You can see it in my website under "Main Menu" (on the left side of the page). But I would like to use it … UI / UX Design finance html-css web-design | |
Hi, I am wondering is it possible to create a regular CSS button that have different colors display on the text when hover without using any images? Best Regards, UI / UX Design html-css web-design | |
OK... I've been got by CSS... I revoke my dislike for it! I think it has potential and could be used constructively! I hate CSS! I sat up till 5:30 odd this moring... simply trying to make a header with 3 images, a left end, center and right end.... so … UI / UX Design display html-css image web-design | |
What is the most popular web development software? UI / UX Design web-design | |
Hi After having a problem or two with CSS based web pages I have made I find that the problems are too be resolved when the absolute positioning is removed. Well that is what has been suggested. Since in some cases I have used code from other web sites. Web … UI / UX Design html-css web-design | |
I'm using CSS to left align an image but I'm having an issue with the overflow of pages that don't have enough text to fill the div so the image overflows outside of the cell. I'm sure the fix isn't as difficult as I'm making it seem in my head, … UI / UX Design html-css image web-design | |
Chaps, I am thinking to redesign and redevelop my site, http://www.antonioborrillo.co.uk/ I want to get rid of those hideous buttons and make it mobile friendly, add extra info and have a page where people can leave comments on some of the pix. Now first thing: mobile version. I will go … UI / UX Design web-design wordpress | |
How to erase image border in css? An image that I have automatically have border around it (only appear in IE not in Mozilla) UI / UX Design image web-design | |
I've got a bit of css that is centering my content vertically and horizontally in web browsers, but the horizontal centering disappears when viewed on a samsung tablet, and sits flush left. here's what I've got so far: Code: #content { display: block; height: 100%; position:absolute; width:100%; } .container { … UI / UX Design android android-development tablet web-design | |
How to modified an HTML code on my blog in blogger.com? UI / UX Design html-css web-design | |
Hey everyone. I've put a twitter feed widget on my site, but the problem with it is that it seldom display with the right width. About 90% of the times that the page loads. It only displays at about 40-50% of it's actual width. I've tried changing the width attribute, … UI / UX Design web-design | |
Hello, How to set in the css on form click a yellow border appear, otherwise it disappear? UI / UX Design html-css web-design | |
![]() | hello there is one problem I always face with google blogger blogs . i have blog http://npicx.blogspot.com/ problem is that there are two posts appear on front page from control panel Layout-->Blog Posts widget settings i set it to 9 posts on home page but its not changing i change … UI / UX Design seo web-design ![]() |
Good afternoon all ! I am having trouble with my image map... Here is a piece of my code. <div id="style1"> <p class="padding"><img usemap="#greenMap" src="Images/green apple.jpg" alt="green apple" width="275" height="255" style="float:left;"/></p> <map id="greenMap" name="greenMap"> <area shape="rect" alt="green apple" coords="100,50,100,50" href="green apple2.jpg" /> </map> <br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/> <p><a href="http://www.psychichealerchristine.com/psychic-christines-blog/apple" target="_blank">I do not own … UI / UX Design apple image web-design | |
I am trying to make this table behave. I want it to stay within 80% of the page. I want each column to be a fixed width. I want it to show all without scrolling right. Its fine if it gets super long. I also want the title bar, with … UI / UX Design knoppix phpbb web-design | |
Hi, my navbar renders fine in IE and Chrome, but not in Firefox or mobile devices. Firefox cute it short while mobile devices extend it. [Here](http://mtechenterprises.com/inec/index.php) is the site. Can anyone tell me what I coded wrong or what hack I need to make it right across teh board? Thanks UI / UX Design web-design ![]() | |
Why does this not center the table? The table header & the table footer are aligned center? I have beat this like a dead horse, i cant even rememebr what the original code i wrote was i have changed it unsuccesfully so many times. Yet nothing ever changed no matter … UI / UX Design html-css web-design | |
Hi It seems I have tried everything to get this CSS styled web page to produce what I could have done easily using a simple table layout :( I have the footer occupying the bottom of the outer wrapper but the trouble is I cannot get the outer wrapper to … UI / UX Design html-css web-design | |
Hello. I have a div "content" that for some reason is positioned ok in ie and chrome etc but in firefox has no positioning! It just goes to the side of the page in firefox! here is the html for it. <div id="content"> <div class="nav"> <div id='cssmenu'> <ul> <li><a class="current" … UI / UX Design html-amp html-css web-design | |
![]() | How do I center on a web page? <!DOCTYPE html> <html> <body> <table width="600" border="0"> <tr> <td colspan="2" style="background-color:#FFA500;"> <h1>Page Title</h1> </td> </tr> <tr> <td style="background-color:#FFD700;width:100px;"> <b>Menu</b><br> Foxtrot<br> Waltz<br> Tango </td> <td style="background-color:#EEEEEE;height:200px;width:500px;"> Ipsem Lorem</td> </tr> <tr> <td colspan="2" style="background-color:#FFA500;text-align:center;"> Test Page</td> </tr> </table> </body> </html> I found some tips … UI / UX Design web-design |
hello forums. i have small problem im creating a simple page (no php ) just javascript and html. i have order.html which has a list of items. and then when you click the drop down menu it will automatically display the price of the item depending on the quantity on … UI / UX Design javascript web-design | |
Hello, I have been trying everyhting and I still have not gotten any good results for my cholor sheme. I need the scheme to go well with yellow, green, and red. I know random colors that dont really go well together. But Ive tried black but it makes my site … UI / UX Design web-design | |
Looking for a politcal map showing countries. Colors can be added to the countries and information is shown when a region is selected. Do you know if there are any possible ways to do this? I avoid using Flash or Java. UI / UX Design web-design | |
Hi, I have a wordpress website where I want to change the font for H3 and H4. I can't seem to change the H3 font. I've noticed that if I change the styling to H3 in the wordpress admin page editor, it will not change, colour changes but not the … UI / UX Design web-design wordpress | |
Hello. In the past couple of months, I put together a simple web design which I planned to use on a site I am planning on developing. I uploaded a few of the pages to the site on one of my accounts to trial it under other people's judgements and … UI / UX Design ui-ux web-design | |
Chaps, I am thinking to build a nice picture blog, to upload pictures and add a bit of a blurb, just enough to describe the picture, and let people comment if they want to. Now, here's the thing: one of the main feature I would like to have, well really … UI / UX Design android javascript-jquery web-design wordpress | |
Firefox can finally orient itself, at least in terms of iPhones and MacBooks. Mozilla's latest browser, [url=https://developer.mozilla.org/en/Firefox_3.6_for_developers]Firefox 3.6 beta 1[/url], can now talk to accelerometers such as those in many Apple devices, thanks to [url=https://developer.mozilla.org/Special:Search?search=accelerometer&type=fulltext&go=Search]orientation event objects[/url] introduced in the new Gecko 1.9.2 presentation engine at the browser's core. Also … UI / UX Design iphone mac-hardware web-browser web-design windows-vista-7-8 ![]() | |
Hi, I am a newbie website developer. I can develop html template which can be of cost. I want to know more about premium html template development. I saw in themeforest, premium html template has options to customize. But how is it possible, though there is no CMS? How to … UI / UX Design cms html-css web-design | |
Hello all, I wonder how to create [Interactive Catalog](http://www.rustoleumibg.com/default.asp) by using pdf document ? UI / UX Design pdf web-design ![]() | |
Hi everyone................... XHTML is an advanced version of HTML. It is combination of XML and HTML. The features of it are: XHTML elements must be properly nested XHTML elements must always be closed XHTML elements must be in lowercase XHTML documents must have one root element Attribute names must be … UI / UX Design html-css web-design | |
Chaps, I am doing a bit of responsive/mobile development. SOme concepts are pretty new to me, like using viewports, initial-scale, maximum-scale etc etc, so I was wondering if anybody is aware of a good tutorial that could clear these things up for me. I have found this quite beneficial http://alistapart.com/article/fluidgrids … UI / UX Design web-design | |
Hello! For me everything in a form as to be straight so I have labels and the input boxes (specifically text) in a table. So here is my code (example): <table> <tr><td>Username:</td><td><input type="text"></td><td><i>How you will be known to other users</i> (18 characters max, 3 min)</td></tr> <tr><td>E-Mail:</td><td><input type="text"></td><td><i>Used for account verification … UI / UX Design web-design | |
Hi there! I have a horizontal navigation. What I would like to do is for each a, I would like the first word on top, and the second word below with an underline. How would I do this? I consider making each a element smaller in width, but it doesn't … UI / UX Design web-design | |
I've figured out how to make an embedded google spreadsheet sortable, but I can't get it to be searchable. http://ybpdatabase.blogspot.com/ is my site, and I have no access to or knowledge of php. In the past I've used another piece of google code to achieve these results (see my table … UI / UX Design web-design | |
[ATTACH=RIGHT]16519[/ATTACH]As of August 3rd, users of 3DVIA Studio and 3DVIA Scenes can publish their work directly to Facebook with the click of a button. With 500 million Facebook users, that's quite a target audience to showcase and beta test your talent. “We have taken the guesswork out of launching 3D … UI / UX Design adobe gaming multimedia web-design ![]() | |
Hi all, can somebody please let me know where I can find a good guide on how to use and especially what's included and what you can accomplish with Open CMS (I believe it's an open source content management system, probably a bit like wordpress)? ALso, if anybody has used … UI / UX Design cms open-source web-design wordpress | |
Hello, I am trying to figure how to create a dropdown menu like this? [dropdownmenu](http://www.rustoleum-indonesia.com/rustoleum-menu.jpg) [This is the original menu](http://www.rustoleum-indonesia.com) (I'm trying to figure out both how to write the codes for dropdown menu as well as the css appearance) UI / UX Design web-design | |
Hey there everyone, i am having difficulties trying to code my css file so that it correctly displays my website in Firefox and Internet Explorer as intended. I have validated both my html and css yet that still hasnt resolved alongwith identifing the charset in different areas within the head … UI / UX Design html-css web-browser web-design | |
I have added the CSS code for the related boxes. I cannot figure the correct padding that I am missing on the 3rd Column, which is going below. You can check the following page. http://bp.com.kw/index-1-2-4.html Thanks .box-24, .box-25, .box-26{float:left; background:#e5e8e3; padding:10px 20px; font-size:10px; height:580px;} .third-wrap{width:980px;} .box-24{width:375px; margin-right:25px; } .left2-wrap{float:left; width:145px;} … UI / UX Design html-css web-design ![]() | |
One of my client site is not working properly. when i try to open on high resolution it just show long horizontal scroll bar. i try to resolve it but not succeed, is there any one who know how to get rid of that so please suggest me. UI / UX Design image web-design | |
I am redesigning a site in joomla, and moving it to new web host. The new site will be in Joomla 2.5, and the old site seems to be some version of Joomla 1.5 plus some home-made cms called netdocs. I am coming back to this after many years away. … UI / UX Design http-protocol php web-design | |
Hi everyone, newbie at html here again! I'm really struggling, I have an assignment where I add logos to my page and nothing is working. I used the Markup Validation webiste to try to pinpoint where I went wrong in my coding but I can't figure it out. When I … UI / UX Design html-css web-design | |
hi guys please i want you to help me solve the problem i have the following page and this is part of the code <form action="practicetest.html" method="post" target="_self"> <table width="95%" border="0" cols="2" align="center" cellspacing="10"> <tr> <td valign="top">1.</td> <td bgcolor=#EBEBEB>Two ducks and two dogs have a total of fourteen legs. <br/> … UI / UX Design html-css web-design | |
Hi, I would like to style my <hr> line with css. How to create dashed or dotted line with orange color with css? Thanks. UI / UX Design web-design | |
I am not sure if anyone is familiar with implementing Twitter Cards ([https://dev.twitter.com/docs/cards](https://dev.twitter.com/docs/cards)) into a blog, but if anyone is I could use some help. It seems like it should be working on my blog, but my posts don't work in Twitter's testing tool ([https://dev.twitter.com/docs/cards/preview](https://dev.twitter.com/docs/cards/preview)) if I provide the url. … UI / UX Design lan-wan social-media web-design |
The End.