10,643 Topics

Member Avatar for
Member Avatar for FBG

I need several square pictures for my website and display them in 100 x 100 px using CSS. When I use bigger pictures (for example 300 x 300, 455 x 455 or any square size), the result in Internet Explorer 7.0, 8.0 and Google Chrome looks really good. The image …

Member Avatar for FBG
0
172
Member Avatar for amh216

Hi! I've been searching for a solution to this problem for almost a week now and I can't find anything. I'm building my first website in Dreamweaver and using a horizontal spry menu bar for the navigation. The bar shows up perfectly in Firefox (at the bottom and center of …

Member Avatar for DemianL
0
215
Member Avatar for soulman247

I Wanna make money online how my ideas are rubbish or make a ipod application any tips on HOW to find ideas and pricing I own SNIP SNIP SNIP i am looking to sell it has i don't have any ideas on hwo to make it work any ideas

Member Avatar for jember
0
209
Member Avatar for mah300274

I want to know how to create users on my website. I go through JustHost. They let you make accounts for other people but you have to confirm the account I believe. Also once I figure out how to do there accounts I want to be able to add credits …

Member Avatar for Agarsia
0
82
Member Avatar for BestJewSinceJC

I have html similar to this [CODE]<span><a href="link"><img.. /></a></span>[/CODE]. In IE and Firefox, when the image is clicked, it highlights a box around the image. From that point on the box remains around the image. I don't want any highlighting effects whatsoever. How can I use css or an inline …

Member Avatar for steelshark
0
94
Member Avatar for welkam

