10,655 Topics

Member Avatar for
Member Avatar for gubbasrikanth

Hi, Generally we use font size in pixels @ CSS file like [code]font-size: 12px;[/code], but i have seen in some of css file font-size using "slash" like [code]font-size: 17px/12px[/code] Which one correct, can you explain me

Member Avatar for almostbob
0
88
Member Avatar for carlir

I am wanting to have slide shows of different albums on my page, the problem was it always shows the pictures from the last album coded to the page in the first album, and nothing in any album other than the first album. so I changed my 'pic' to a …

Member Avatar for carlir
0
74
Member Avatar for cipriana

I am totally desperate, have tried thousands of scripts and nothing works. I am not a web design genius, but am never afraid to try. Please, I have a form (see script below) with 5 questions. The user has to fill in the spaces with the answers and Submit. I …

Member Avatar for cipriana
0
126
Member Avatar for alexgv14

[url]http://ryanmcmaster.com/clients/summit/[/url] I have this website and it loads fine in firefox accept in IE 7 and 8 it just loads a blank page its a really weird. Any help on why this is happening would greatly be appreciated.

Member Avatar for alexgv14
0
108
Member Avatar for _mike_

Hi, i'm trying to achieve the exact same effect as the 4 bottom tabs of this page : [url]http://uk.virginmoney.com/virgin/[/url] Most Jquery I have seen 'pushes' the content above or below it up or down the page as it reveals the hidden content, the above example reveals the content over the …

Member Avatar for almostbob
0
219
Member Avatar for mgn2683

Hi, I'm trying to have a black box at 60% opacity over my background image. I'm having no problem getting the #content tag at 60% opacity, but the text is also now at 60%. Does anyone have any help for this matter? I also need help with some footer css, …

Member Avatar for vee_liang
0
126
Member Avatar for fredyap1234

Hi guys, I have a form and in this form is a long drop down list which is called category. Problem is that this drop down list is somewhat long and I felt that users may take a long time to scroll and read through each category before they pick …

Member Avatar for Lusiphur
0
82
Member Avatar for srdva59

hi, i looking for a way to stretch picture in background and put some divs over that picture with links and text. what i find so far don´t work in all browsers :( any one know something like this? thanks for your help

Member Avatar for drjohn
0
72
Member Avatar for Graffixnerd

I need help with pausing a motiontween on my timeline....cn i use currentFrame function ,maybe sumthing lyk this ...gotoAndStop(_currentFrame); NB in AS3..thnx

Member Avatar for rajarajan2017
0
55
Member Avatar for Graffixnerd

hw do i determine the current of a movie clip for example if i wnt 2 stop that certain frame of that movie clip...thnx in advance.

Member Avatar for rajarajan2017
0
54
Member Avatar for ruwanaru

HELLO ........... i want to do a flash movie that if i select a city it gives book dealers list from my SQL database i have no idea to solve this i can do the flash thing and c# and sql thins i don't know how to connect those things …

Member Avatar for rajarajan2017
0
79
Member Avatar for jwmollman

I'm trying to create a simple gallery for comics I have created. I have a main divider, which contains two tables. The first table is for navigation, which contains a drop-down menu with a button. The second table is for content. When the user chooses on option in the drop-down …

Member Avatar for diafol
0
584
Member Avatar for IbnKuldun

Evening all, first post so be nice ;) I want to know if it is possible to show the results of a form in a new window. So when you press the submit button on a post or get type of form, how do you get it to show the …

Member Avatar for almostbob
0
221
Member Avatar for Buffalo101

Hello, I'm learning CSS and I've ran into a bit of a problem while trying to get a fixed footer to stick to the bottom of my page. I've searched the web and tried to adapt existing code to my page, getting everything inside a "wrapper" that's 100% height - …

Member Avatar for Buffalo101
0
97
Member Avatar for kellyA

I designed my webpage in PS and sliced, optimized and saved it as images and html. I imported it into dreamweaver CS4, aligned it in the center and so far it displayed correctly. Then I added a new div tag to create a new CSS style sheet where I changed …

Member Avatar for darc.mosch
0
531
Member Avatar for samarudge

