7,985 Archived Topics
Remove Filter ![]() | |
i have no programming experience so if someone could point me in the right direction, that would be amazing. im using python and extracting image link from a website. with all these image links, i would like to create something similar to this (⋙http://imgur.com/gallery✗) ie: display all the images in … UI / UX Design web-design | |
| |
i have downloaded a menu from [here](http://apycom.com/menus/1-black.html) i want to add it my blog but i cannot add it plz help me. UI / UX Design web-design ![]() | |
I have this menu which works fine in firefox etc but just will not work in I.E 7 can anyone tell me why? [code] <html> <head> <title></title> <style type="text/css"> #mainmenu{ width: auto; height: 30px; } #mainmenu{ margin: 0px; padding: 0px; z-index: 1; } #mainmenu li{ float:left; position:relative; width: 140px; border: … UI / UX Design html-css web-design | |
Hi, I have a root domain on my server which contains all the directories of clients and personal websites, but all these sites are indexed in Google with not only thier given domain e.g. **site.com** but also **rootdomain.com/site.com** and I do not want this, all I want is the actual … UI / UX Design web-design | |
Hello - I'm looking for advice on the best way (or possible ways) to set up a project for work. I have access to our companies internal web server (for employees), and a MS access database that all users have access to, located on a shared network drive. I need … UI / UX Design javascript microsoft-access web-design | |
teach me members,coz its my coursework UI / UX Design web-design | |
this is my code (html) i dont know how can i open the page in div , i try with iframe but is failed :/ plz help me! <html> <head> <title>Template</title> <script type="text/javascript" src="script.js"></script> <link rel="stylesheet" href="style.css" type="text/css" media="screen" /> </head> <body> <div class="PageBackgroundGradient"></div> <div class="Main"> <div class="Sheet"> <div class="Sheet-tl"></div> … UI / UX Design html-css javascript web-design | |
Hi everyone, Does anyone have any ideas on how to intall a music player in a php page where the file name is called from a mysql database. I have done this within html 5 with audio tag but however I need to stop the preload of the music and … UI / UX Design audio flash php web-design | |
look at this site : http://malaysiaonlineradio.com/ the layout doesn't seem well, I use google chrome to inspect the element and try to edit the css to see the result, din'nt get it.. UI / UX Design web-design | |
Hello people of daniweb. I'm new here :) Anyways, I have issue with my css. I have top picture which is exaclty of 570px height, and it has some gradient in it so it is not repeatable. I have middle (or center) picture which is 1 px height and same … UI / UX Design html-css web-design | |
Hi, I am coding a website for my Parents workplace. I've got the navigation bar working, but there are white bars in it? I have moved the positioning around but nothing works. This also happens for IE but different places. I use Chrome as defautl browser. If you could please … UI / UX Design web-design | |
<html> <script type="text/javascript"> function show_hide(o){ if(o.className == "hidden"){ document.getElementById('menu').style.display = 'block'; o.className = "show"; }else if(o.className == "show"){ document.getElementById('menu').style.display = 'none'; o.className = "hidden"; } } </script> <a href="#" class="hidden" onclick="show_hide(this)">Bryn Blayne</a> <div id="menu" style="display: none;"> <ul> <li><a href="file:///C:/Users/Vince/Pictures/kinklive%20fan/brynabout.htm" TARGET="MAIN">About Me</a></li> <li><a href="file:///C:/Users/Vince/Pictures/kinklive%20fan/bryncontact.htm" TARGET="MAIN">Contact</a></li> <li><a href="file:///C:/Users/Vince/Pictures/kinklive%20fan/brynschedule.htm" TARGET="MAIN">Schedule</a></li> <li>Pictures</li> <li>Videos</li> </ul> … UI / UX Design html-css web-design | |
What I was trying to acomplish was to display a loading div tag that emcampassed the screen and then hide it when the iframe finally loaded. Works how I want it to in Firefox, however, not so much in IE. In IE, the loading div never appears and continues to … UI / UX Design web-design | |
But, I am kind of wondering how common or how strongly perceived the risk is with having unobfuscated code lying around and getting it stolen. Is there any literature on this? I have not found anything. UI / UX Design web-design | |
Hi i need help if theres something in css codes that make the text float to the top.. tnx. UI / UX Design html-css web-design | |
| |
Hello all, I have a simple html/css based drop down menu. It works fine in Chrome, however it doesn't work at all in IE 8. Does anyone have a fix for this? The link to the site is: http://cecvp.net.s41035.gridserver.com/ Thanks for anyone who helps me out! UI / UX Design html-css web-browser web-design | |
Hi People......... I've got some weird issue.... I have 2 sliders... one is a timeline...with previous and next links... when I click next link the new contents gets displayed and the older content gets slided to left... Another slider is having a set of images which just slide... when I … UI / UX Design web-design | |
I'm building a javascript application that uses CSS transitions to fade the content container before swapping out the content and fading back in. It appears that Chrome waits for about half a second before beginning the transition. It usually then completes the transition really quickly and jerkily. In all other … UI / UX Design html-css web-design ![]() | |
pls send me the html code of flash player object. how i can use various images in a flash player? UI / UX Design flash multimedia web-design | |
Hi to everyone, Thanks for reading this, first of all. Now, I am currently working on a website for a company. They have an eBay store and they would like to make their listings appear the same as they do on their website, and came to me because I know … UI / UX Design web-design | |
Hello Everyone, I need little help for determining which one is better CMS ? Joomla or wordpress UI / UX Design multimedia web-design wordpress | |
Hi, I'm having issues with the current page I'm working on. It works fine in IE, Chrome and Safari but not so much in Firefox. The problem I'm having is that the slideshow is positioned all the way off the screen (towards the right). It's supposed to be straight below … UI / UX Design html-css web-browser web-design | |
Does anyone know how a can blend a menu bar button in to the same colour as the drop down menu. removing bottom border of the button and the top part of the menu where the button and the menu join together wehn button is hovered or selected. UI / UX Design web-design | |
| |
Can someone tell how to have a button chnage colour on selection. and change back once another link is selected. I have tried using ::selection selector in css (but this is not compatible in ie) Thanks Jonathan UI / UX Design web-design | |
How to make flash movie as html link <a>embed tag</a> not working? Any ideas? UI / UX Design flash html-css web-design | |
hey guys trying something new using script here is what i got i have a button and i want it to do is go to another html page i have created. here is what i got. i have set up in script. <html> <body> <script type="text/javascript"> function getSite() [ ] … UI / UX Design web-design | |
Firefox, Chrome and Safari wont implement the CSS doc for my website. I am self taught and sometimes lose the meaning of what people write as I only have a partial grasp of all the abreviations, letters & numbers used in these posts. I have checked the coding of my … UI / UX Design html-css web-design | |
hey gues just practicing some HTML im haveing a problem with my code and it wont center. its the <h1> code i have 2 images on either side of the text(text is in between the jpg images) how can i move it over here is my code for it: <html> … UI / UX Design web-design | |
Hi, I am following the Head First book on PHP/MySQL and ran into a question on setting up folders for uploading images to the web to be used in a database application. The book states, "Use an FTP program to access the file system of your web site and create … UI / UX Design image web-design | |
**Hello cool peoples**, so I couldn't figure out if images could be added in the post therefore follow the prescribed link at the end of this post. Problem: I do not know how to create whats going on in the pictures. I try not to use terms to define what's … UI / UX Design mysql seo web-design | |
Hi, I am having trouble with the layout of a website I'm making. I'm not very good with CSS. So the trouble I'm having is that I want to have a horizontal menu bar that I want to center in my website. This menu can have dropdown children. The implementation … UI / UX Design html-css web-design | |
I am new to web design and development. I saw a mega menu on this site www.rackspace.co.uk. and love it after days of trying to develop it and lots of research I still can't get me head round how to do it. Does anyone have ideas for all your help … UI / UX Design web-design | |
Hi Dani Web Community, I'm having trouble with the spry menu bar in CS3. My first problem is occuring in Safari, Firefox, Opera and IE. There is a horizontal scroll bar at the bottom of the page and if you scroll to the right there is a secondary sub menu … UI / UX Design flash html-css web-browser web-design | |
Hi :), I'm sorry if I've posted this in the wrong section, but I was just wondering if anyone could help me with my CSS code? For one of my uni modules, I have to design a simple website with 5 webpages and 3 CSS. Basically, I messed my code … UI / UX Design html-css web-design | |
This should be simple , but the explanations in books and tutorials don't make sense to me. what exactly does the clear property do? I want to know exactly ,EXACTLY what it does. Take for example this code: p.one { width: 200px ; float: left ; clear:both; } p.two { … UI / UX Design web-design | |
i am trying to make an image align to be vertically centered. As it works perfect in all browser except IE7 . I already tried a lot. here is my css and div. .vertical_align_center{ background: none repeat scroll 0 0 #FFFFFF; display: table-cell; height: 209px; line-height: 209px; margin: 4px; text-align: … UI / UX Design html-css image web-browser web-design | |
Hi everyone, I'm new to the forum and relatively inexperienced at web publishing as well. I'm currently administering the following website: [url]http://latmont.org/[/url] I've set up the website to work with an external CSS style sheet that is linked from the header in each web page. The style sheet was created … UI / UX Design apache html-css web-browser web-design | |
HI there, I am having some issues with position fixed. I am trying to replicate this layout http://www.csszengarden.com/?cssfile=/213/213.css&page=0 This is what I came up so far antobbo.webspace.virginmedia.com/test/test.htm. All good, but I had an issue and I can't figure out what it was causing it. At the moment the fixed image … UI / UX Design html-css web-design | |
Hi everyone, Our company has recently made a decision to turn our existing website into an entirely Wordpress format. We have a lot of pages that are regularly updated and have dynamic content such as videos, blogs, promos, network status updates etc. I'd love to know your expert opinion on … UI / UX Design web-design wordpress | |
![]() | i want to know how to use css with html forms i have css button <style> a.btn { display: block; width: 120px; height: 18px; padding: 18px 0 0 0; margin: 0 auto; background: #398525; /* old browsers */ background: -moz-linear-gradient(top, #8DD297 0%, #398525 100%); /* firefox */ background: -webkit-gradient(linear, left … UI / UX Design html-css web-design ![]() |
![]() | i have site divided into about 5 pages , sometime when i make changes then i have to update all five pages. so i want to know if i make file like template.php and then i divided my pages major portion to parts like header.php, body.php , footer.php and sidebar.php … UI / UX Design php web-design |
I have not used falsh much before when creating webpages - But I need to create a header for a new site which has some flash in it. Im just not sure, if that specific part of the site would be visible for all visitors? Do all modern browses just … UI / UX Design flash web-browser web-design | |
Hello; I am working on a web page that I have designed to take up 75% of the monitor. Presently this web page when loaded auto aligns to the left side of my monitor. While it looks fine I would prefer it to be centered on my monitor. I have … UI / UX Design display html-css web-design | |
Hello, I have a menu in a webpage. I am looking to make the code reusable for another page, that way I can manage the links in one place rather than multiple page. Anyone know a way to do this? Thanks Drjay UI / UX Design html-css web-design | |
Hey Guys, I came across the 'required' attribute for input tags in HTML5, and it just super handy. But I was wondering, if there is workaround for dependent inputs using just the required attribute. Like: Say I have a select box, which has certain options. Depending on the user selection, … UI / UX Design html-css web-design | |
I have started a new vBulletin site and one of the forums is going to be for adults only, over age 17. Right now when a new member registers he/she can put whateve age he wants. Before allowing access the the adult-only forum I'd like to verify that the person … UI / UX Design vbulletin web-design ![]() |
The End.