Hello, I am making a website that will look good in any resolution(its called fluid i think) and i wont that div "space" will be 30% height, but its not working :( [CODE]<div id="bg"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/bg.jpg" width="100%" height="100%" alt=""> <div class="space"> </div> <div class="content"> somthing thats needs to be …

Member Avatar for johnsteve.bravo
0
152
Member Avatar for provster

Hey there, I have an annoying problem! I hope someone else has experienced the same. I am basically trying to style a text box, and make it a bit more dynamic. However, on windows machines (in FF, CH & IE), I am finding that the mouse cursor disappears when I …

Member Avatar for johnsteve.bravo
0
524
Member Avatar for methuselah90

i'm having difficulty achieving this. any help would be appreciated. i would like the div content1 and content2 to fill up the remaining space vertically in a window with a set minimum height. it needs to adjust automatically with window resize. many thanks! [CODE]<style type="text/css"> html, body { height: 100%; …

Member Avatar for johnsteve.bravo
0
130
Member Avatar for daviddoria

On this page: [url]http://ewh.ieee.org/r1/schenectady/New/[/url] I have a <ul> element (the menu bar) followed by a <p> element (the main body text). Shouldn't the <p> be below the <ul> since it is a block element by default (instead of on the same line as it, as it is now)? Thanks, David

Member Avatar for johnsteve.bravo
0
609
Member Avatar for Dani

What is the difference between <div align="center"> and <div style="text-align:center"> aside from the obvious difference that the latter is CSS?

Member Avatar for johnsteve.bravo
0
645
Member Avatar for juseasy

SWF Object Causing IE top margin problems I have a flash mp3 player on my website that is causing the main wrapper of the page to shift down by about 3px. The pages display perfectly in Fire Fox but when I open them in Internet Explorer 8 there is appears …

Member Avatar for giobongio
0
183
Member Avatar for newbi11

i came across this website [url]http://www.goal.com/en-gb/[/url] and i noticed the jcarousel on the side of the page . I would like to know how this was done . I know its jcarousel but this seems a little more complex here is an example

Member Avatar for Kraai
0
65
Member Avatar for simonfoley

Hi there I'm a bit ring-rusty with HTML / CSS . . . I found a template I really liked online when looking for one for my cousins business. There is a nav bar at the top of the screen, and I wanted to add a drop-down menu to one …

Member Avatar for elneco
0
159
Member Avatar for f_atencia

I'm having an issue regarding how Safari displays my page. A snippet of the HTML includes: [CODE] <div class="MenuBar"> <ul>...List of Menu Items</ul> <div class="QuickSearch"><input type="textbox" /><a>Go</a></div> </div> [/CODE] the CSS code: [CODE] * html DIV.MenuBar DIV.QuickSearch { margin-top:-0.3em;color:black;} DIV.MenuBar {font-weight:bold; font-size:1.1em; font-family:verdana, Arial, sans-serif;background:#FFF url("../images/Gradient.jpg") repeat-x bottom left;border:1px solid …

Member Avatar for elneco
0
106
Member Avatar for waddlydoodoo

Sorry for what may well be a simple question. Just starting out here so.. I have created a very basic html document, stored it in the correct folder on my macbook pro and then used safari to browse it. But is displays the source code! Please tell me what I …

Member Avatar for waddlydoodoo
0
83
Member Avatar for tinker
Member Avatar for cab_driver

I am working on a website and I have it looking smooth in Chrome, but every other browser shows the menu panel about 10 pixels to the left. If I change anything, it alters the chrome display, but nothing else. Here is the CSS I'm using: #banner { position: fixed; …

Member Avatar for pixelsoul
0
103
Member Avatar for pirula

I have been trying to figure out what is the name of the font used to create this stylish logo - no luck so far :( so, does anyone know what font is used for the "box" logo? please take a look at [url]http://www.box.net/[/url] I would really appreciate your help …

Member Avatar for anilashanbhag
0
382
Member Avatar for FBG

I'm stuck with this problem for a few hours now and I'm not able to solve it. When I view my website in google chrome everything is just as I want it: the elements in the two floating sidebars left and right are on exactly the same height and respond …

Member Avatar for FBG
0
108
Member Avatar for theighost

Hello, Is there a way to make a swf that is loading on a page, to make that swf create a screenshot of the page he is running on? Thnx

Member Avatar for theighost
0
178
Member Avatar for maxelcat

Hi About 18 months ago we built a biggish site (for us!) around joomla. The client was very happy with the site. However, at the time it was decided not to be overly concerned about the mobile market. We incorporated some drop down menus that appear using the "hover" command, …

Member Avatar for maxelcat
0
137
Member Avatar for EvolutionFallen

Hello, I am writing a development area for my clients to view their sites as I work on them. However, I'd like to restrict the directory of a given project to only users who are associated with that project. I'm looking for a way to create a "wrapper" so to …

Member Avatar for pixelsoul
0
132
Member Avatar for xagutxu

Hi! I want to position a layer in a HTML page, but I can't achieve it. I have the following code: <form action="..."> <label for="first"><input type="text" name="first" value="" /> <div class="layer">...</div> <laber for="second"><input type="text" name="second" value="" /> ... </form> The CSS for the class "layer" is: div.layer{ width: 50px; height: …

Member Avatar for scottloway
0
106
Member Avatar for shadiadiph

mAYBE I am a bit rust but my following seems to display ok in firefox chrome but doesn't even work in IE maybe something simple i am missing as I am very rusty. [code] #topholder { position: absolute; top: 0px; left: 0px; width: 100%; height: 120px; display:block; z-index:0; background: transparent; …

Member Avatar for shadiadiph
0
107
Member Avatar for andrewliu

Hello I have a question dealing with links and the page that the link is directed to. So if i have [CODE]<a href="www.check.com/check.php">check</a>[/CODE] And if I click on it and then i go to that page. I would like the "check" link to be underlined. So I would like the …

Member Avatar for andrewliu
0
79
Member Avatar for NewOrder

i was searching for a code to reset explorer! i found a code, but it isnt effective, is there a code to counter explorer weird behavior? another question, should i use apdiv , cause each time i use them (mainly by dreamweaver functionality), internet explorer goes mad!!!

Member Avatar for shaya4207
0
123
Member Avatar for teambuilding

Hi guys, a question from non webmaster who is learning this skill too :-) Order of pages for top menu works fine, but in a sidebar widget with Pages lists all I see is alphabetic list of pages. How to make them appear in order as well?

Member Avatar for teambuilding
0
100
Member Avatar for SolidSolutions

[url]http://www.mfwbooks.com/products/M50/60/0/0/1[/url] I need some help testing this link with Vista and IE. I have a customer who can get to any page on our website, but when accessing this page, the page doesn't load and the connection to her internet is shut down. Thank you!

Member Avatar for SolidSolutions
0
148
Member Avatar for Bluetech

What's the best approach. where to start? HTML, Flash, Macromedia dreamweaver. There so many programs. Help!

Member Avatar for ecmcircle
0
203
Member Avatar for f_atencia

I have a site that is generated by XSLT. However, a particular div is displaying a top border on IE, but not on other web browsers. How can I get the border to display on other browsers? If I put a margin of 76px around that div, it will display, …

Member Avatar for f_atencia
0
74

The End.