Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Blazman

Members
  • Joined

  • Last visited

  1. never mind! i figured it out ... some stupid mistakes lol. Anyone lookin for a good preloader tutorial -
  2. Ive followed a tutorial on youtube an everything seems to be exactly how it should be but im getting the following errors : - 1120: Access of undefined property loader. 1120: Access of undefined property loader. 1120: Access of undefined property total. 1120: Access of undefined property total. Here is my Code - stop(); addEventListener(Event.ENTER_FRAME, loaderF); function loaderF(e:Event):void { var toLoad: Number = loader.Info.bytesTotal; var loaded: Number = loader.Info.bytesLoaded; var Total: Number = loaded/toLoad; if (loaded == toLoad) { removeEventListener(Event.ENTER_FRAME, loaderF); gotoAndPlay(2); }else{ preloader_mc.preloaderFill_mc.scaleX = total; preloader_mc.percent_txt.text = Math.floor(total*100) + "%"; preloader_mc.ofBytes_txt.text = loaded + "bytes"; preloader_mc.totalBytes_txt.text = toLoad + "bytes"; } } Im fairly new to AS an this is my first time using AS3. Any ideas anyone?
  3.    Blambu reacted to a post in a topic: Rounded Corners
  4. Yea the curvy corners method is cool and i have used it in the past but isnt IE the most common browser for ppl who arent quite IT literate. So curvy corners look cool on browsers that support it but just a plain box looks ... well crap in IE ... an if your building a site for someone who uses IE ... then your site wont look as cool to them. Is there any news on when IE will support CSS3?
  5. Hi all, So what is everyones opinion on rounded corners in web sites, My tutor at uni doesnt like my method but i find its easier with less mess. All i do is make a rounded edged rectangle in Adobe Fireworks and make it the height an width of the container or whatever then i give it a border ect ... then jus add it as a background image for that Div tag in the stylesheet. Like i said my tutor at uni hates my method ... but i can never understand why ... I think he wants me to design i layout in fireworks, then cut an splice it all and export it into to Dreamweaver. Anyone have any comments about this?
  6. I figured it out!! For some bizzare reason it wouldn't show because id set the height to auto ?? but when i changed it to 600px ... it now shows both the image an if i change the colour. Weird ... ive never come across that!?
  7. I should also point out that although I write my code in Dreamweaver I hand write everything (except the code for the roleover buttons) and the same goes for the stylesheet too
  8. I deleted cookies but that didnt work either. The site is not live so ill jus have to paste the code here. Also i validated it using the W3C Validator and other than not including alt"" in some images everything else was fine. Anyway here is the code: - CSS Code: #container { background-image:url(Images/Background/Container_bg.png); background-repeat:no-repeat; width: 1000px; height:auto; margin:0px; margin:auto; } Html Code- <body onload="MM_preloadImages('Images/Background/Navbar/home.btn.roll.png','Images/Background/Navbar/gallery.btn.roll.png','Images/Background/Navbar/contact.btn.roll.png','Images/Background/Navbar/about.btn.roll.png','Images/Background/Navbar/prices.btn.roll.png','Images/Background/Navbar/info.btn.roll.png')"> <div id="container"> <div id="sidepanel"> <div><img src="Images/dogbox.png" /></div><br /><br /><br /> <div> <div align="center"><img src="Images/dogfriend.png" /></div> </div> </div><!-- sidepanel Closed //--> <div id="content"> <div id="header"> <div align="center"><img src="Images/welcome.jpg" alt="Dog Walking Liverpool" /> </div> </div><!-- header Closed //--> <div id="writtencontent"> <p>This is my boss, Jonathan Hart, a self-made millionaire, he's quite a guy. This is Mrs H., she's gorgeous, she's one lady who knows how to take care of herself. By the way, my name is Max. I take care of both of them, which ain't easy, 'cause when they met it was MURDER!</p> <div> <div align="center"><img src="Images/Dogs/DSC00267.JPG" width="70%" /></div> </div> <p>I never spend much time in school but I taught ladies plenty. It's true I hire my body out for pay, hey hey. I've gotten burned over Cheryl Tiegs, blown up for Raquel Welch. But when I end up in the hay it's only hay, hey hey. I might jump an open drawbridge, or Tarzan from a vine. 'Cause I'm the unknown stuntman that makes Eastwood look so fine.</p> <p>Top Cat! The most effectual Top Cat! Who's intellectual close friends get to call him T.C., providing it's with dignity. Top Cat! The indisputable leader of the gang. He's the boss, he's a pip, he's the championship. He's the most tip top, Top Cat.</p> <p>One for all and all for one, Muskehounds are always ready. One for all and all for one, helping everybody. One for all and all for one, it's a pretty story. Sharing everything with fun, that's the way to be. One for all and all for one, Muskehounds are always ready. One for all and all for one, helping everybody. One for all and all for one, can sound pretty corny. If you've got a problem chum, think how it could be.</p> <p>Thunder, thunder, thundercats, Ho! Thundercats are on the move, Thundercats are loose. Feel the magic, hear the roar, Thundercats are loose. Thunder, thunder, thunder, Thundercats! Thunder, thunder, thunder, Thundercats! Thunder, thunder, thunder, Thundercats! Thunder, thunder, thunder, Thundercats! Thundercats!</p> </div><!-- writtenContent Closed //--> </div><!-- Content Closed //--> <div id="navbar"> <div align="center"><img src="Images/Logo's/logo24.png" /><br /> <br /> <a href="Leader_home.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('home','','Images/Background/Navbar/home.btn.roll.png',1)"><img src="Images/Background/Navbar/home.btn.roll.png" name="home" width="105" height ="59" border="0" id="home" /></a><br /><br /> <a href="prices.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('prices','','Images/Background/Navbar/prices.btn.roll.png',1)"><img src="Images/Background/Navbar/prices.btn.png" name="prices" width="142" height="61" border="0" id="prices" /></a><br /> <a href="info.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('info','','Images/Background/Navbar/info.btn.roll.png',1)"><img src="Images/Background/Navbar/info.btn.png" name="info" border="0" id="info" /></a><br /> <a href="contact.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('contact','','Images/Background/Navbar/contact.btn.roll.png',1)"><img src="Images/Background/Navbar/contact.btn.png" name="contact" width="170" height="88" border="0" id="contact" /></a></div> </div><!-- Navbar Closed //--> </div><!-- container Closed //--> </body> Also here is an image so u can see what i mean:
  9. Im having a bit of trouble with a background image in a <div> tag. Ive set the #container tag (in CSS) to have a background image (PNG). Everything looks great in Explorer but it doesnt appear at all in Firefox? Ive no idea why! Ive even tried removing the background image completely an jus changing the bg color. Again the changes take place in IE but absolutely nothing in FF. Im no expert but ive never come across this before .... any ideas? Oh something else to point out, if i change the width or margin then firefox recognises that and changes it .... jus not the bg colour or image. Any ideas anyone ? ?
  10. Hello all! Im new here so heres a a bit about me: - SO left school spent 8 years messing about hopping from crap job to crap job. Then one day i woke up and decided i wanted to build websites for a living! So now Im a current web design student about to enter my 3rd yr in University. Been interested in web design for years, loved to do it in my own time ... thought i might as well try an get paid for it! Jus thought id introduce myself.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.