Welcome to Gaia! ::

My Design :: Web and Graphic Design [HTML CSS PHP]

Back to Guilds

XHTML, CSS, jQuery, Javascript, PHP, mySQL, MORE! 

Tags: design, graphics, html, jquery, javascript 

Reply (x)HTML & CSS
Assistance needed with frames & CSS

Quick Reply

Enter both words below, separated by a space:

Can't read the text? Click here

Submit

Goldenavatar

PostPosted: Wed May 02, 2007 6:39 pm


Hey folks, I'm working on getting a portfolio website for myself up and running before I graduate, but I've come to notice my knowledge of html and javascript are fairly out dated. I plan to use two simple frame pages in my site to integrate the web log tripod provides into my intended end website design. You'll notice the coding for the actual frame page below.

<!-- / starthtml -->


LANGUAGE="JavaScript">
IE4plus = (document.all) ? true : false;
NS4 = (document.layers) ? true : false;
function clickIE()
{
return false;
}
function clickNS(e)
{
if (e.which==2 || e.which==3)
{
return false;
}
}
if (!IE4plus)
{
document.captureEvents(Event.MOUSEDOWN || Event.MOUSEUP)
document.onmousedown=clickNS;
document.onmouseup= clickNS;
document.oncontextmenu=clickIE; // For NS 6+
}
else
{
document.onmouseup= clickIE;
document.oncontextmenu=clickIE;
}
<!-- The block of META tags is required by Homepage Studio -->
<!-- to identify this file as created by Freeform Editor. -->
<!-- Please do not remove them, but feel free to append -->
<!-- them with your personal data below. Meta tags help -->
<!-- search engines identify the content of your page. -->





Bio








Blog frame


<!-- / end html -->


Now, here's the clincher. I don't want to have the border between the frames that you'll see when you copy/paste it, and to be honest I've forgotten what to input to remove the frame and the websites I've referred to don't answer how to remove it any better, so I'm seeking two questions to be answered.

1. What is the coding to use to remove that frame bar?

2. Is there a CSS coding alternative to standard html frames I should look into?
PostPosted: Fri May 04, 2007 4:46 am


Ok folks, I figured out what I forgot to put into the frameset to eliminate that bar. It took a while, but I was able to jog my memory. Here's the coding below, if you're at all curious, but my second question remains open if anyone is interested.

marginheight="0" marginwidth="0" scrolling="no" noresize>


Goldenavatar


My Documents
Captain

PostPosted: Sat May 05, 2007 4:42 pm


I do not know what you are saying for question number two. Can you explain your problem better?

From what I understand your site it only going to be a couple pages... why use frames? #

Check out the tutorials for some great links and other things on CSS etc;
Reply
(x)HTML & CSS

 
Manage Your Items
Other Stuff
Get GCash
Offers
Get Items
More Items
Where Everyone Hangs Out
Other Community Areas
Virtual Spaces
Fun Stuff
Gaia's Games
Mini-Games
Play with GCash
Play with Platinum