7,985 Archived Topics
Remove Filter ![]() | |
Why is it that the style is not working? why? [CODE]<html> <head> <title> Starbuzz Coffee</title> <style type=”text/css”> body { background-color: #d2b48c; margin-left: 20%; margin-right: 20%; border: 1px dotted gray; padding: 10px 10px 10px 10px; font-family: sans-serif; } </style> </head> <body> <h1>StarBuzz Coffee Beverages!</h1> <h2>House Blend , $1.49</h2> <p>A smooth, mild … UI / UX Design html-css web-design | |
I want to design and develop web pages. How can I start? I have run some Html pages. I want to learn Wordpress. Can you hep me to start it? UI / UX Design web-design wordpress | |
Hey. I spent the whole day redesigning the layout on my website, and I made it so that my main content and my sidebar stretches down 100%. I got the site the way I wanted so to finish it up before putting it on my actual website, I put the … UI / UX Design html-css ui-ux web-design | |
Hey guys I have a question...First am amateur on web design and development. Didn't go to school for it so I kinda just learned it on my own. So I've been working with clients and building websites for people but this is my challenge: after I finish a website job, … UI / UX Design client-server ui-ux web-design | |
is there a program that can automatically convert png to html ? UI / UX Design html-css multimedia web-design | |
I created a form for my application and I am having trouble deciding where to place the submit button. Here is a picture of the form with my current submit button: [ATTACH]22108[/ATTACH] Here is a picture of the form without the submit button: [ATTACH]22109[/ATTACH] What do you think? Where is … UI / UX Design gui ui-ux web-design | |
I want to build an adult website that will host forums, blogs, chat and story writing and publishing facilities. Can anyone recommend web templates/designs? Thanks UI / UX Design publishing ui-ux web-design | |
For my internet programming class I have to create a XHTML file that has an image in it, among other things. The problem that I am having is that when I open up my file on other computers the image will not load. The file path is valid on my … UI / UX Design html-css image web-design | |
Hi my problem is that logo is showing but behing the header..i want to show logo ofcourse in front of header... my css is [CODE] #Container { width:1024px; margin-left:10%; margin-right:10%; } #Header { } #Top_Menu { margin-top:-160px; } #Logo { float:left; margin-top:-120px; margin-left:5px; } [/CODE] my html code is [CODE] … UI / UX Design html-css ui-ux web-design | |
Is using -100px or minus however many pixels considered as bad coding practise, should it be avoided? Do employers look down upon this? Example Use: [CODE] <div style="margin-left:500px; margin-top:-85px;"> <p>Home | About | Contact</p> </div> [/CODE] UI / UX Design web-design | |
how can I get audio(music) automatically playing on my web site when you open it. UI / UX Design audio html-css web-design | |
![]() | Ok, this is going to seem odd but I have a need for the following scenario: You have 2 pages, let's assume that they both have a control on the page call txtTextBox. Let's also assume that they need different styling and that you must do the CSS based on … UI / UX Design html-css web-design ![]() |
Hey Guys, i am having trouble placing this image over a youtube video, I want the .youtube_hat to be displayed over the youtube video in the top corner. So could anyone please help me!! The HTML [CODE]<div class="youtube_area"> <div class="youtube_hat"></div> <div class="youtube"> <iframe title="YouTube video player" width="450" height="258" src="http://www.youtube.com/embed/B-1Xqnx-KCw?rel=0" frameborder="0" … UI / UX Design html-css streaming-service web-design | |
Hi, Please help how can i fixed my page if i am going to resize my window,my element and my image will not be destroy that it will be remain in the position when i scroll the horizontal bar.please help me Thank you in advance UI / UX Design web-design | |
Hello, I'm trying to edit my Wordpress widgets via the editor in Wordpress. Here is how it looks in Google Chrome (It should work this way)... [url]http://www.diigo.com/item/image/sd6o/ic51[/url] This is how it looks in Safari (It shouldn't look this way) [url]http://whosyourblogger.net/blog/wp-content/uploads/2011/10/Wordpress_widgets.png[/url] Here is my code... The first li is the email … UI / UX Design web-design wordpress | |
Hi, I know how to include header.shtml file using ssi command but don't know how to include header.ssi file. I tried using same command but it doesn't work. For my assignment we have to use header.ssi file Thanks UI / UX Design web-design | |
I have problem with text area where, after loading a page which contains TEXT AREA, the text area auto tab in the field. Its looks ugly because I have put a watermark on the field to lets user know what is text area for. The css: textarea { font-size:12px; width:500px; … UI / UX Design web-design | |
Hi there, Im basically new in web development and Im trying to design a simple login menu. the problem is when I resize my Chrome window the input textboxes does not adjust and is left out. How could I make them adjust based on the size and resolution of my … UI / UX Design html-css web-browser web-design | |
Hello My Dear Friend's, I'm doing a Web Designing Course & I don't know how to make a website in Photoshop. And How to choose width & Height of website page. UI / UX Design ui-ux web-design | |
Which is best to use to layout a website? I know that ideally both are used together but recently i have came across many examples where html tables are used and arranged to contain elements and control layout. Just wondered if using html tables for website layout is effective in … UI / UX Design html-css web-design | |
Hello! I'm doing a website project for English class and am having trouble with my interactive menu. I've attached the menu pictures so you can hopefully help. Below is the HTML code. What I would like to do is be able to run this in Internet Explorer because that's what … UI / UX Design web-browser web-design | |
![]() | Hi, I am having some problems with my navigation bar (see attached file), and am hoping for some suggestions to fix. Problems are: 1. I am unable to stretch the padding across the top of the horizontal nav bar so it reaches the end. If I change the padding by … UI / UX Design web-design ![]() |
Hey everyone. I haven't been on DaniWeb in a while. [CODE].x-accordion-header { width: 100%; color: #ffffff; background-image: -webkit-gradient(linear,0% 0,0% 100%,color-stop(0%,#[B][COLOR="red"]96A9C0[/COLOR][/B]),color-stop(2%,#[B][COLOR="red"]5A7596[/COLOR][/B]),color-stop(100%,#[B][COLOR="red"]394B5F[/COLOR][/B])); }[/CODE] Is it possible to include a 'variable' or 'property' in css? The reason why I am asking is because I want to change the background colour of the css … UI / UX Design html-css web-design | |
Hi all, I'm new here at daniweb.com and I have this question that want to share with you. Lately I've been trying to set the width of an input so it shows an expecific number of chars according to it's font size. I mean: [iCODE] <input id="myInput" type="text" value="12345678901234567890" /> … UI / UX Design web-design | |
i have 3 images, 2 are feather's images and 1 is text image i am trying to put these two feather images(which are in png format so to be transparent) in opposite corners as well as in front and 3rd text image should come from behind of the start of … UI / UX Design image web-design | |
Hi I'm relatively new to Actionscript coding and have a small problem in Flash. I want to track the x property of a symbol (in this case a movie clip) and display the x property of that movie clip in a text field. However I want the text field to … UI / UX Design actionscript adobe flash multimedia web-design | |
Hi, I need ask how to embed the video to the website before entry the Home or Main Menu page? UI / UX Design video web-design | |
Hi there, I created highlitght button for current page to change color, but problem is cause it also seems to extend above top border of main navigation bar. Any hint? [CODE]#mainnav { background-color: #404040; padding: 0.5em 1em 1.5em 0em; text-align:left; text-decoration:none; clear:both; margin-bottom:0.2em; height: 0.4em; } #mainnav ul li { … UI / UX Design web-design | |
Hi there, I am having some problems with my site displaying correctly in IE6. In particular if you have a look at this page in IE6 [url]http://www.antobbo.webspace.virginmedia.com/photogallery/water.htm[/url] the script doesn't seem to be working the way it should, and I think it might be a problem with the css and … UI / UX Design html-css web-design | |
hi friends.. i wan to change the color when i clicked on the particular link in asp.net. if i click on another link means previous link should return to unvisited color.. please help me.. UI / UX Design web-design | |
Nid COde or Idea THx UI / UX Design web-browser web-design | |
I wanted to ask if some one in here knows how to code and make a good layouts for a mafia based game like exactly mafiakings.com make sure u go see it and tell me i will pay good if you can code a page like that game UI / UX Design gaming web-design | |
I can't make the bottom copyright/links/etc table line up. Previous versions and some browsers had it to the left by just the 20-pixel width of the shade image column; now it is all the way to the left. Here's what I've tried to troubleshoot: 1) validated code and made changes … UI / UX Design web-design | |
Hi there, I have no prior website design experience and I'm taking up in re-designing a family business site. I do have knowledge in Java, HTML and CSS, but I don't have the knowledge of what "standards" a site should adhere to (if any). As in, what should a home … UI / UX Design html-css ui-ux web-design | |
I've done a jQuery tutorial and have made some changes via CSS. It's a pretty simple Q&A list, in fact so simple that I did the entire thing with Notepad. I want to change some other things and find out if what I've done is copacetic. Here's the code - … UI / UX Design html-css javascript-jquery web-design | |
Hi Whilst I have checked both the HTML and CSS for errors and have found none I have an issue with rendering using IE8 and IE7. IE9 is fine as are the other browsers. When I click on the navbar, the display loses all styling and displays for a second … UI / UX Design html-css web-browser web-design | |
I have a Flash CS3 movie containing menu links. It works fine in IE, Chrome, Opera and Safari, but not in Firefox. Hovering over the menu, the graphic moves but then flickers repeatedly, and pressing the menu button does not take you anywhere. I read earlier posts here and learned … UI / UX Design adobe flash multimedia streaming-service web-design | |
Hi I want to style a horizontal navigation bar so that the current tab, in this case linking to a different webpage is selected, highlighted. I thought that Focus would work but that only works for keyboard navigation. Update: [I] found this, but not during my intial search but in … UI / UX Design html-css web-design | |
Ok, I have been dealing with this problem for a while now and I need it fixed. I am starting to design a site at [URL="http://wghandcrafted.com"]http://wghandcrafted.com[/URL] and under the footer at the very bottom of the page there is a 10px white space. I can't figure out what's up. UI / UX Design html-css web-design | |
Hi my problem is that logo is showing but behing the header..i want to show logo ofcourse in front of header... my css is #Container { width:1024px; margin-left:10%; margin-right:10%; } #Header { } #Top_Menu { margin-top:-160px; } #Logo { float:left; margin-top:-120px; margin-left:5px; } my html code is <!DOCTYPE html PUBLIC … UI / UX Design html-css web-design | |
I have just recently been getting into the web development scene and I have discovered that just because code works in one browser does not mean it will work in another. I have noticed that my code seems to render just fine in chrome, opera and firefox but somehow IE … UI / UX Design ui-ux web-browser web-design | |
I brought a website template off line. i don't know if this is a php question or not but it came with a contact form that i have know idea how to edit it. here is the code please help i just want the message to go straight to my … UI / UX Design web-design | |
hi all , I need to display data from database in table format . The thing is, in table horizontal borders should not appear for data rows. Is there any options available. Thanks in advance UI / UX Design web-design | |
I'm trying to create a Google-style bar across the top of my page, but when I hover over the elements, the link text jumps to the top. Can anyone tell me how to keep it on the bottom? My current code is below. [CODE]<html xmlns="[url="http://www.w3.org/1999/xhtml"]http://www.w3.org/1999/xhtml[/url]"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" … UI / UX Design html-css web-design | |
Can someone recommend a good site that has free replacement icons for forums? UI / UX Design multimedia web-design | |
I added a background image to my page and it caused the background color for my content to disappear. What is the problem? UI / UX Design html-css image web-design | |
Has anyone any idea how I stop chrome from displaying perfectly valid links with a line through them. It looks as if they are broken, but if you click on them, they are fine. I've tried specifying [CODE]text-decoration: none[/CODE], but it still happens. I don't even use this attribute (line-through) … UI / UX Design display web-design | |
Hi Frendz, How to set opacity for background images? UI / UX Design html-css image web-design | |
I have a CSS-styled HTML drop-down menu that I want common across all web pages. Right now, I have the HTML coding in each file, but the CSS link is broken in subdirectories so the stlying does not work. How can I get the CSS to be linked properly and … UI / UX Design html-css web-design |
The End.