-
Content Count
547 -
Joined
-
Last visited
Community Reputation
51 ExcellentAbout eTianbun
-
Rank
The Zoom Robot
- Birthday January 28
-
Oopse, didnt even border to read the whole thing. I thought the OP s talking about bg-image.
-
Confused what classes and IDs are being affected
eTianbun replied to bherzberg96's topic in HTML/XHTML
Cool! -
Less work for server, instead of sending back error messages each time the field(s) is/are empty...
-
Describe the problem you are facing!
-
I see no ERROR tho, except:
-
You askED same question in the HTML & Javascript sections of this site.NEXT time, just avoid this!
-
e.g: newPopUp=window.createPopup()newPopUp.document.body.style.fontWeight='value'
-
In websites, bugs are ERRORS which makes a paticular code not to run or run well, while Debug is finding error(s) and fixing them.
-
iDont realy get you! In pure HTML: If you want the link that was clicked to still be highlighted even when you recieve the requested page, then highlight the requested page's link yourself. For example, if you are at the 'HOME' page and want the 'ABOUT US' link to still be highlighted when you get to the 'ABOUT US' page, then make sure that the link (about_us link) is already highlighted in the 'ABOUT US' page, so each time you visit the 'ABOUT US' page, its pre-highlighted even without clicking the 'ABOUT US' link in the HOME PAGE.
-
Use the visibility property.Ex: <div id="sub" style="visibility:hidden"> <!--Some text/tags here--> </div> NB: If you use the 'visibility' property, the element will be hidden & the space it occupied will be reserved (that space will be empty).
-
Where is the CSS for item1 & item2? Using margin top | bottom should fix that, except there is/are ERROR(s) in you® CSS.
-
.Gif file is a sequence of images, put together to become animation. I dont think you need to know programing, when creating .Gif file, except you want to create flash.