7,985 Archived Topics
Remove Filter ![]() | |
Hello dear DaniWeb members I have a problem with the new site I´m making nad I was wondering if anyone could help me. Well its because I have big content box where I´m keeping 2 news boxes in and a right box but when I put the boxes to have … UI / UX Design web-design | |
Hey, i've tried to convert a free CSS template to fit into a CMS. it looks like that: http://www.airlinesofisrael.com/phpvms.full/index.php/ i belive its a CSS problem can someone help? My CSS file is below: * { padding: 0; margin: 0; outline: 0; } body, html { height: 100%; } body { … UI / UX Design cms html-css javascript-jquery web-design | |
Hello, I need some help with understanding floats. I have a div named holder, which as the name suggest, is a holder. Inside this holder I have 2 containers. One is the left container and the other is the right container. HTML <div id="holder"> <div id="contentleft"> <p>This is a paragraph. … UI / UX Design html-css web-design | |
I built this web page with unordered list in the content div tag. But it does not look right. It should be 5 unordered list accross and then on the next row another 5. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Canada-Accessible</title> <link href="css/main.css" … UI / UX Design advertising html-css web-design | |
Hi, I have a list of elements in my page within a <div> tag. The list looks fine in other browsers, however, in Chrome it is slightly misplaced on load. All elements falls back into correct place if i mouseover them. Also, the misplacement seems to be random, sometimes it's … UI / UX Design web-design | |
Hi All, I am using Visual Studio 2010 and for my database I'm using SQL I am trying to make a multi user login and valdate the input with my datatable the problem is that i made a login page but it's just check the username and the password but … UI / UX Design dataset open-source visual-studio web-design | |
When you are choosing a host, do you CARE about the type of equipment/hardware they use, the quality of their datacentre or the added services provided. . . or are you simply interested in the lowest price option? We want to know! Please help us by adding your opinion and … UI / UX Design web-design web-server | |
Here are a simple script, for populating a text field from drop down, for example how it works : user clicking on option 1, then the textfield showValue1 will filled/fired with 1a <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Untitled</title> </head> <body> <form name="theform" onsubmit="CheckForm()"> <select name="myOptions" onchange="document.theform.showValue1.value=this.value"> … UI / UX Design html-amp web-design | |
I am trying to figure out how to print a .pdf from my web page without saving it first. On one of my web pages I have a link that load a .pdf (a free downloadable coloring page for kids) When I click on the link on my page "Click … UI / UX Design open-source pdf web-design | |
On my clients website located at cjcdigital.net/clients/andrea I am having an issue with the CSS code where I managed to make the top navigation and sidebar (the social media buttons) work near perfectly with CSS - the top nav uses absolute positioning while the side nav first used absolute and … UI / UX Design html-css microsoft web-browser web-design | |
hey guys i have a file called index1.html on my server and when i open it, it shows [url]www.myURL.com/index1.html[/url] how can i make it so that it only shows myURL.com/ when index1.html is open? i tried looking but i only found rewrite for index.html and im not a pro at … UI / UX Design html-css web-design | |
Hello, I've created a flash movie which loads texts from a textfile into a dynamic textbox to be displayed. However, in my text I have a "%" sign, which is not being rendered when am loading the text in the flash. Anyone knows how to make this show up? Am … UI / UX Design display flash web-design | |
#threeCols left, center, right{ width:296px; height: 250px; float:left; background: url(img01.jpg) repeat-x left top; text-align:left; padding:10px; border-radius:10px; } #threeCols left, center{ margin-right: 25px; } #threeCols right{ float: right; } <div id = "threeCols"> <left> <a href="#"><img src="images/1.png" alt="" /> </left> <center> <a href="#"><img src="images/2.png" alt="" /> </center> <right> <a href="#"><img src="images/3.png" … UI / UX Design image web-design | |
Hi there, got a quick question about id selectors, something that is bugging me tonite, maybe I am a bit tired sorry. It isprobably obvious but lately I am having strange memory laspses.... given this html fragment: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; … UI / UX Design html-css web-design | |
Dear Sir/Madam, I have written some CSS codes for designing web pages. The codes have produced well design in FireFox browser, but not in InternetExplorer and GoogleChrome as I have tested. It may not be worked in other browser also. But my question is that, how can I produced well … UI / UX Design html-css web-browser web-design | |
HI there Could someone PLEASE help me; I have a drop-down menu on my site and when I hover, the drop-down goes behind the content. This is the address : [URL="http://www.beds24.co.za"]www.beds24.co.za[/URL] I dont know how to fix this, I've tried so many different settings. This is my CSS file. The … UI / UX Design html-css web-design | |
How are you, I need to write the follwoing code in JavaScript. I Thank you in advance. <script language = "VBScript"> Dim days(7) days(0) = "Sunday" days(1) = "Monday" days(2) = "Tuesday" days(3) = "Wednesday" days(4) = "Thursday" days(5) = "Friday" days(6) = "Saturday" Sub SetDay (day) Daybox.value = "You … UI / UX Design java javascript web-design | |
I have the site design. I am facing with text-decoration issue. However in firefox it seems to be cool but in chrome it is underlined even the text-decoration is set to none . Any help will be greatly appreciated. Thanks In Advannce. (www.futerox.net/ficus) UI / UX Design web-design | |
hello friends, i hav my very own forum but its hosted in a free hosting site called invision.. now i hav my own webspace and i want to have my own forum in that webspace. i don kno how to start with or is ther any software that can help … UI / UX Design web-design | |
Code blocks are created by indenting at least 4 spaces ... and can span multiple lines ==============mycode================================ <style type="text/css"> body { background-image:url(modern1.jpg); background-attachment:fixed; background-position:center center; background-repeat:no-repeat } </style> </head> <body> fasdfasd </body> pls help. all i want is fixe background even to scroll or anything like this page.. http://www.teletech.com/ how … UI / UX Design web-design | |
HI there, it might be perhaps a silly question, but in here http://antobbo.webspace.virginmedia.com/testing/test.htm how do I center the letters in the coloured divs? I want them to be in the middle of the box, but without adding extra divs...is it possible? Can quite do it, sorry UI / UX Design web-design | |
Hi peeps, sorry for the silly questions, but can anybody clarifying where front end development ends and where back end starts? I mean I have in mind javascript for front end, but then would you consider php, asp.net backend? Perhaps somebody could clarify please? thanks UI / UX Design web-design | |
Hello, i have never been really succesful at positioning items on a page with css, it's taken me a long time but i finally worked it out, buit for some reason with the code i am now using my border will not locate properly, i have attached an image, you … UI / UX Design html-css web-design | |
Hi Guys well in my course to design websites that are as graphical as posiblem. i normaly prefere designing the graphical element with photoshop and then sending them over to the web page. Ontill i met CSS, i relised that day in and they out new standareds were evolving to … UI / UX Design asp.net html-css web-browser web-design | |
Hi there I am trying to center my website template to the middle of the page...currently at the left. Cant find which part of the CSS files it goes with...can anyone help? http://home.comcast.net/~waynetorrance/roomies/index.html UI / UX Design html-css ui-ux web-design | |
I ran across a menu at the City of Minneapolis web site. Here is the link: http://www.minneapolismn.gov/bicycles/bicycling101/bicycles_understandingthelaw Has any of the readers of this forum seen a template or tutorial for this format. Notice the markings to let you know where you are and what is your current selection. Thanks! UI / UX Design web-design | |
I'm centering my container div this way. #container{ position: absolute; left: 50%; margin:0 auto; height:100%; width:1024px; margin-left: -512px; text-align:left; } The div centers in the window, however when the user resizes the window to smaller than 1024 the window starts showing the center of the page. How can i make … UI / UX Design html-css web-design | |
Please help me, I need free inventory CMS, what the best choise? Yes, Content Management System for Inventory, not Blogging like Joomla.. UI / UX Design cms web-design | |
Hi there I am coming across a few issues with my new website and I managed to solve all but one now. On pages that have long text, the footer is showing up in the text. anyway to move it so it stays put??? (http://home.comcast.net/~waynetorrance/roomies/index.html) and the example of the … UI / UX Design web-browser web-design | |
okay....i've creating a web base application...its running fine on my computer...but now, i wanna run it in a handheld...the size is too big...so, i converted it using doing this... what happens is, my background goes missing and the size remains the same...can someone guide me...thank you in advance <LINK href="web.css" … UI / UX Design html-css web-design | |
Hi there I am working on a template for a new website and the homepage looks fine in every browser except IE (all versions). I believe it has something to do with the line of code below as this shows up at the top of the page: <!--[if lt IE]> … UI / UX Design perl web-browser web-design | |
Dear all :) Kindly, check this link on google chrome: [url]http://www.q8ieng.com[/url] See the pagination it is after the images! How can I fix it? If you open the website in IE 9 it will show you the correct pagination place! I wonder.. how to solve that! Thanks :) UI / UX Design web-design | |
Hi guys, I've got a bug I can't figure out on my navigation and I was wondering if anyone can help: [url]http://mambo.3thirteen.co.uk/en/contact[/url] As you'll see on that page the navigation bar at the top has a little color changing effect. It works great until you hit refresh on the page … UI / UX Design html-css javascript-jquery web-design | |
This code, for me is all strung out on one line when displayed in Firefox, yet in IE, it shows all the appropriate line breaks. Is this a feature of FF or what? Is there a way that will work for both IE and FF? here is the HTML file … UI / UX Design printer web-design | |
I am a beginner designer. Many times, when I download an image (from Shutterstock, for example), and then place that image in my document in Photoshop, the placed image in my document is smaller than the image that I downloaded. For example, I download an image that is 1000px by … UI / UX Design multimedia web-design | |
Hi all.. Am doing a website with admin panel using PHP Mysql.In index page it contains flash news container, When admin update news it will shown on Flash content through XMl. Everything is fine. When admin updating news its shown on flash. But i have listed by using LIST in … UI / UX Design flash multimedia web-design xml | |
Hi, I am wondering if anyone can give me advice on how to make this site more user-friendly. I got complaints that it's hard to navigate and use. The url is [URL="http://www.roam4less.com"]http://www.roam4less.com[/URL] If anyone has any suggestions on how this site can be more user-friendly, I'd appreicate it immensly! Thanks. UI / UX Design ui-ux web-design | |
![]() | Please help! I have this code copied from another of my blogs. In the first blog it works completely fine, on the new blog it does nothing. Help please: [CODE]<script type="text/javascript"><br />function show_hide(adad) { <br />if(document.getElementById(adad)) { <br />if(document.getElementById(adad).style.display == 'none') { <br />document.getElementById(adad).style.display = 'inline'; } else { <br … UI / UX Design web-design |
![]() | |
I am having a hard time getting the sections of my page to all stay together. I keep banging my head against the wall on this - so any help is appreciated. My header Div works good, but the 2 columns I want to be below the div run off … UI / UX Design html-css ui-ux web-design | |
Hi Guys, I'm here with another problem. I want to know that is it possible to make a Dynamic website through HTML. I know we can make simple website using HTML. But I want to make a Dynamic website. So, please tell me is it possible or not? UI / UX Design html-css web-design | |
I need free of cost images or photos for my commercial website What are sources of images ? I like some images on Flickr under Common creative license What do you mean by give credit in Common creative license or Flickr? What Do you mean Royalty free images I dont … UI / UX Design image multimedia web-design | |
since apple doesnt support swf on phones just wondering if other phones has some issues on playing swf? UI / UX Design apple multimedia web-design | |
Hey everyone, I'm rebuilding a website for a group, and this site has three contrast option for the vision impaired, The way the site was built. There was a folder for each contrasts. So that means when ever I did an update. I had to copy it to two other … UI / UX Design html-css web-design | |
Hello.... I'm not sure if this is possible or not ... On my page.. index page.. I've created a form button.. Ok.. Let say... depends on the system time (server) .. whenever my client click more than specific time.. let's say (more than 0800 hours server time).. it will directly … UI / UX Design client-server web-design | |
Hello, Let me get started, i am newbie in designing websites, the problem is that i have got a image of the index page of the website which my friend wants me to create. I am not good in photoshop or dreamViewer either, I have some programming knowledge. Now i … UI / UX Design html-css web-design | |
first, think to have this simple table: [CODE] <!DOCTYPE HTML> <html> <head> <title>Table with DIV and CSS</title> <style type="text/css"> /*<![CDATA[*/ #table { display: table; } .row { display: table-row; } .cell { display: table-cell; padding: 0.5em; border: 1px solid; } /*]]>*/ </style> </head> <body> <div id="table"> <div class="row"> <div class="cell">table … UI / UX Design html-css web-design | |
Which is the best CMS for you? WordPress,Joomla or Drupal? and Why? UI / UX Design cms ui-ux web-design | |
Hi, Can anyone help me fix the slideshow navigation ? [URL="http://www.masterlink.co.id/slideshow3%281%29.php"]http://www.masterlink.co.id/slideshow3%281%29.php[/URL] First, the navigation is far too far on the left. Second, how to erase the black bullet next to the round gray button ? Third, I would like those gray button to be on top of the slideshow just … UI / UX Design html-css javascript-jquery web-design |
The End.