Hey, I'm having an issue with custom fonts on my site. I copied the code from a Google Fontlibary CSS file [CODE=css]/* Custom fonts for the site */ @font-face { font-family: 'Reenie Beanie'; font-style: normal; font-weight: normal; src: local('Reenie Beanie'), url('http://themes.googleusercontent.com/font?kit=ljpKc6CdXusL1cnGUSamX_cCQibwlboQP4eCflnqtq0') format('truetype'); } /*Assign the custom font's to where there …

Member Avatar for samarudge
0
165
Member Avatar for mysecondlove

Hello, For your information, i am a student which specialist in Web Development. Currently i am preparing for my final year project. And i plan to develop a website which is a[B] Web-Based Virtual Graveyard.[/B] This website is special design for pet only. As a result, the pet owner can …

Member Avatar for nuyuna
0
117
Member Avatar for fubofo

Hi guys, I'm having a problem trying to get one of my pages layed out correctly. I wish to have contact details and adresses on the left hand side, a google map iframe to the right and all contained within an auto height content container. Below that should be a …

Member Avatar for fubofo
0
107
Member Avatar for kahaj

I'm using Fireworks 8. I'm trying to apply a style to some text. For some reason, in the Styles Pane under Assets, it's totally blank. There's not one style there to choose from. Anyone have any idea what is going on and what I can do to rectify this?

Member Avatar for kahaj
0
115
Member Avatar for keval_hack

[URL="http://download.cnet.com/3001-7240_4-10398150.html?spi=f2d379a61eea51a632f41e56cfd116f3&part=dl-6271747"]http://download.cnet.com/3001-7240_4-10398150.html?spi=f2d379a61eea51a632f41e56cfd116f3&part=dl-6271747[/URL] I want to make footer like this site in my website pls some help me.

Member Avatar for Dandello
0
88
Member Avatar for MagicMedia

I created a HTML page with JQuery and Fancybox but WC3 validator refuses to validate it. It is still giving me 14 errors but I can't find anything wrong with my code. There are a few errors with normal text in my strings and a few errors on my opening …

Member Avatar for almostbob
0
144
Member Avatar for Drkhrs620

Hello, I have been modifying my companys web site and I have a question about Forms. On my site you can buy products and the "Add to cart" button is the default grey buttons. I would like to change these default buttons to a more colorful button that I have …

Member Avatar for JameB
0
258
Member Avatar for moroshko

Hello ! Why the following fallback for IE [icode]color: red;[/icode] does not work ? In IE7, the color is black rather than red. [URL="http://jsfiddle.net/JryG2/1/"]Live demo here[/URL] HTML: [code] <div> <span>Hello</span> </div> [/code] CSS: [code] div { width: 200px; height: 100px; background-color: blue; text-align: center; } span { font-size: 2em; color: …

Member Avatar for macgurl70
0
124
Member Avatar for fourty

How do i get my html to be viewable online. Ive managed to create the page and want to be ablee to open it when i log on on a different computer on the internet.

Member Avatar for fourty
0
73
Member Avatar for TiZo

Hi all, Can someone please help... I have a small youth football web site and would like to display the league table on a web page. What is the best way to display this information, so that it is not to manual when i come to update the results weekly. …

Member Avatar for TiZo
0
201
Member Avatar for PCBrown

Peter Molyneux, the man behind Lionhead Studios and the fantasy based series, Fable, spoke at a TED Global (Technology, Entertainment, and Design) conference in Oxford on Tuesday, reintroducing Milo, the “virtual human” software that utilizes Microsoft’s upcoming Kinect controller for the Xbox 360. This is the first time Milo has …

Member Avatar for Agni
4
369
Member Avatar for papanyquiL

Hi everyone! I have images I'm using in my navbar instead of text. I also have another image that replaces it for the hover effect. For some reason, the images are displaying vertically when I want them to display horizontally. I've tried every combination I can think of, any help …

Member Avatar for pwinfrey
0
163
Member Avatar for AGU.Jessica

How do I go about centering my entire web page in Dreamweaver CS3? I could really use some assistance. Thanks for any input! - J.

Member Avatar for charlesying
0
406
Member Avatar for php_noob

Is there a css solution for low resolutions to high resolution websites that will render the same appearance?

Member Avatar for macgurl70
0
84
Member Avatar for Graffixnerd

Does anyone kw hw 2 grey out a background in flash ...4 example... when a button is clicked there is a pop up and the background becomes greyed out n unclickable...pls help thnx

Member Avatar for rajarajan2017
0
37

The End.