2,272 Solved Topics
Remove Filter ![]() | |
What's the difference between these two tags?? "<br> and <br /> UI / UX Design web-design | |
I'm having troubles with the website I'm making. When zooming out, the navigation bar's contact us link is going to the bottom. Each link is set to specific width so I can make it full horizontal but it seems complicated to specify width. The content which is 800px at size … UI / UX Design web-design | |
Hey, I am in the process of re-designing my website but I'm running into a problem... I am trying to avoid tables and just use css... However I get a problem... doesn't happen all the time so I can't give you an example... I have a clear div box at … UI / UX Design html-css web-design | |
Hello everybody Can anyone tell me please whats the difference between css and css2 and css3?? Do we need to make the file type .css2 in order to use CSS2??? UI / UX Design html-css web-design | |
Hey. I wanna know whats !DOCTYPE that I always find in styling articles and CSS tutorials? What is it? Should it be at the beginning of HTML documents? Is it wrong to make it in lower case (!doctype)? Why is that exclamation mark there? Thanks in advance :) PS: Please … UI / UX Design html-css web-design | |
I am working on a website and I am currently trying to make it look more proffesional with the help of CSS(I am writing this all myself, not using a generator). Recently I installed something that would make a more professional. The only problem is that whenever I look at … UI / UX Design html-css web-design | |
I can't figure out why my tables are being pushed to the right so much in FireFox. Please take a look and let me know what you think the problem could be. [url]http://ground360.org/coupons/[/url] Thanks. UI / UX Design display html-css web-browser web-design | |
Hello Why doesnt the following code work on FF while works on IE?? [CODE] body { font-family: MFF2011; margin-top: 14 px; margin-left: 12 px; margin-right: 12 px; margin-bottom: 14 px; color: #231290; } div { background-color:#f2f2f2; } .myInput { font-family: MFA2011; color: #191919; } td { padding: 0 px; background-color: … UI / UX Design html-css web-design | |
Links that are behind images view fine in IE, however, they showup beside hotspots, and under images in drop down menu bar when viewing in chrome, safari & firefox. Here is a link to the page: [URL="http://artscouncil.ky.gov/indexmenutest.htm"]http://artscouncil.ky.gov/indexmenutest.htm[/URL] views fine in IE so look there first. Yikes, site supposed to launch … UI / UX Design web-design | |
![]() | Hi, I am trying to push the text down in the main content container so it aligns neatly beside the image. I know I could incorporate the cup and tin image into the background and do it from there but I want to do it using css. Any suggestions? Here … UI / UX Design image web-design ![]() |
Ok, so this problem may have been asked before, but no one seems to have my exact problem. When I put a set of inline <P>'s inside an inline div and then put the width to 100%, instead of expanding to the width of it's parent element it sticks at … UI / UX Design html-css web-design | |
I am working on a website divided into your basic format with divs. In firefox it looks exactly how I planned and wanted with IE this is not the case. Its almost like the navigation div is a block element and it is taking up the entire width. I don't … UI / UX Design web-design | |
![]() | Hi all, I am new to this forum. It looks very helpful. Any solutions to this problem would be greatly appreciated. I have created a main nav area set just below the header container to reveal rounded rollover images as buttons using css but I am having a lot of … UI / UX Design html-css web-design ![]() |
how to insert flv into html? Now i am using this script. [CODE] <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="723" height="445" id="FLVPlayer"> <param name="movie" value="FLVPlayer_Progressive.swf" /> <param name="quality" value="high" /> <param name="wmode" value="opaque" /> <param name="scale" value="noscale" /> <param name="salign" value="lt" /> <param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Halo_Skin_3&streamName=images/Welcome_Message_Final1&autoPlay=true&autoRewind=false" /> <param name="swfversion" value="8,0,0,0" /> <!-- This param tag … UI / UX Design flash html-amp html-css web-design | |
I would welcome suggestions on how to update 20 or so pages on a weekly basis without copying and pasting content and some code to every page. I change an element "Next Event" & an accompanying "Enviro Quote" frequently, and manually updating and proofing every page takes much too long … UI / UX Design html-css web-design | |
Hello To All,:) can you help me please how can i make the front page in the daniweb?.is it possible in HTML only because i have not yet tried using CSS,also the Buttons on top like Hardware & Software,Software Development,Web Development and etc..there is submenu will come out when i … UI / UX Design html-css web-design | |
Hi..I am a newbie in JavaScript.I have two forms (in two different webpages) all with radio buttons. A user cannot select more than one option from each form. My plan is to pass the user input from both the forms to a perl script which would then query a MySQL … UI / UX Design html-css java javascript web-design | |
Hi, Can you help me please, I am just a beginner in making website..my problem is when i use the ctrl+mouse scroll just like when you zoom-in or zoom-out your webpage, my webpage will be destroyed the background of my website will go to left side if i will zoom-in … UI / UX Design web-design | |
I'm running a webpage dashboard on a TV on the production floor of our factory so workers can see their live uptime, scrap etc. I need the page to refresh when new data is available. I want to load a page in a hidden iframe every x seconds, if the … UI / UX Design web-design | |
Can we use 'min-height' property in <table> tag? I used but its not working any suggestion? UI / UX Design web-design | |
Hey guys, I am trying to write a page that has a main horizontal navigation bar and a vertical sub navigation bar. My problem is that the selector(a, il, ul ...) in CSS is effecting both bars. How do i separate the two. Here is my HMTL section for the … UI / UX Design web-design | |
![]() | I am trying to get my Logo to work right on my website and it wont resize right at different zooms. Like I went into my internet browser at 100% 75% and 150% and none of them looked right what could I be doing wrong. (I am using dreamweaver.) [url]www.theninjaforce.com[/url] UI / UX Design web-design ![]() |
I can't find a section related to .htaccess, so I'm posting this here. Bing is going crazy trying to index proxied pages from PHPRoxy. With Glype, it's easy to exclude browse.php in robots.txt. However, PHPRoxy doesn't use browse.php. It uses index.php. For example: /index.php?q=aHR0cDovL21pbmRjdHJs I know it's possible to include … UI / UX Design web-design | |
Hi everyone , I've just started to learn html , and I want to change the position of the images that I insert in my page , how can I do this ?? [CODE]<img src="networking.jpg" width="200" height="300" />[/CODE] UI / UX Design html-css image web-design | |
l use <img src = /> in the html but the image isnot showing in the pdf. Anyone know how to add images to pdf in html2fpdf UI / UX Design pdf web-design | |
Could someone please explain why this does not display properly on any other browser except IE: [CODE] <span id="NextOfKinUniqueIDBuddy" class="ReadOnly" style="width:400px;height:50px; border:2px inset threedhighlight;padding:1px"> <span id="1309819582156"> <div>Dr Dre Aftermath</div> <div>1 Test Street, SYDNEY, NSW 2000 AU</div> <div>Phone: +61 02 98222222 Fax: +61 02 91111111 Mobile: 0415875421</div> <div>Email: testing@test.com.au</div> </span> </span> … UI / UX Design html-css web-design | |
HTML... [CODE]<div class="title"> <h2>Texytyuyft</h2> </div>[/CODE] CSS... [CODE].title { position: absolute; height: 14%; width: 65%; left: 5%; top: 5%; background-color: #E8E8E8; z-index: 119; border-top-left-radius: 10px; border-top-right-radius: 10px; } .title h2 { position: absolute; color: #000000; z-index: 1200; }[/CODE] For some reason the text keeps going under the background. How can I … UI / UX Design html-css web-design | |
Ok I am just about to go crazy with this issue I am having with pretty much every website I make. And when it comes down to the end of making the website I always just write it off as no big deal. But it really annoys the heck out … UI / UX Design html-css printer web-design | |
Hey there, I have done multiple browser checks on the new website I am doing and all looks good except for Firefox moving the footer on the gallery page. I am guessing it doesn't like the flash. Can't figure out how to keep it stationary. Any comments from the gallery? … UI / UX Design flash ui-ux web-design | |
Hi all The problem I am having is a little difficult to explain, but basically I am creating an asp web page in visual studio and am finding controlling the layout quite difficult. When I run the website from visual studio on my local machine, it displays as it should … UI / UX Design html-css ui-ux visual-studio web-design | |
Is it professionally ethical to advertise the name of the web developer/web development company on a client's web site when the developer has designed the site? I ask because I built a web site for a local non-profit and shared it with a friend. My friend said that my name … UI / UX Design advertising ui-ux web-design | |
I am having a problem with the Google Maps API because of conflicting names in my site's CSS. From what I've been able to find, Google Maps uses the name "container" in their code as does my site, so when the map loads it has this nasty white shadow behind … UI / UX Design html-css php seo web-design | |
Dear all, I'm looking for solutions. I'm using Dreamweaver, I made a website HTML + CSS. As an Example if I want to put Yahoo: [URL=http://img684.imageshack.us/i/onejf.jpg/][IMG]http://img684.imageshack.us/img684/4954/onejf.jpg[/IMG][/URL] Inside this Area the Black box: [URL=http://img805.imageshack.us/i/twow.jpg/][IMG]http://img805.imageshack.us/img805/8284/twow.jpg[/IMG][/URL] Without using iFrames. What do you recommend? Thanks. UI / UX Design html-css ui-ux web-design | |
Hi all, [B]The Situation: [/B] I'm creating a basic template in HTML with CSS that I often use when creating websites. [B]The Problem:[/B] I am centering my content and cannot get rid of the white border at the top of the page (am testing in Firefox and Chrome). This is … UI / UX Design html-css web-design | |
I am creating a small directory with a few details. For some reason the CSS will not make the border arround the whole thing. Please could you look at it and let me know. I have tried everything. I have attached the all the code I am using. Thanks[code]<!DOCTYPE html … UI / UX Design html-css web-design | |
hi, i create a menu and code is below: <title>Untitled Document</title> <style type="text/css"> /* Structure ------------------------------------------*/ #TWSMenu, #TWSMenu ul { list-style: none; } #TWSMenu { float: left; } #TWSMenu > li { float: left; } #TWSMenu li a { display: block; height: 2em; line-height: 2em; padding: 0 1.5em; text-decoration: none; … UI / UX Design html-css web-design | |
I want to create a simple 2 frame page in which the left bar will have links to the content on the right. If I click Frame A, the right fluid content will change to frame A, but the left menu will be fixed. This is the code in HTML. … UI / UX Design html-css web-design | |
im having issue with png image as im using it on a input type. . . as a search bar it always shows the background even the image is transparent what should i do? this is the image shows the background . . . . sorry had to post image … UI / UX Design image web-design | |
I'm have problem trying to centralize Piecemaker 2 in the center of a page in Wordpress 3.1.3. Does anyone knows how to do it? UI / UX Design ui-ux web-design wordpress | |
good day! im new to dream weaver cs4. i am just starting to develop a dynamic page. i layout in the design area of DW cs4. i have 2 main tables. the first one is for the heading and below is for the content. i used an empty table between … UI / UX Design ui-ux web-design | |
Hi I have a client wanting a wordpress site with fixed background image and content scroll over it. My problem is, that my client has a 1400 x 1050 px screen, and I have no idea how this background I currently have on the site, would appear on their screen. … UI / UX Design display ui-ux web-design | |
I am planning to change the web host of one of my web sites, and the site has a webmail service (similar to Hotmail, etc.). I recall that when I first set it up, I had to edit the MX record in the DNS file. Before I change the web … UI / UX Design dns file-system ui-ux web-design | |
Hi guys, I'm new to the site and could really use some help. On my site I am having a css issue that I just can't figure out. On some of my pages, the right side div contents seem to stuck to the left side. The first link below is … UI / UX Design api google-api html-css http-protocol javascript-jquery web-design | |
Hi there, I was wondering if anyone could look at my site if running IE9 and see if they are experiencing the same problem I am... The top header tabs are missing. They show up in IE8 and other browsers. They are a main feature on this page and am … UI / UX Design ui-ux web-browser web-design | |
I'm having a bit of trouble with my site's gallery display in Internet Explorer. As you'll see, everything on the site everywhere else is identical to its Firefox and Chrome counterparts, but on Internet Explorer, the gallery decides to go crazy. An example of the same image can be seen … UI / UX Design html-css web-design | |
does anyone know what that tag means?? how it works?? thankz in advance! UI / UX Design web-design | |
I'm nearly finished my website but I'm noticing that the paragraphs on one of the pages [URL="http://www.friendshipcircle.com/bikers.asp"]http://www.friendshipcircle.com/bikers.asp[/URL] aren't showing up correctly in any browser on a Mac. I've attached a screenshot of how it should look. I know there must be an issue in the css but I don't know … UI / UX Design html-css web-design | |
*SCREWED UP ON TITLE* (DREAMWEAVER) Hey guys I've been in web development for a short while, and still have some rookie issues going on. I recently started using dreamweaver as a change from expression web. I switched mainly because after I start doing some heavy CSS formating the "design" view … UI / UX Design web-browser web-design | |
A few days ago I wracked my brain over an IE7 (only) problem that I thought everyone might like to know about. I was building and sending a URL that looked roughly like this: [url]www.somesite.com/program.php?param1=123¶m2=234©_code=5[/url] The program.php never received the third prarameter, because IE7 apparently tokenized the © into the … UI / UX Design web-design | |
![]() | When using css tags why is there such a gap For example <h1>title</h1> <h2>subtitle</h2> Why is there a massive vertical gap between the two <h1>and<h2> tags ... how can you get rid of it? UI / UX Design web-design |
The End.