10,643 Topics
| |
I have three column layout. It works fine in all browsers except Google Chrome. There is unwanted space between Column 2 and Column 3. Sometimes 1px or sometimes 2px only in Google Chrome. My CSS [CODE]<style type="text/css"> * { margin: 0px; padding: 0px; } body { border:none; background-color: white; text-align: … | |
Up until now, I have used "unlimited" shared server space and have been able to serve out whatever MP4, .OGV, and WEBM files Miro video converter spat out without a problem. Now, I have invested in a virtual dedicated sever with better support/higher uptime/better transfer rate, and have to be … | |
Hello, I have problem with border - background-image( IE ) Please look photo -> [URL="http://img221.imageshack.us/img221/222/78004934d.jpg"]http://img221.imageshack.us/img221/222/78004934d.jpg[/URL] -> This is Internet Exploler 7. This is FF -> [URL="http://img651.imageshack.us/img651/7637/21285970.jpg"]http://img651.imageshack.us/img651/7637/21285970.jpg[/URL] . This is okay. where is my problem for Internet Exploler. Thank you. [CODE]<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>tekst</title> <style> html, body, div, … | |
I have a row of three images that are currently displaying just fine. Now, I want to display two more images right below those three and I want them centered (it would kinda look like an upside down pyramid). No matter what I do, the bottom row stays left aligned. … | |
Hi, i am using css for my website it works properly in google chrome but while using internet explorer there is alignment issues... page contents are not properly aligned. is there any solution for css so that it will not be browser specific. My css code is given below.. [CODE] … | |
how do I set a div that is when empty from content would have a certain height, and if content takes more space the div would expand it's height to fit all the content? basicly I have a bunch of pages that go like this- <body> <div> ..contant.. </div></body> , … | |
hi experts. I am new person for seo. I need the best link building service and tell me how to link proper way doing that service. | |
Hello guys, I am new in Web Site Designing, before I've worked on Web Application Development. I am wondering with how to maintain layout of page when browser resized. I am attaching here snapshots. [ATTACH]22106[/ATTACH] [ATTACH]22107[/ATTACH] Any information regarding Web Designing is welcomed. Thanking You, Hakoo | |
[CODE] a:link { color: rgb(255, 255, 255); text-decoration: none; font-weight: bold; font-size: 20px; } a:visited { color: white; text-decoration: none; font-weight: bold; text-align: center; } [/CODE] Could anyone tell me why this is not working? Everything else on the CSS sheet is working apart from this part. On Chrome the … | |
Hello, The website has horizontal navigation menu, but without submenu. I want to those submenus, but I have no luck. I try using tutorial to make new menu, and after I will make it, I just edit the style so it look similar to an earlier menu. So I have … | |
i attached a flv video in my webpage. it is shown in all browsers except opera. can anyone tell me the solution? | |
i worked a horizontal menu in my project. when hovering the ling\k the background image will change.the output looks perfect in all browsers even in IE6 except firefox.when hovering the last link a small gap appears.here my code. CSS : <.menu_holder { width:1000px; height:40px; background-image:url(../images/menu_normal_govind.jpg); background-repeat:repeat-x; } .menu { margin:0px; … | |
I have a project in which there are several static .html pages. My problem is that i am showing google map on the page by giving the reference of google API because of that it take lot's of time to load the page. What i want is that after loading … | |
Hi, I have 2 problem here. 1) Footer text will wrap together when the size of browser smaller. How can I fix the position without wrapping the text? 2) How to highlight a footer link ? Example, index page, I need to highlight "Home" in different color. Link : [url]http://alphaalps.com/[/url] … | |
Hello, I have a line where the first words are 16px and the rest are 12px. How do I align to words to the bottom of the line? Right now, the smaller text appears in the middle of the line. I am attaching a screenshot, the first paragraph is the … | |
hi!!!! can anybody help me.,.how to tag a drop down in my navigation?because I dont know how to insert it to my html.,. heres my homepage: [CODE]<html> <head><title>mysite</title> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body> <div id="wrapper"> <div id="banner"></div> <div id="navigation"> <ul> <li><a href="home.html">Home</li></a> <li><a href="profile.html">Profile</li></a> <li><a href="gallery.html">Gallery</li></a> <li><a href="relation.html">Relations</li></a> </ul> … | |
Hi, I am trying to modify a contact form but I do not know why the Dropbox has been duplicated?! I think the issue comes from script.js but I do not know how to fix it?! Can you please take a look at the site: [URL="http://www.geoca.com/demo.php"]http://www.geoca.com/demo.php[/URL] as you can see … | |
Hello, this is my first forum post ever so please be gentle. I have a hidden menu (div) which is revealed once you click a img button. The magic is done with js command like style.display='block'. Problem: The height of the page(stage) is 700px and the menu is 1000px, so … | |
I want to style a h2 with a specific font size but it doesn't change but if i style it with a color ,the color changed | |
hi can you help me please how can i make pictures just like the same in facebook, when i clicked one photo it will zoom out and then the background turns into gray...can you help me please how to do this i have no idea on this...Thank you in advance … | |
Hello How can i show an image instead of an empty space if a browser does not support any flash version, currently facing this problem with iphone.... I want the image to be loaded only if the browser in question does not have flash, and if for example am opening … | |
Hello, I am fairly new to web designing and am finding it hard to create a drop down menu style for my webpage. I am attaching the CSS and HTML file can somebody pls explain how i might be able to do it. The HTML Code [CODE=html]<!DOCTYPE html PUBLIC "-//W3C//DTD … | |
Hi guys) Please tell me. Is there a way to make the #left_line block to be whole in the parent #dynamic ? It isn't so because the bootom property doesn't work correctly (as i understand....) I'll add an example file piece of html = [CODE]<div id="dynamic"> <div id="left_line"> <div id="left_line_top"> … | |
Im actually making a calender like one of the other post but just to try and get the just of it. i have 4 months on each page and there are forward and back buttons but i came crossed a problem how do i space them equally ??? any help … | |
I am editing an image of a subway map in photoshop. I have edited out all but the colored lines and thickened them with the stroke tool. Unfortunately each line has a few gaps as well as ridges along the edges. I would like a smooth, solid line. What is … | |
Hi Friends... I want a non-editable text in textarea. In that textarea user can write but can't edit or delete the default one. I uses attribute "readonly="yes"" and editable="false" but these tags make full text area non-editable which is not required. I want the editable text area with non-editable default … | |
Hi, I am trying to create navigation bar, each word suppose to give a distance with other word. Ex.: Home About etc. yet, I am unable to create such things. At first, I am trying to create it with normal spacing inside a <p> yet, whenever I view it in … | |
I've always been wondering how can i harness the power of community within an area, which for my case, my university's campus. You can often see how community offers feedback and helds activity via the student association so i suppose that a central spot where people can gather together doing … | |
Hello, I am working on an ecommerce site and would like for the company logo to link to the home page. The problem is - the logo is actually a table background image. If possible, I would like to make it a linkable image that appears in the same location … |
The End.