13,937 Topics

Member Avatar for
Member Avatar for gav_1975

I cant get some web pages to open like google. iv try turning my firewall off reinstalling ie8 and firefox but nothing changes. iv pinged google and get 100% return if thats right? please help.

0
32
Member Avatar for MavrickIT
Member Avatar for plagel

Hi folks. I'm Jeff, long time lurker, but now I need help I can't figure it out for the life of me. I can get everything else to look just fine, but the 'body' part of the site(right pane) shows up UNDERneath everything in IE. For example [url]http://www.sparkleaning.com/commercial/[/url] Thanks for …

Member Avatar for Besherek
0
142
Member Avatar for Techwriter10

It's supposed to be Windows 7's big week, but other news just seems to keep getting in the way. And it's not just competitors like the news coming out of Apple this week, it's big announcements coming from inside Microsoft too. You would think that Microsoft could at least keep …

Member Avatar for kaninelupus
1
950
Member Avatar for AMAR

I M unable 2 [b][u]OPEN MESSAGES[/u][/b] from my MSN Hotmail. [u][b]INBOX[/b][/u] opens with all messages displayed but cannot open a single message from INBOX. When I [b][u]HIT[/u][/b] the cursor on any message the bottom line appears as follows : [b]javascript:G('/cgi-bin/getmsg?msgMSG1072618043.2&start=667466&len=10814&msgread=1&imgsafe=y[/b] Shall appreciate solution ASAP!!!!!!!!!!

Member Avatar for lisalin
0
483
Member Avatar for FrozenFlame

Reformatting your pc without erasing the docs & files in your disk is a complex work. If your disk does not boot normally & you want to format it, just get another HDD (disk), make sure your new disk is not corrupted by viruses and have the OS installed already. …

Member Avatar for caperjack
0
105
Member Avatar for kreshan_489

Hello everyone, So here is the deal. I have to create a webpage for a bodybuilding fitness club. The problem is that i don't know where to start. Also, am a uni student doing various modules like Database systems(we are using Postgre SQL), Interface Design and computer Graphics(OpenGL, Maya, Google …

Member Avatar for ithelp
0
209
Member Avatar for nccsbim071

I have a php website which i want to run in C# wpf webbrowser control. I have a validated a username and password for the site by connecting to it's database using .net. Now i want the functionality to take username and password and submit the post form to php …

Member Avatar for nccsbim071
0
654
Member Avatar for vladacmba

Check this link: [url]http://weightlosscoach.codegenies.com/[/url][B][/B] I would like to know where to search with simple AScript Flash effect, between2-4 pictures - Especially if I could ad an Arrows forl -eft and -right picture slide!!! WoW !!! Thanksfoer any help, help is always welcome!!

Member Avatar for vladacmba
0
95
Member Avatar for bufospro

Hi , I am trying to create a site for my father work. But it is so bad in appearance. The left side of the site is so empty, how can I add divs like these in the right side. And I would like my logo image to become larger …

Member Avatar for seanooi
0
80
Member Avatar for raigs

My website is programmed in PHP and currently uses HTTP compression (gzip) using PHP's built-in compression functions. (I cannot use mod_deflate.c because my shared hosting provider will not install it because it would use a lot of CPU.) The shared server where my website is hosted currently hosts 100 other …

Member Avatar for almostbob
0
93
Member Avatar for bratislav

Please help. I want to put scrolling thumbs in horizontal area, each thumb should be open on mouse over in upper area for eg. 470px x 300px. Any help, thanks in advance.

Member Avatar for bratislav
0
90
Member Avatar for rajarajan2017

I have already created a video player in AS3.0. The Client wants to convert it to a component. I need some good to follow tutorials on creating own components. I had know the concepts of creating components and utilizing that as a SWC. I need to create the component with …

Member Avatar for rajarajan2017
0
93
Member Avatar for bjdmb

I have been able to vertically align: middle multiple lines of text (navigation) and it works in FF. This does not work in IE7. I have seen multiple ways to align right in IE7 but I have not found one that worked for me. Any suggestions?

Member Avatar for ko ko
0
162
Member Avatar for kipl20

Hi, I would like to design my website in photoshop but am struggling firstly with what resolution to use? i have read articles etc that say 800x600 is dead and i should use at least 1024x768. my next question is how would i start such a layout as obviously i …

Member Avatar for Arianna
0
206
Member Avatar for Epi23

Ok, this is confusing me to no end, I am making a site and am trying to get the background image to stay in the center, not repeating. I've done this countless times by linking to an internet URL, but not from off of my own hdd. The code I …

Member Avatar for Epi23
0
117
Member Avatar for smadamij

Hi guys, hoping for some pointers on this one - On a website i run there is a simple 2 image flash animation advertising 2 store openings. However, it cannot be seen on an iPhone which the client is asking me to ensure visitors be able to see it in …

0
74
Member Avatar for Dat0

I'm trying to overlap an absolute positioned div box in front of a flash object. I applied wmode="opaque" It works for firefox but not for IE8. [CODE] <style type="text/css"> #absolute{background-color:blue; height:100px; width:100px; position:absolute; top:30px;} </style> [/CODE] [CODE] <body> <div id="absolute"></div> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="100" height="100"> <param name="movie" value="test.swf" [B]name="wmode" value="opaque"[/B]> …

Member Avatar for Airshow
0
157
Member Avatar for Alexancho

Why removing float:left affects dimensions of a li element? The cod is simple: [CODE] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <title> Horizontal menu </title> <style type="text/css"> *{ margin:0; padding:0; } .menu { list-style-type:none; margin:50px; } .menu li{ display:inline; font-size:18px; line-height:36px; } …

Member Avatar for dipak_passion
0
79
Member Avatar for jaimca

Hi please tell me how to view a pdf file in a web page in a flashy manner. The pdf shoulf open in the same page when a user clicks on the pdf link .. The display should be something flashy or attractive.. suggest me with your ideas .. Please …

Member Avatar for Beg.CProgrammer
0
79
Member Avatar for Dat0

Can anyone explain why if I apply style to a <p> to "display: inline" it overflows outside its containing block? #iaminline{display:inline;} <div> <p id="iaminline">hola!</p> </div> The result has overflow, while "display:black" is completely contained in the containing block. I want to have inline elements completely inside the containing block. Thanks!

Member Avatar for Dat0
0
39
Member Avatar for bnapack

In IE6 the container on my home page doesn't center. On IE7, Safari and Foxfire, it's fine and on all other pages on IE6, it's also fine. Could there be something in the HTML of the home (index.html) page that is saying to ignore the margin-left, margin-right:auto in the Container …

Member Avatar for bnapack
0
44
Member Avatar for godeny

Hello, i have some inline images (keyboard keys) in a table cell near each other. Another cell in the row may be very long - fitting into several lines - so the browsers try to wrap every cell. Not using XHTML DTD everything is o.k - the two keyboard key …

Member Avatar for ko ko
0
181
Member Avatar for culebrin

Hi, I'm developing an AJAX website, and I want to make it compatible with most browsers and its many versions in the market. I've been using IE, FF and Chrome, for many years, and I know his popular versions (not everyone updates, you know), but I never used Opera, and …

Member Avatar for culebrin
0
173
Member Avatar for zhipnie

guys kindly help me namn po ,,mke a website same as fs using html hir is my # [removed]..,nid lang po

Member Avatar for ithelp
-2
27
Member Avatar for prachipote

how to adjust height in 2rows textarea.it look ok in ie.but collaps height in ff. bellow is code [code=html]<td valign="top"> <label> <textarea name="textarea" cols="21" rows="2"></textarea> </label> </td>[/code]

Member Avatar for prachipote
0
107
Member Avatar for jb1ker

Hi fellow designers and affiliates. I'm really struggling to [B]make my customer understand a few basic things about web design[/B]. I'm not perfect myself but I have been doing this for quite some years. However, the company currently has its website done by a [I]friend of the family[/I]. The marketing …

Member Avatar for jb1ker
0
159
Member Avatar for Rikker
Member Avatar for happygeek

Some Twitter postings just demand you read them two or three times to take in what is being said in 140 characters. One such posting was made today by Mozilla CEO John Lilly which simply said: "Firefox user growth has been amazing last 8 weeks or so. +30M or so …

1
218
Member Avatar for kirit275

I have already learned CSS and want to learn Web Designing by flash. please tell me if u could suggest any free video tutorial for learning FLASH for website designing

Member Avatar for surindersharma
-1
139

The End.