13,937 Topics
![]() | |
is frameset better than tables for designing webpage layout.......... | |
I'm using NetObjects Fusion 11 and I'm looking for independent (but compatible) software to develop drop-down menus. I'm looking for something along the lines of AllWebMenus PRO or the SoThink DHTML menu builder from SourceTec. Both seem fine but are limited to javascript only and I was wondering if there … | |
Hi I have a joomla site with one flash based video in it. Of course people are now saying "It doesn't work in iPads". I was thinking about using the <video> tag in html to get round this - can I just simply put a <video>... </video> tag in the … | |
I download a web template and I need to change the text on 2 images. The images are only given to me in .gif format. Is there any way to go in and change the text using photoshop? Thank you. | |
***Windows M.E. OS*** In internet explorer, and all browsers for that matter, I could download .psd files, which are photoshop files, from the internet, but, recently, I haven't been able to download these files for some reason, it just does nothing, can u possibly figure out the problem here? | |
Since the Firefox [Bug 633133] of the [B]in[/B] operator on DOM Collections has ben finally fixed - We can now write a short fast and clean function of the method "Contains" for FirefoX to check if x.contains(y). And vice- versa. What we will need is: a prototype and we'll chose … | |
Here comes an expert task: In Denmark all banks are beginning to implement NemID. It's a card with small keys used to log in to different places for information regarding the person who has the card. Watch this: [url]www.nemid.nu[/url] (only in danish language as I know) Since I am administrator … | |
The code i'm using is fine in firefox and chrome but ie is keeping the bullet point as black. Anyone know how i can hack round it? [CODE].rightpane ul , .contentpane ul { padding:0; margin:0; margin-left:15px; text-align:left; list-style-type:disc; color: #007dc3; } .rightpane ul li:first-line , .contentpane ul li:first-line { color: … | |
i have this code in which i retreive jokes from database and show in table .problem is the result are being overlapped because m umable to change the top: attribute of table can anyone enlighten me with any idea so that i keeps every table at a distance of 20px … | |
I'm new in VPS and need your help how to install WordPress in VPS Window Server 2008 R2. I tried webmatrix but I can't connect mysql. Any recommended software to install some wordpress blogs in VPS window server 2008R2? I'm familiar with cpanel, any ideas for this? Thanks and kind … | |
So my graphic designer came up with a great design, but of course, I have no idea how to code it. I prefer to use css and html5 and avoid flash if at all possible. Take a look at the image to see what I am referring to. The image … | |
If you have a screen resolution of 1366 x 768 whats your browser window size? its obviously not 1366 x 768 is there a way to see this for other screen sizes? | |
Hi, I am having a problem with IE. The url to my site is [URL="http://www.trecall.com"]www.trecall.com[/URL]. I want to put a margin on the left side of the animated menu, to make the menu centered on the page. This works fine in FF, but in IE, the margin does not show … | |
Hi to all I have a little problem with a menu (I use superfish) all the item are link and without any problems, but I don't know how to configure a item (it's a span, not a link). I want to display that span like a button, but padding works … | |
Hi there, I have a strange problems with margins. On this website [url]http://antobbo.webspace.virginmedia.com/photography/home.htm[/url] I am trying to have some space between the top navigation and the red box. Now in my stylesheet containers.css the red box (class name picture_box_home) has [ICODE]margin:0 auto;[/ICODE] which is rendered fine in all browsers. On … | |
Hello :) I was just surfing this forum and i want to thank you, because it really helped me. Also, i find the sections of the site very useful. Thank you! :) I've recently started a website that embeds youtube videos, and i have a question. From what you wrote … | |
I am making a website....i encounter a very strange problem that when my browser in full screen mode design looks as i want...but when i resize my broser window to some lower size..everything get messy....i am also uploading the pic of both the screenshots.... so is there any help!! | |
Hi, guys! I started prototyping this site a little while ago. Some of the code may be a little bit ugly, but I'm cleaning it up as I go along. I spent a very long time doing flash sites and I am trying to brush up on my css. So, … | |
I have 2 very similar pages. The first loads fine in IE9, the second does not. I get no error message on screen or in developer tools. Page just does not load: good: [url]http://www.mfwbooks.com/products/M50/40/10/0/1[/url] bad: [url]http://www.mfwbooks.com/products/M50/40/15/0/1[/url] Any ideas? If I turn on compatibility view for the site, the second page … | |
Hi, apologies if this isn't the correct thread for this question! I'm running some web tests on a couple of sites, simple stuff to gauge average page load times etc. However the internet provided here is through a cache and makes the test fail in most cases because the test … | |
can anyone tell 1.how to place table manually at some position 2.how can we bring another objects such as images,or text above table........and table behind them | |
Hi! I'm currently trying to make a specific design with gradient. The gradient should be divided into 3 parts, Blue to white then white to blue... I successfully did so with this: [CODE]background-image: -webkit-linear-gradient(top, #0088FF, #FFFFFF, #0088FF)[/CODE]; (Chrome only) I have these ones: [CODE]-webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#0088FF)); … | |
[INDENT][/INDENT]I like to respond to online newspaper articles and when I respond I get multiple (Usually3) comments in the response area. All the same comment, just printed out 3-4 times. They frown on the multiple responses. Any ideas how to fix it?. I've used both Firefox and Explorer both have … | |
Hi all, I don't know css and I would like your help. I am trying to make an online bookstore. The problem I have with divs is that when I am trying to make a new all the below divs are moved down. I would like to add welcome guest … | |
[CODE] <html> <head> </head> <body> <br><br><br><br><br><br> <form method="post" name="frm" action="search"> <table border=0 width="300" align="center" bgcolor="#CDDFFF"> <tr><td colspan=2 style="font-size:12pt;color:#00000;" align="center"> <font size=5> Search Employee </font> </td></tr> <tr><td ><b> Employee Name</b></td> <td>: <input type="text" name="emp_name" id="emp_name"> </td></tr> <tr><td ><b>Department</b></td> <td>: <input type="text" name="emp_dept" id="emp_dept"> </td></tr> <tr><td ><b>Email</b></td> <td>: <input type="text" name="email" id="email"> … | |
I have relative links in a menu page of the form: [CODE]<li><a href="info.htm#part1">See Part 1 of the problem</a></li>[/CODE] In the target page, the anchor is made as follows: [CODE]<h1><a name="part1">Part 1 of the Problem</a></h1>[/CODE] Now, after upgrading to Firefox 4, I am getting a 405 error: URL /Part1.html not found. … | |
Hi, How do people set an image as background and that image covers whole background whatever the browser and OS platform is? Thanks in advance | |
forums, can any please help me with this, im baffled: [url]http://elneco.biz/idk.html[/url] i talked to my hosting service, they have NO idea.... thank YOU for looking into this -jaime | |
Hey Guys, I've been searching a lot! and months for a solution for that specific problem !! please help . if anyone can figure it out! :S:S i have that code: [code]<!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>Digital Surveillance system</title> <link rel="stylesheet" … | |
I am trying to do something like a popout and am not sure how to do that or just a text box that will do a transition from a word to the box on hover. I would like to do this in css/3 if I can. Will any one help … |
The End.