Search:
Type: Posts; User: claytonseo
Search :
Search took 0.01 seconds.
Thanks, that works, do you know how google feels about the display:none attr? or does it not matter because your are using display none in the java script and its not repeated in the html?
Hi guys, please help, i searched to forum for this.
This is what i currently have, and i do not know how to go further.
<script type="text/javascript">
$(document).ready(init);
...
Ok, im dealing with a client who has Safari 4.0.4/MAC, I have a Safari 4.0.4/Windows.
We have tested it on various computers and different screen resolutions but there is still issues on the MAC...
Ok, does it know what machine platform you are using, because I know that Safari/MAC renders differently than Safari/Windows.
Ty
Hi guys
I want to include a separate style sheet for a Safari Web Browser on a MAC machine.
Does anyone know how to do this?
Ty
mostly it depends on the design and structure of the website? atm me and my designer is new to each other so she thinks as a designer and i think as a coder.
yes true, and i code like this to make the site cross browser ready first time
last night I used IE8 toggle function to switch between 8 and 7. nice
charles, what you mean by different meduim?
cool, did not know that, now i can install multiple IEs to get IE6 and just install the other browsers
ty, so if you folllow the rules your website will look right cross browser? using only one stylesheet for e.g a five page site
well the popular browsers.
what do you mean follow the rules?
Hi
Do you know of a install program that contains all browsers.
I know of Multiple IEs, but that only goes to IE6.
Im looking for a FF, IE6 - 8, Google Chrome, etc, but how can i have IE7...
Use divs instead. you can give each div a width and height and you can place them anywhere you want.
Hello
Does anyone know of a free way to include a search box on a website and when you search someting a target="_new" window opens with wikipedia's search results.
I'm make a website for a...
<div style="width:800px; margin:0 auto;"> /*wrapper div*/
<div style="width:195px; float:left;>first td</div>
etc etc etc
</div>
Drop down menu, JUST CSS and XHTML. Works in ALL browsers
http://www.cssplay.co.uk/menus/dd_valid.html
hi, can you send me a url pls
just comment your table out, when you try this method.
the wrapper is the container for all the divs. you can CSS the wrapper for where you want to place the CAT thing.
e.g:
.wrapper...
just use divs pls with float:left
<div class="wrapper">
catleft
catbody
catright
catrightbg
catrightend
Is this the best way to do it?
Another question:
say i click on Eye Protection, the ul drops down, but when i click on Eye Protection again the list must disappear again.
<script...
k, this is understandable, I dont suppose you can give me the JS code for this, or can you point to a resource pls.
Hi I have this html code
<div class="left_menu_container">
<h1>Eye Protection</h1>
<ul style="display:none">
<li>Safty Spectables</li>
<ul style="display:none">...
if you have tubelar data, you should use a table, dont use tables for designing, im just saying that because people still use tables for design.