10,643 Topics
| |
We all know that what effects work for IE will not always work or act the same in Firefox. Is there anyway to check which do and dont work? Anyway to get them both to work? For example. I noticed a href attributes defined with CSS, mouseover and mousein defined … | |
Hello me again, hopefully this will be as easy as the last ones .... i'm trying to learn how to do horizontal menus using lists. i've read a bunch of different "tutorials" online and even grabbed some examples. alas nothing seems to be working correctly. the below code was one … | |
Hello, I have put together code for a website using a working directory where all looked fine. Then ported the code over to the production URL - with some changes that I checked over - and now I'm getting a duplication of an image img04.gif that is coded in the … | |
Hi, i have a simple idea about[COLOR="red"] "Css on Different resolution"[/COLOR], See Example Below:- [code=html]<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Css on Different resolution</title> <script type="text/javascript"> if(screen.width==1024) { document.write("<link rel='stylesheet' type='text/css' href='style_1024.css' />"); // this css runs in only 1024 resulation } else { document.write("<link rel='stylesheet' type='text/css' href='style_other.css' … | |
Hi Guys me again, still working on the ohiochirorelief.com site. problem i'm having now is I'm trying to add a footer that spans the width along the bottom. but it doesn't. the text and graphic just appear at the end of the right column instead of the bottom of the … | |
I know how to emboss images in Photoshop but I can't get it to work on Fireworks 8 on the Mac, even though there are instructions in the help menu (I have fireworks 8 installed on my Mac Mini and also iBook G4 laptop and it doesn't work on either … | |
hi there, i have to design a website and instead of using frames, i would like to use tables. but the problem is how do i set a specific cell as target for my other pages to load in it when a respective menu is selected??? i tried to incllude … | |
Please some body tell me how to display a table with two rows only using <div> tags in Xhtml using CSS. if you pass me the code it will be a great help. please dont tell me again how to desing using <tr> and <td> tags. want it in <div> … | |
In IE 6 my site has the layout I want it to have but when I view it with FF2.0.0.12 the pictures and text is out of alignment. :( Another problem that I'm having is that when I resize my browser window the images move and everything falls out of … | |
[ATTACH]5558[/ATTACH] I am a beginner with asp.net. I want to make a menu towards the left with content area towards the right. Just simple clicking link in the left frame and displaying data in the right frame.. only that I don't want to use frames and I'd like the menu … | |
please pass me a css code and xhtml as well where i can increase or decrease the spaces between mt text and text box which are in the same line | |
Hi I have uploade the flash files to the web, but they are not visible on the web. Please help me with your valuable suggestions. [url]www.greeksplanet.com/testing.html[/url] Best REgards, Narendra | |
Hello, I am new here, and fairly new to web design. I recently developed my site using Dreamweaver CS3 and am having a problem with the drop down menu, when viewed in IE7it pops up way at the top of the page, (and isn't even centered). It works correclty in … | |
how can i make a loading screen in flash. or count down timer.. can anyone help me? | |
hello i am using swishmax 2. how can i add sounds for buttons. i wanna add play sound when muse over a button. the actions script is same to flash. | |
i'm trying to get a page working.. single page, 3 columns using css. 2 jpgs 1 left colum 1 right colum and text in the middle column.... In front page left picture is just an outline with the infamous red box.. but when i view it with IE and firefox … | |
I am designing a website for someone who wants a shopping cart. Can anyone recommend a website where I can purchase a script for these things things (shopping carts, enquiry forms, logging in, etc) and give instructions on how to add them to the website. I am using dreamweaver and … | |
I'm working on an update to my site header using no tables and lists for the navigation. It renders great in both IE 6 and Opera, but breaks in Firefox. Here is a link to the test page: [url]http://old.bigblueball.com/v3/test.htm[/url] and the CSS file: [url]http://old.bigblueball.com/v3/default.css[/url] In Firefox, the <div> for the … | |
why won't my code work? everything works except for the margin-bottom. [CODE]a.link{ background: orange; margin-top: 10px; margin-right: 10px; margin-bottom: 100px; margin-left: 10px; padding: 10px 10px 10px 10px; }[/CODE] also this is my html: [CODE]<ul> <li><a href="link.html" class="link">LINK</a></li> </ul>[/CODE] | |
Hi All, I created one new website that total capacity is 1.10 M.B. only. But for openg these website its taking so much time. I am not getting y like this and my prev website was around 21 M.B. Can any one tell me the reason y like dis. Cheer's … | |
Basically I coded this site and it looks exactly how I want it too in Firefox but it looks like shit in IE more specifically IE 6, 7 isnt bad. The font is rendering odd and items are not in the same location. here is my html file [CODE]<!DOCTYPE html … | |
I found a good tool - VidMorph. =) It can create, crop and resize the pictures, and save it into popular media format: avi, wmv, flv, swf.... | |
Hello. My site [url]www.justwantaquote.com[/url] doesnt seem to display in the center of the site. Its made using xhtml/css using Dreamweaver cs3 How can I center the entire div tags ? The page properties is set to left 0 and top 0. Please see the site at [url]www.justwantaquote.com[/url] All help is … | |
I have made a website and works perfectly in IE but when I check it in firefox its totally wrong. In more detail: [code] <object height="100%" width="100%" name="SWF" id="SWF" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"> <param name="movie" value="test.swf /> <param name="quality" value="high" /> <embed src="test.swf" quality="high" width="" height="" name="home" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed> </object> [/code] The result … | |
I used unordered lists to create tabs across the top of my site. [URL="http://hmstechnology.com/tabs2/tabs.html"]http://hmstechnology.com/tabs2/tabs.html[/URL] As you can see, I need to get my content moved down below the picture and the tabs. All CSS and html code is available to see when you "view source". Greatly appreciated if you could … | |
During the webpage posting to the server, the textboxes,the uploaded files is cleared(because the server recreating the webpage,my solution to this problem is storing varibles values in session varibles and retriving the varibles values after page recreation...I want some webdeveloper to confirm me the correctness of this solution or advice … | |
This tutorial will explain how to code a perfectly cross-browser compatible, single-level drop-down menu for your website. The first thing you are going to need is a little bit of JavaScript courtesy of Suckerfish. This should be placed in a file called menu.js and saved in the same directory as … | |
Dont ask me why BUT when I test this code in my adobe flash CS3 it works fine and the link opens fine now when I test this on my server it does not open the link... Any Ideas? Thanks, Regards X Below is my code: [code] button_N.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler); function … | |
I was curious if anyone knew a standard way to create a vector shape that can be used as a text box and also still have an editable fill/stroke option and also have the same shape be able to mask pictures. This file will be used in InDesign CS3 It … | |
Hi all, I have a Table in my web site and I want to move picture on some other place of the table . Can you tell me how to do that ? Regards Danijel |
The End.